diff options
author | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-25 23:44:03 +0000 |
---|---|---|
committer | ljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-25 23:44:03 +0000 |
commit | e037e4a699b527cd77d3e3d54a14ffc89e88ae99 (patch) | |
tree | a8dceaa530cb6ef6a79e4ea805107074c2babcc0 /libstdc++-v3/configure | |
parent | 0a43570c6d216d08c193f7727c711a29892cbdbe (diff) | |
download | gcc-e037e4a699b527cd77d3e3d54a14ffc89e88ae99.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index e2a7f58b4c1..365e2fd3673 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 |