aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.target
diff options
context:
space:
mode:
authorLaurynas Biveinis <lauras@softhome.net>2001-01-12 19:39:07 +0000
committerDJ Delorie <dj@gcc.gnu.org>2001-01-12 14:39:07 -0500
commit6f87af20c351e777702cc58a31dbef03bbbf1bac (patch)
tree69db3ac8ce056ba033b3dd2ab92c0baee4111ce6 /libstdc++-v3/configure.target
parentb755792e3cb687a447ca74039925d6425d1504b2 (diff)
downloadgcc-6f87af20c351e777702cc58a31dbef03bbbf1bac.zip
gcc-6f87af20c351e777702cc58a31dbef03bbbf1bac.tar.gz
gcc-6f87af20c351e777702cc58a31dbef03bbbf1bac.tar.bz2
acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): check for DJGPP <ctype.h>
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): check for DJGPP <ctype.h> (LIB_AC_PROG_CXX): replace [/\\] with [\\/] to work around older bash bug. * aclocal.m4: regenerated. * configure.target: set os_include_dir to config/os/djgpp under DJGPP. * configure: regenerated. * config/os/djgpp, config/os/djgpp/bits: new directories. * config/os/djgpp/bits/ctype_base.h, config/os/djgpp/bits/ctype_inline.h, config/os/djgpp/bits/ctype_noninline.h, config/os/djgpp/bits/os_defines.h: new files. From-SVN: r38958
Diffstat (limited to 'libstdc++-v3/configure.target')
-rw-r--r--libstdc++-v3/configure.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target
index 089e079..1153863 100644
--- a/libstdc++-v3/configure.target
+++ b/libstdc++-v3/configure.target
@@ -87,6 +87,9 @@ case "${target_os}" in
cygwin*)
os_include_dir="config/os/newlib"
;;
+ *djgpp*)
+ os_include_dir="config/os/djgpp"
+ ;;
linux* | gnu*)
os_include_dir="config/os/gnu-linux"
;;