diff src/config.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 7c5d85abccae
children e038c1a8307c
line wrap: on
line diff
--- a/src/config.in	Sat Aug 23 23:50:17 2008 +0000
+++ b/src/config.in	Sun Aug 24 17:46:17 2008 +0000
@@ -1050,7 +1050,11 @@
 #define OTHER_FILES ns-app
 # ifdef NS_IMPL_GNUSTEP
 /* See also .m.o rule in Makefile.in */
+/* FIXME: are all these flags really needed?  Document here why.  */
 #  define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
+/* GNUStep needs a bit more pure memory.  Of the existing knobs,
+SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.  */
+#  define SYSTEM_PURESIZE_EXTRA 30000
 # endif /* NS_IMPL_GNUSTEP */
 #endif /* HAVE_NS */