Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libstdc++-v3/include/bits Re-order .PA...



details:   https://anonhg.NetBSD.org/src/rev/033e9d5c0326
branches:  trunk
changeset: 786528:033e9d5c0326
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 30 20:45:41 2013 +0000

description:
Re-order .PATH so that mknative headers are picked up first. Fixes
earm* builds.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d8b8c419ae75 -r 033e9d5c0326 external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Tue Apr 30 20:31:22 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Tue Apr 30 20:45:41 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2011/06/29 02:01:37 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2013/04/30 20:45:41 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -33,7 +33,8 @@
 BITS_CPUDIR=${MACHINE_GNU_ARCH}
 .endif
 
-.PATH: ${DIST}/libstdc++-v3/include/bits \
+.PATH: ${.CURDIR}/../../arch/${MACHINE_ARCH} \
+       ${DIST}/libstdc++-v3/include/bits \
        ${DIST}/libstdc++-v3/include/c_std \
        ${DIST}/libstdc++-v3/include/precompiled \
        ${CONF}/os/bsd/netbsd \
@@ -41,8 +42,7 @@
        ${CONF}/io \
        ${CONF}/cpu/${BITS_CPUDIR} \
        ${CONF}/cpu/generic \
-       ${CONF}/locale/generic \
-       ${.CURDIR}/../../arch/${MACHINE_ARCH}
+       ${CONF}/locale/generic
 
 # Get default targets including <bsd.inc.mk>.
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index