mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
(NS_IMPL_GNUSTEP): Increase pure size.
This commit is contained in:
parent
b5cb8b8af6
commit
c5e2611e3e
@ -1,3 +1,7 @@
|
||||
2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* configure.in (NS_IMPL_GNUSTEP): Increase pure size.
|
||||
|
||||
2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
|
||||
|
||||
* configure.in (GNUSTEP_SYSTEM_HEADERS): Define
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -1050,7 +1050,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user