mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
#495: fix regression on PPC from 74793a8
This commit is contained in:
parent
25579eb769
commit
84b5506db7
@ -72,7 +72,7 @@ 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':
|
||||
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_ARCH'] == 'ppc':
|
||||
OS_LIBS += ['-Wl,-stack_size,0x40000000,-stack_addr,0xf0000000']
|
||||
|
||||
if CONFIG['GNU_CXX']:
|
||||
|
Loading…
x
Reference in New Issue
Block a user