[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/configure.in,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/configure.in,v |
Date: |
Sun, 24 Aug 2008 17:46:18 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/08/24 17:46:18
Index: configure.in
===================================================================
RCS file: /cvsroot/emacs/emacs/configure.in,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -b -r1.562 -r1.563
--- configure.in 21 Aug 2008 14:51:10 -0000 1.562
+++ configure.in 24 Aug 2008 17:46:17 -0000 1.563
@@ -2625,7 +2625,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 */
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/08/04
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/08/05
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/08/06
- [Emacs-diffs] Changes to emacs/configure.in,v, Andreas Schwab, 2008/08/06
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/configure.in,v, Adrian Robert, 2008/08/06
- [Emacs-diffs] Changes to emacs/configure.in,v, Andreas Schwab, 2008/08/07
- [Emacs-diffs] Changes to emacs/configure.in,v, Dan Nicolaescu, 2008/08/07
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/08/21
- [Emacs-diffs] Changes to emacs/configure.in,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/configure.in,v, Chong Yidong, 2008/08/28