Skip to content

Commit 0af6a83

Browse files
authored
Merge pull request #808 from llly/update_readme
Update toolset instruction in README
2 parents f607f89 + acb9c84 commit 0af6a83

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)