Skip to content

Commit acb9c84

Browse files
committed
Update toolset instruction in README
Toolset file names in prebuilt package are changed. Signed-off-by: Li, Xun <xun.li@intel.com>
1 parent f607f89 commit acb9c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
142142
143143
- Copy the mitigation tools corresponding to current OS distribution from external/toolset/{current_distr} to /usr/local/bin and make sure they have execute permission:
144144
```
145-
$ sudo cp external/toolset/{current_distr}/{as,ld,ld.gold,objdump} /usr/local/bin
146-
$ which as ld ld.gold objdump
145+
$ sudo cp external/toolset/{current_distr}/* /usr/local/bin
146+
$ which ar as ld objcopy objdump ranlib
147147
```
148148
**Note**: The above action is a must even if you copied the previous mitigation tools to /usr/local/bin before. It ensures the updated mitigation tools are used in the later build.
149149

0 commit comments

Comments
 (0)