PPC only stack size

This commit is contained in:
Riccardo Mottola 2018-03-02 08:56:15 +01:00
parent 8413c728bb
commit 48a8e41dad

View File

@ -31,7 +31,8 @@ LOCAL_INCLUDES += [
OS_LIBS += CONFIG['EDITLINE_LIBS']
OS_LIBS += CONFIG['MOZ_ZLIB_LIBS']
OS_LIBS += ['-Wl,-stack_size,0x10000000', '-framework Carbon']
if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['CPU_TYPE'] == 'ppc':
OS_LIBS += ['-Wl,-stack_size,0x10000000', '-framework Carbon']
# Prepare module loader JS code for embedding
GENERATED_FILES += ['shellmoduleloader.out.h']