Annotation of GNUtools/emacs/src/m-mips4.h, revision 1.1

1.1     ! root        1: /* m- file for Mips running RISCOS version 4.  */
        !             2: 
        !             3: #include "m-mips.h"
        !             4: 
        !             5: /* Define MIPS2 if you have an R6000 or R4000.  */
        !             6: /* #define MIPS2 */
        !             7: 
        !             8: #ifdef __GNUC__
        !             9: #define C_DEBUG_SWITCH -g -O
        !            10: #else
        !            11: #ifdef MIPS2
        !            12: #define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3 -mips2
        !            13: #else
        !            14: #define C_DEBUG_SWITCH -systype bsd43 -O -Olimit 791 -g3
        !            15: #endif
        !            16: #endif
        !            17: 
        !            18: #ifdef TERMINFO
        !            19: #undef TERMINFO
        !            20: #endif
        !            21: 
        !            22: #define START_FILES pre-crt0.o /lib/crt1.o
        !            23: #define LIB_STANDARD -lmld -lc /lib/crtn.o
        !            24: 
        !            25: 
        !            26: #define COFF
        !            27: #undef LD_SWITCH_MACHINE
        !            28: 
        !            29: #ifdef __GNUC__
        !            30: #undef LINKER
        !            31: #define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000
        !            32: #else
        !            33: #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000
        !            34: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.