Changeset 1747

Show
Ignore:
Timestamp:
02/17/98 01:45:25 (11 years ago)
Author:
himi
Message:

Meadow--Multilingual Enhancement to GNU Emacs with ADvantages Over Windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/m/mips-siemens.h

    r1743 r1747  
    154154#ifdef __GNUC__ 
    155155#define C_DEBUG_SWITCH 
     156#define C_OPTIMIZE_SWITCH -O 
    156157#define LD_SWITCH_MACHINE  
    157158#else 
  • branches/GNU/src/m/mips.h

    r1745 r1747  
    8080/* CDC EP/IX 1.4.3 uses /unix */ 
    8181 
    82 #ifndef __linux__ 
    8382#undef KERNEL_FILE 
    8483#define KERNEL_FILE "/unix" 
    85 #endif /* not __linux__ */ 
    8684 
    8785/* Define CANNOT_DUMP on machines where unexec does not work. 
     
    123121   which lives in a separate file.  Specify the file name.  */ 
    124122 
    125 #ifndef __linux__ 
    126123#undef UNEXEC 
    127124#define UNEXEC unexmips.o 
    128 #endif /* not __linux__ */ 
    129125 
    130126/* Describe layout of the address space in an executing process.  */ 
    131127 
    132 #ifdef __linux__ 
    133 #define TEXT_START      0x00400000 
    134 #define DATA_START      0x10000000 
    135 #define DATA_SEG_BITS   0x10000000 
    136 #else /* not __linux__ */ 
    137128#define TEXT_START 0x400000 
    138129#define DATA_START 0x800000 
    139 #endif /* __linux__ */ 
    140130 
    141131/* Alter some of the options used when linking.  */ 
    142132 
    143 #if !defined(NEWSOS5) && !defined(__linux__) 
     133#ifndef NEWSOS5 
    144134#ifdef BSD_SYSTEM 
    145135 
     
    173163 
    174164#endif /* not BSD_SYSTEM */ 
    175 #endif /* not NEWSOS5 && not __linux__ */ 
     165#endif /* not NEWSOS5 */ 
    176166  
    177167/* The standard definitions of these macros would work ok, 
     
    190180    >> (BITS_PER_INT-GCTYPEBITS-VALBITS))) 
    191181  
    192 #if !defined (NEWSOS5) && !defined (__linux__) 
     182#ifndef NEWSOS5 
    193183#ifdef USG 
    194184 
     
    233223#endif /* BSD_SYSTEM */ 
    234224 
    235 #endif /* not NEWSOS5 && not __linux__ */ 
     225#endif /* not NEWSOS5 */ 
  • branches/GNU/src/m/news-r6.h

    r1743 r1747  
    4141#define C_DEBUG_SWITCH -O -Olimit 2000 
    4242#ifdef __GNUC__ 
     43#define C_OPTIMIZE_SWITCH -O 
    4344#define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000 
    4445#else /* !__GNUC__ */ 
  • branches/GNU/src/m/news-risc.h

    r1741 r1747  
    2727#define COFF 
    2828#undef LD_SWITCH_MACHINE 
    29 #ifdef __GNUC__ 
    30 #define LD_SWITCH_MACHINE -Xlinker -x -Xlinker -D -Xlinker 800000 
    31 #else 
    3229#define LD_SWITCH_MACHINE -x -D 800000 
    33 #endif 
    3430 
    3531/* #define C_OPTIMIZE_SWITCH -O2 */ 
     
    4743/* Don't use the definitions in m/mips.h.  */ 
    4844#undef LINKER 
    49 #define LINKER $(CC) -nostdlib 
    5045#undef LIBS_MACHINE 
    5146#define LIBS_MACHINE -lmld