1 #undef CPP_PREDEFINES 2 #define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Asystem=unix -Asystem=bsd" 3 4 /* Override the name of the mcount profiling function. */ 5 6 #undef MCOUNT_FUNCTION 7 #define MCOUNT_FUNCTION "*.mcount" 8 9 /* LINK_SPEC is needed only for SunOS 4. */ 10 11 #undef LINK_SPEC 12