+# rosetta does not support very large stack sizes
+STACK_SIZE = 0x83000000
+ifeq "ppc" "$(ARCH)"
+ MACHINE = $(shell arch)
+ ifeq "i386" "$(MACHINE)"
+ STACK_SIZE = 0x02100000
+ endif
+endif
+
+
+ifeq "iPhoneOS" "$(OS_NAME)"
+ STACK_SIZE = 0x20000000
+endif
+
+
+all-check: all check
+
+check: