comparison src/m/delta.h @ 10071:1a498b87fdbd

* m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, because the compiler shipped with R3V7 is not stable. EOF
author Francesco Potortì <pot@gnu.org>
date Thu, 24 Nov 1994 08:51:11 +0000
parents 23f72b18b420
children f145d62266f6
comparison
equal deleted inserted replaced
10070:def41008c136 10071:1a498b87fdbd
203 configure', or else configure like this: `CC=gnucc configure'. */ 203 configure', or else configure like this: `CC=gnucc configure'. */
204 204
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
215 #else 213 #else
216 /* Not __GNUC__, use the alloca in alloca.s. */ 214 /* Not __GNUC__, use the alloca in alloca.s. */