diff options
| author | Dan Nicolaescu | 2008-08-24 17:46:17 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-08-24 17:46:17 +0000 |
| commit | c5e2611e3e21c705cf222c2138516ea6dfc7d8ec (patch) | |
| tree | ee560d64db67d078e7a66ead277b1359eaf9600e | |
| parent | b5cb8b8af6300664c337b52392e5145b013d32e1 (diff) | |
| download | emacs-c5e2611e3e21c705cf222c2138516ea6dfc7d8ec.tar.gz emacs-c5e2611e3e21c705cf222c2138516ea6dfc7d8ec.zip | |
(NS_IMPL_GNUSTEP): Increase pure size.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | src/config.in | 4 |
3 files changed, 12 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in (NS_IMPL_GNUSTEP): Increase pure size. | ||
| 4 | |||
| 1 | 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change) | 5 | 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change) |
| 2 | 6 | ||
| 3 | * configure.in (GNUSTEP_SYSTEM_HEADERS): Define | 7 | * configure.in (GNUSTEP_SYSTEM_HEADERS): Define |
diff --git a/configure.in b/configure.in index 7f2a809de7a..16ec618af56 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2625,7 +2625,11 @@ AH_BOTTOM([ | |||
| 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 | ||
diff --git a/src/config.in b/src/config.in index 7e303b813b4..7591d97c264 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1050,7 +1050,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1050 | #define OTHER_FILES ns-app | 1050 | #define OTHER_FILES ns-app |
| 1051 | # ifdef NS_IMPL_GNUSTEP | 1051 | # ifdef NS_IMPL_GNUSTEP |
| 1052 | /* See also .m.o rule in Makefile.in */ | 1052 | /* See also .m.o rule in Makefile.in */ |
| 1053 | /* FIXME: are all these flags really needed? Document here why. */ | ||
| 1053 | # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing | 1054 | # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing |
| 1055 | /* GNUStep needs a bit more pure memory. Of the existing knobs, | ||
| 1056 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ | ||
| 1057 | # define SYSTEM_PURESIZE_EXTRA 30000 | ||
| 1054 | # endif /* NS_IMPL_GNUSTEP */ | 1058 | # endif /* NS_IMPL_GNUSTEP */ |
| 1055 | #endif /* HAVE_NS */ | 1059 | #endif /* HAVE_NS */ |
| 1056 | 1060 | ||