1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,

because the compiler shipped with R3V7 is not stable.
EOF
This commit is contained in:
Francesco Potortì 1994-11-24 08:51:11 +00:00
parent 3ef14e464b
commit 007f6f5ad2

View File

@ -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__ */