diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-30 01:03:12 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-30 01:03:12 +0000 |
commit | 9132fd65361174d0255b741dd9aacaed7bcfe384 (patch) | |
tree | 2aab7f25c25a506f476522ccd3ad7da6ba2801e1 /libstdc++-v3/configure.host | |
parent | 9913d3a4c47a5b8371e30de43112f932aaba359c (diff) | |
download | gcc-9132fd65361174d0255b741dd9aacaed7bcfe384.tar.gz |
* configure.host (darwin*): Set os_include_dir to a separate directory
for Darwin.
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add a new C locale kind,
'darwin'.
* config/locale/darwin/ctype_members.cc: New.
* config/os/bsd/darwin/ctype_base.h: New.
* config/os/bsd/darwin/ctype_inline.h: New.
* config/os/bsd/darwin/ctype_noninline.h: New.
* config/os/bsd/darwin/os_defines.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89874 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index e6249e656c8..cf18e986109 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -177,7 +177,7 @@ case "${host_os}" in # Up to at least 10.3.5, -flat_namespace is required for proper # treatment of coalesced symbols. OPT_LDFLAGS="${OPT_LDFLAGS} -Wl,-single_module -Wl,-flat_namespace" - os_include_dir="os/generic" + os_include_dir="os/bsd/darwin" ;; *djgpp*) # leading * picks up "msdosdjgpp" os_include_dir="os/djgpp" |