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 pick up omp.h from the li...



details:   https://anonhg.NetBSD.org/src/rev/fceb8f5f874e
branches:  trunk
changeset: 791045:fceb8f5f874e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 01 18:11:49 2013 +0000

description:
pick up omp.h from the libgomp directory not from /usr/include/gcc-4.5. Makes
the code compilable with gcc-4.8.1

diffstat:

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

diffs (17 lines):

diff -r c8ae5ff66977 -r fceb8f5f874e external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Fri Nov 01 17:09:59 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Fri Nov 01 18:11:49 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2013/08/22 16:03:30 matt Exp $
+#      $NetBSD: Makefile,v 1.7 2013/11/01 18:11:49 christos Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -33,6 +33,7 @@
 CXXFLAGS+=     -fno-implicit-templates -fdiagnostics-show-location=once
 CPPFLAGS+=     -I${DIST}/libstdc++-v3/include
 CPPFLAGS+=     -I${.CURDIR}/arch/${GCC_MACHINE_ARCH}
+CPPFLAGS+=     -I${.CURDIR}/../libgomp/arch/${GCC_MACHINE_ARCH}
 
 CONF=          ${DIST}/libstdc++-v3/config
 



Home | Main Index | Thread Index | Old Index