Use triple to fix the abi issues
This commit is contained in:
parent
fc665b5f5b
commit
344c104ceb
@ -49,8 +49,10 @@ if 'LDFLAGS' in os.environ:
|
|||||||
env.Append(LINKFLAGS = SCons.Util.CLVar(os.environ['LDFLAGS']))
|
env.Append(LINKFLAGS = SCons.Util.CLVar(os.environ['LDFLAGS']))
|
||||||
|
|
||||||
env.Append(CFLAGS = [ "-Wshadow", "-Wno-typedef-redefinition" ])
|
env.Append(CFLAGS = [ "-Wshadow", "-Wno-typedef-redefinition" ])
|
||||||
env.Append(CPPFLAGS = [ "-fno-builtin", "-fno-stack-protector",
|
env.Append(CPPFLAGS = [ "-target", "x86_64-freebsd-freebsd-elf",
|
||||||
|
"-fno-builtin", "-fno-stack-protector",
|
||||||
"-fno-optimize-sibling-calls" ])
|
"-fno-optimize-sibling-calls" ])
|
||||||
|
env.Append(LINKFLAGS = [ "-no-pie" ])
|
||||||
|
|
||||||
if (env["STRICT"] == "1"):
|
if (env["STRICT"] == "1"):
|
||||||
env.Append(CPPFLAGS = [ "-Wformat=2", "-Wmissing-format-attribute",
|
env.Append(CPPFLAGS = [ "-Wformat=2", "-Wmissing-format-attribute",
|
||||||
|
Loading…
Reference in New Issue
Block a user