PERFORCE change 105107 for review

Olivier Houchard cognet at FreeBSD.org
Sat Aug 26 19:59:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105107

Change 105107 by cognet at 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


More information about the p4-projects mailing list