aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJan Djärv2004-10-20 16:23:30 +0000
committerJan Djärv2004-10-20 16:23:30 +0000
commitdede27921696e4e940c93fa7335066864c93ccfd (patch)
treece72db52bdf71d9dce653075a9565016a81f8f02 /src/Makefile.in
parentf17e308a43db0a5bcc847714a79f3334201d415f (diff)
downloademacs-dede27921696e4e940c93fa7335066864c93ccfd.tar.gz
emacs-dede27921696e4e940c93fa7335066864c93ccfd.zip
* emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
New variables and constant. (main): Calculate heap_bss_diff. If we are dumping and the heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32 and exec ourself again. (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF print a warning. * lastfile.c: Make my_endbss and my_endbss_static available on all platforms. * Makefile.in (RUN_TEMACS): Remove @SETARCH@. * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index f25e0f9d842..deb33730644 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -905,12 +905,7 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
905#define OBJECTS_MACHINE 905#define OBJECTS_MACHINE
906#endif 906#endif
907 907
908#ifdef HAVE_RANDOM_HEAPSTART
909#undef i386
910RUN_TEMACS = @SETARCH@ i386 ./temacs
911#else
912RUN_TEMACS = ./temacs 908RUN_TEMACS = ./temacs
913#endif
914 909
915all: emacs${EXEEXT} OTHER_FILES 910all: emacs${EXEEXT} OTHER_FILES
916 911