comparison configure.in @ 97686:dcc9b25c0528

(NS_IMPL_GNUSTEP): Increase pure size.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 24 Aug 2008 17:46:17 +0000
parents 098e992c4593
children fc1990cb3e56
comparison
equal deleted inserted replaced
97685:6a3ef288a28f 97686:dcc9b25c0528
2623 parallel this exactly since GNUstep is multi-OS. */ 2623 parallel this exactly since GNUstep is multi-OS. */
2624 #ifdef HAVE_NS 2624 #ifdef HAVE_NS
2625 #define OTHER_FILES ns-app 2625 #define OTHER_FILES ns-app
2626 # ifdef NS_IMPL_GNUSTEP 2626 # ifdef NS_IMPL_GNUSTEP
2627 /* See also .m.o rule in Makefile.in */ 2627 /* See also .m.o rule in Makefile.in */
2628 /* FIXME: are all these flags really needed? Document here why. */
2628 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing 2629 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
2630 /* GNUStep needs a bit more pure memory. Of the existing knobs,
2631 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
2632 # define SYSTEM_PURESIZE_EXTRA 30000
2629 # endif /* NS_IMPL_GNUSTEP */ 2633 # endif /* NS_IMPL_GNUSTEP */
2630 #endif /* HAVE_NS */ 2634 #endif /* HAVE_NS */
2631 2635
2632 /* SIGTYPE is the macro we actually use. */ 2636 /* SIGTYPE is the macro we actually use. */
2633 #ifndef SIGTYPE 2637 #ifndef SIGTYPE