Module Name: src
Committed By: christos
Date: Wed Jul 31 16:39:02 UTC 2019
Modified Files:
src/external/gpl3/gcc/dist/libstdc++-v3: acinclude.m4
Log Message:
Use the dragonfly locale code for NetBSD too.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4
diff -u src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.6 src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.7
--- src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4:1.6 Sat Jan 19 07:10:12 2019
+++ src/external/gpl3/gcc/dist/libstdc++-v3/acinclude.m4 Wed Jul 31 12:39:02 2019
@@ -2416,7 +2416,7 @@ AC_DEFUN([GLIBCXX_ENABLE_CLOCALE], [
darwin*)
enable_clocale_flag=darwin
;;
- dragonfly* | freebsd*)
+ dragonfly* | freebsd* | netbsd*)
enable_clocale_flag=dragonfly
;;
openbsd*)
@@ -2512,7 +2512,7 @@ AC_DEFUN([GLIBCXX_ENABLE_CLOCALE], [
;;
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