aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-23 01:49:08 +0000
committerRichard M. Stallman1994-04-23 01:49:08 +0000
commit308f428d1701dc81a4b7af1c45b27e3114e3f969 (patch)
tree395228e8b7cb10d6918b455a44b2d2be195d1682 /src
parentabf60cc49de723945dd151bde3b6e974d598825d (diff)
downloademacs-308f428d1701dc81a4b7af1c45b27e3114e3f969.tar.gz
emacs-308f428d1701dc81a4b7af1c45b27e3114e3f969.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/m/mips-siemens.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/m/mips-siemens.h b/src/m/mips-siemens.h
index a92d78905b1..531e2d122e8 100644
--- a/src/m/mips-siemens.h
+++ b/src/m/mips-siemens.h
@@ -16,8 +16,9 @@
16#undef C_DEBUG_SWITCH 16#undef C_DEBUG_SWITCH
17#define C_DEBUG_SWITCH -g 17#define C_DEBUG_SWITCH -g
18 18
19/* we use all of GNU's memory allocation routines */ 19/* w.prediger@m30x.nbg.scn.de seems to say this is needed.
20#define C_ALLOCA 20 But let's try without it. */
21/* #define C_ALLOCA */
21 22
22/* This system uses a slightly nonstandard variant of elf format. */ 23/* This system uses a slightly nonstandard variant of elf format. */
23#undef UNEXEC 24#undef UNEXEC
@@ -25,3 +26,5 @@
25#define ELF_BSS_SECTION_NAME ".sbss" 26#define ELF_BSS_SECTION_NAME ".sbss"
26 27
27#define BSTRING 28#define BSTRING
29
30#define LIB_STANDARD /usr/ccs/lib/libc.a