Merge pull request #985 from cxd4/common-shell-x64PIC
[Common] 64-bit needs -fPIC for sectional linkage.
This commit is contained in:
commit
c7635a8194
|
@ -5,6 +5,7 @@ mkdir -p $obj
|
|||
|
||||
FLAGS_x86="\
|
||||
-S \
|
||||
-fPIC \
|
||||
-masm=intel \
|
||||
-march=native \
|
||||
-Os"
|
||||
|
|
Loading…
Reference in New Issue