If we redefine it later, #undef it first.
#endif /* emacs */
/* Ask GCC where to find libgcc.a. */
-#define LIB_GCC `$(CC) $(C_SWITCH_X_MACHINE) -print-libgcc-file-name`
+#define LIB_GCC `$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name`
#ifndef __ELF__
/* Linux has crt0.o in a non-standard place */
#ifndef __ELF__
#define LIB_STANDARD -lc /* avoid -lPW */
#else
+#undef LIB_GCC
#define LIB_GCC
#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
#endif