Merge pull request #985 from cxd4/common-shell-x64PIC

[Common] 64-bit needs -fPIC for sectional linkage.
This commit is contained in:
zilmar 2016-02-07 06:15:56 +11:00
commit c7635a8194
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ mkdir -p $obj
FLAGS_x86="\ FLAGS_x86="\
-S \ -S \
-fPIC \
-masm=intel \ -masm=intel \
-march=native \ -march=native \
-Os" -Os"