diff options
author | Francesco Potortì <pot@gnu.org> | 1994-11-24 08:51:11 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 1994-11-24 08:51:11 +0000 |
commit | 5e3882bb12c4b0b61c98ee3d79de0ec3c1717447 (patch) | |
tree | fcb6e05e32e522b8168ebef4e103f47f64231149 /src/m | |
parent | efd4bb3acf4d73c20a2e74e4e0bddd6f3faa57b4 (diff) | |
download | emacs-5e3882bb12c4b0b61c98ee3d79de0ec3c1717447.tar.gz |
* m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,
because the compiler shipped with R3V7 is not stable.
EOF
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/delta.h | 6 |
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. */ # ifdef __STDC__ /* Compiling with gnucc (not through ccd). This means -traditional is not set. Let us set it, because gmalloc.c includes <stddef.h>, - and we don't have that (as of SYSV68 R3V7). - Removing the -finline-functions option to gnucc causes an - executable emacs smaller by about 10%. */ -# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -finline-functions -fcaller-saves + and we don't have that (as of SYSV68 R3V7). */ +# define C_SWITCH_MACHINE -mfp0ret -m68881 -traditional -Dconst= -fdelayed-branch -fstrength-reduce -fno-inline -fcaller-saves # define LIB_GCC /lib/gnulib881 # endif /* __STDC__ */ |