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 /src | |
| parent | b5cb8b8af6300664c337b52392e5145b013d32e1 (diff) | |
| download | emacs-c5e2611e3e21c705cf222c2138516ea6dfc7d8ec.tar.gz emacs-c5e2611e3e21c705cf222c2138516ea6dfc7d8ec.zip | |
(NS_IMPL_GNUSTEP): Increase pure size.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 | ||