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 Allow always...



details:   https://anonhg.NetBSD.org/src/rev/16b66f19af8c
branches:  trunk
changeset: 330127:16b66f19af8c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 23 18:37:45 2014 +0000

description:
Allow always setting MKCOMPAT (and not failing in weird ways like
creating a c++config.h that only contains #endif), by selecting
only machine_archs that contain *64* in their name.

diffstat:

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

diffs (18 lines):

diff -r e156d549eb67 -r 16b66f19af8c external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Mon Jun 23 18:06:32 2014 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/include/bits/Makefile  Mon Jun 23 18:37:45 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 2014/06/01 19:51:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.16 2014/06/23 18:37:45 christos Exp $
 
 .include <bsd.init.mk>
 
@@ -19,7 +19,7 @@
 INCS+=         nested_exception.h hash_bytes.h atomic_lockfree_defines.h
 INCS+=         cxxabi_forced.h exception_defines.h exception_ptr.h
 
-.if ${MKCOMPAT} != no
+.if ${MKCOMPAT} != no && !empty(MACHINE_ARCH:M*64*)
 SUBDIR+=       arch
 .else
 INCS+=         c++config.h



Home | Main Index | Thread Index | Old Index