mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-03 18:30:28 +00:00
set linker options only on PPC, not needed on x86
This commit is contained in:
parent
8e5ca58fab
commit
74793a8c76
@ -71,6 +71,8 @@ if CONFIG['MOZ_LINKER']:
|
||||
if CONFIG['HAVE_CLOCK_MONOTONIC']:
|
||||
OS_LIBS += CONFIG['REALTIME_LIBS']
|
||||
|
||||
# we build only on Darwin anyway
|
||||
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_TYPE'] == 'ppc':
|
||||
OS_LIBS += ['-Wl,-stack_size,0x40000000,-stack_addr,0xf0000000']
|
||||
|
||||
if CONFIG['GNU_CXX']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user