[Common] 64-bit needs -fPIC for sectional linkage.

This commit is contained in:
2016-02-06 05:36:44 -05:00
parent 917d90b057
commit 37f41f2d45
1 changed files with 1 additions and 0 deletions

View File

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