Date: Sat, 26 Aug 2006 13:46:40 GMT From: Olivier Houchard <cognet@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 105107 for review Message-ID: <200608261346.k7QDkera067165@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105107 Change 105107 by cognet@cognet on 2006/08/26 13:45:51 Force LIB_SPEC to be FBSD_LIB_SPEC Affected files ... .. //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#3 edit Differences ... ==== //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#3 (text+ko) ==== @@ -29,6 +29,10 @@ #define MACHINE_TYPE "FreeBSD/mipsel ELF" #endif +#ifdef LIB_SPEC +#undef LIB_SPEC +#define LIB_SPEC FBSD_LIB_SPEC +#endif /* LIB_SPEC */ /* The generic MIPS TARGET_CPU_CPP_BUILTINS are incorrect for NetBSD. Specifically, they define too many namespace-invasive macros. Override them here. Note this is structured for easy comparison to the version
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608261346.k7QDkera067165>