PERFORCE change 105260 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Aug 29 13:08:25 UTC 2006


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

Change 105260 by gonzo at gonzo_hq on 2006/08/29 13:07:46

	o Set STARTFILE_SPEC and ENDFILE_SPEC  to respective FBSD_XXXX_SPEC.

Affected files ...

.. //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#4 edit

Differences ...

==== //depot/projects/mips2/src/contrib/gcc/config/mips/freebsd.h#4 (text+ko) ====

@@ -33,6 +33,13 @@
 #undef LIB_SPEC
 #define LIB_SPEC	FBSD_LIB_SPEC
 #endif /* LIB_SPEC */
+
+#undef  STARTFILE_SPEC
+#define STARTFILE_SPEC FBSD_STARTFILE_SPEC
+
+#undef  ENDFILE_SPEC
+#define ENDFILE_SPEC FBSD_ENDFILE_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