aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-10-30 01:03:12 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-10-30 01:03:12 +0000
commitf9686024eef090b7eaadb70556f6127bad72dbdb (patch)
tree2aab7f25c25a506f476522ccd3ad7da6ba2801e1 /libstdc++-v3/configure.host
parent5976e643ed10a021367870663b1105aaf064393a (diff)
downloadgcc-f9686024eef090b7eaadb70556f6127bad72dbdb.zip
gcc-f9686024eef090b7eaadb70556f6127bad72dbdb.tar.gz
gcc-f9686024eef090b7eaadb70556f6127bad72dbdb.tar.bz2
configure.host (darwin*): Set os_include_dir to a separate directory for Darwin.
* 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. From-SVN: r89874
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index e6249e6..cf18e98 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"