00001 #ifdef SGI_MONGOOSE 00002 // MASK_GNU_AS and MASK_GNU_LD no longer defined 00003 #define TARGET_CPU_DEFAULT (MASK_GAS) 00004 #else 00005 #define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD) 00006 #endif /* SGI_MONGOOSE */ 00007 #ifdef IN_GCC 00008 #include "gansidecl.h" 00009 #endif 00010 #ifdef IN_GCC 00011 #include "MIPS/linux.h" 00012 #endif
1.5.6