aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2005-01-25 23:44:03 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2005-01-25 23:44:03 +0000
commita7f7b3348c3abeddc55d218e7b555751b26f7957 (patch)
treea8dceaa530cb6ef6a79e4ea805107074c2babcc0 /libstdc++-v3/configure
parentef8614d733ee5496b834d5f483cc49907fdba2ba (diff)
downloadgcc-a7f7b3348c3abeddc55d218e7b555751b26f7957.zip
gcc-a7f7b3348c3abeddc55d218e7b555751b26f7957.tar.gz
gcc-a7f7b3348c3abeddc55d218e7b555751b26f7957.tar.bz2
acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin instead of generic.
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Map FreeBSD to darwin instead of generic. Change autoconf report to "darwin or freebsd". * configure: Regenerate. * config/os/bsd/freebsd/ctype_inline.h (ctype<wchar_t>::do_is): Add. (ctype<wchar_t>::do_scan_is): Likewise. (ctype<wchar_t>::do_scan_not): Likewise. From-SVN: r94236
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-xlibstdc++-v3/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index e2a7f58..365e2fd 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -5782,7 +5782,7 @@ fi
# ... at some point put __strxfrm_l tests in as well.
;;
- darwin*)
+ darwin* | freebsd*)
enable_clocale_flag=darwin
;;
*)
@@ -5823,8 +5823,8 @@ echo "${ECHO_T}generic" >&6
CLOCALE_INTERNAL_H=config/locale/generic/c++locale_internal.h
;;
darwin)
- echo "$as_me:$LINENO: result: darwin" >&5
-echo "${ECHO_T}darwin" >&6
+ echo "$as_me:$LINENO: result: darwin or freebsd" >&5
+echo "${ECHO_T}darwin or freebsd" >&6
CLOCALE_H=config/locale/generic/c_locale.h
CLOCALE_CC=config/locale/generic/c_locale.cc