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 Manually patch the local...
details: https://anonhg.NetBSD.org/src/rev/faaa3431b3f0
branches: trunk
changeset: 844042:faaa3431b3f0
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 31 16:40:25 2019 +0000
description:
Manually patch the locale configuration to use the dragonfly code instead
of generic.
diffstat:
external/gpl3/gcc/dist/libstdc++-v3/configure | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r e386bbd1c82f -r faaa3431b3f0 external/gpl3/gcc/dist/libstdc++-v3/configure
--- a/external/gpl3/gcc/dist/libstdc++-v3/configure Wed Jul 31 16:39:02 2019 +0000
+++ b/external/gpl3/gcc/dist/libstdc++-v3/configure Wed Jul 31 16:40:25 2019 +0000
@@ -15848,7 +15848,7 @@
darwin*)
enable_clocale_flag=darwin
;;
- dragonfly* | freebsd*)
+ dragonfly* | freebsd* | netbsd*)
enable_clocale_flag=dragonfly
;;
openbsd*)
@@ -15997,8 +15997,8 @@
;;
dragonfly)
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: dragonfly or freebsd" >&5
-$as_echo "dragonfly or freebsd" >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: dragonfly or freebsd or netbsd" >&5
+$as_echo "dragonfly or freebsd or netbsd" >&6; }
CLOCALE_H=config/locale/dragonfly/c_locale.h
CLOCALE_CC=config/locale/dragonfly/c_locale.cc
Home |
Main Index |
Thread Index |
Old Index