summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-08-24 17:46:17 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-08-24 17:46:17 +0000
commitbe88b29adc39e951587b91c425efce704ed8527c (patch)
treebd647fde302564ac52d7fa8c8e171ae74c5e3f25 /configure.in
parentac9ede5714ee5d9d37fc98aa617312a4ca99f9e1 (diff)
downloademacs-be88b29adc39e951587b91c425efce704ed8527c.tar.gz
(NS_IMPL_GNUSTEP): Increase pure size.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7f2a809de7a..16ec618af56 100644
--- a/configure.in
+++ b/configure.in
@@ -2625,7 +2625,11 @@ AH_BOTTOM([
#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 */