Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc since omp.h is part of libgomp, put it in the libg...



details:   https://anonhg.NetBSD.org/src/rev/9cbf9f0f3cab
branches:  trunk
changeset: 769779:9cbf9f0f3cab
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Sep 23 06:43:46 2011 +0000

description:
since omp.h is part of libgomp, put it in the libgomp files not the
libstdc++ files.

diffstat:

 tools/gcc/mknative-gcc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r b9ce86c61f12 -r 9cbf9f0f3cab tools/gcc/mknative-gcc
--- a/tools/gcc/mknative-gcc    Fri Sep 23 01:57:32 2011 +0000
+++ b/tools/gcc/mknative-gcc    Fri Sep 23 06:43:46 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-#      $NetBSD: mknative-gcc,v 1.63 2011/09/21 02:15:18 mrg Exp $
+#      $NetBSD: mknative-gcc,v 1.64 2011/09/23 06:43:46 mrg Exp $
 #
 # Shell script for generating all the constants needed for a native
 # platform build of src/gnu/dist/gcc.
@@ -464,6 +464,8 @@
                <$_TMPDIR/$_PLATFORM/libgomp/libgomp_f.h
        write_mk $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/libgomp.spec \
                <$_TMPDIR/$_PLATFORM/libgomp/libgomp.spec
+       write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/omp.h \
+               <$_TMPDIR/$_PLATFORM/libgomp/omp.h
 }
 
 ##### gnu/lib/libobjc #####
@@ -517,8 +519,6 @@
                <$_TMPDIR/$_PLATFORM/libstdc++-v3/config.h
        write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/gstdint.h \
                <$_TMPDIR/$_PLATFORM/libstdc++-v3/include/gstdint.h
-       write_c $_OUTDIRBASE/lib/$_subdir/arch/$MACHINE_ARCH/omp.h \
-               <$_TMPDIR/$_PLATFORM/libgomp/omp.h
 
        {
                # libsupc++



Home | Main Index | Thread Index | Old Index