Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2006 13:08:24 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 105260 for review
Message-ID:  <200608291308.k7TD8O3H098493@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105260

Change 105260 by gonzo@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608291308.k7TD8O3H098493>