Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/comp Don't install stdatomic.h if we don'...



details:   https://anonhg.NetBSD.org/src/rev/9108ec1f4fd7
branches:  trunk
changeset: 827045:9108ec1f4fd7
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 10 15:38:00 2017 +0000

description:
Don't install stdatomic.h if we don't have gcccmds. This is prolly the wrong
fix but only sun2 is affected. Perhaps it is better to descend into
usr.bin/include and install there because that also installs tgmath.h and
unfortunately math-68881.h...

diffstat:

 distrib/sets/lists/comp/mi |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 99fa70f1541b -r 9108ec1f4fd7 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Tue Oct 10 13:47:27 2017 +0000
+++ b/distrib/sets/lists/comp/mi        Tue Oct 10 15:38:00 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2148 2017/10/04 23:44:38 christos Exp $
+#      $NetBSD: mi,v 1.2149 2017/10/10 15:38:00 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -1991,7 +1991,7 @@
 ./usr/include/gcc-4.8/omp.h                    comp-gcc-include        gcc=48
 ./usr/include/gcc-5/omp.h                      comp-gcc-include        gcc=53
 ./usr/include/gcc-5/openacc.h                  comp-gcc-include        gcc=53
-./usr/include/gcc-5/stdatomic.h                        comp-gcc-include        gcc=53
+./usr/include/gcc-5/stdatomic.h                        comp-gcc-include        gcc=53,gccmds
 ./usr/include/gelf.h                           comp-c-include
 ./usr/include/getopt.h                         comp-c-include
 ./usr/include/glob.h                           comp-c-include



Home | Main Index | Thread Index | Old Index