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="\
|
FLAGS_x86="\
|
||||||
-S \
|
-S \
|
||||||
|
-fPIC \
|
||||||
-masm=intel \
|
-masm=intel \
|
||||||
-march=native \
|
-march=native \
|
||||||
-Os"
|
-Os"
|
||||||
|
|
Loading…
Reference in New Issue