aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancesco Potortì1994-11-24 08:51:11 +0000
committerFrancesco Potortì1994-11-24 08:51:11 +0000
commit007f6f5ad208f6689f76884d6890581685d70e1b (patch)
treeab879df94d56746a919cf7474714a247cb87db0e /src
parent3ef14e464b3ca838872a99bfb6a991b4d966a3e0 (diff)
downloademacs-007f6f5ad208f6689f76884d6890581685d70e1b.tar.gz
emacs-007f6f5ad208f6689f76884d6890581685d70e1b.zip
* m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,
because the compiler shipped with R3V7 is not stable. EOF
Diffstat (limited to 'src')
-rw-r--r--src/m/delta.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/m/delta.h b/src/m/delta.h
index d3b530f0dda..a44c012cae6 100644
--- a/src/m/delta.h
+++ b/src/m/delta.h
@@ -205,10 +205,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
205# ifdef __STDC__ 205# ifdef __STDC__
206 /* Compiling with gnucc (not through ccd). This means -traditional is 206 /* Compiling with gnucc (not through ccd). This means -traditional is
207 not set. Let us set it, because gmalloc.c includes <stddef.h>, 207 not set. Let us set it, because gmalloc.c includes <stddef.h>,
208 and we don't have that (as of SYSV68 R3V7). 208 and we don't have that (as of SYSV68 R3V7). */
209 Removing the -finline-functions option to gnucc causes an 209# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -fno-inline -fcaller-saves
210 executable emacs smaller by about 10%. */
211# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -finline-functions -fcaller-saves
212# define LIB_GCC /lib/gnulib881 210# define LIB_GCC /lib/gnulib881
213# endif /* __STDC__ */ 211# endif /* __STDC__ */
214 212