[Common] 64-bit needs -fPIC for sectional linkage.
This commit is contained in:
parent
917d90b057
commit
37f41f2d45
|
@ -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