Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/libstdc++-v3 Use the dragonfly locale...



details:   https://anonhg.NetBSD.org/src/rev/918278909f04
branches:  trunk
changeset: 458550:918278909f04
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jul 31 16:39:02 2019 +0000

description:
Use the dragonfly locale code for NetBSD too.

diffstat:

 external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 49945716428e -r 918278909f04 external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
--- a/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4  Wed Jul 31 16:08:23 2019 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4  Wed Jul 31 16:39:02 2019 +0000
@@ -2416,7 +2416,7 @@
       darwin*)
        enable_clocale_flag=darwin
        ;;
-      dragonfly* | freebsd*)
+      dragonfly* | freebsd* | netbsd*)
        enable_clocale_flag=dragonfly
        ;;
       openbsd*)
@@ -2512,7 +2512,7 @@
       ;;
 
     dragonfly)
-      AC_MSG_RESULT(dragonfly or freebsd)
+      AC_MSG_RESULT(dragonfly or freebsd or netbsd)
 
       CLOCALE_H=config/locale/dragonfly/c_locale.h
       CLOCALE_CC=config/locale/dragonfly/c_locale.cc



Home | Main Index | Thread Index | Old Index