--- config.host~1	2005-05-14 10:35:10.000000000 +0000
+++ config.host	2005-05-14 11:23:32.000000000 +0000
@@ -146,10 +146,14 @@
   i[34567]86-pc-msdosdjgpp*)
     host_xm_file=i386/xm-djgpp.h
     host_exeext=.exe
+    host_xmake_file=i386/x-djgpp
     # Shorten $target_noncanonical for 8.3 filename conventions.
+    # Also update C++ include directory name
+    # due to the same restrictions
     case ${target} in
       *pc-msdosdjgpp*)
         target_noncanonical=djgpp
+	libstdcxx_incdir_base=cxx
         ;;
     esac
     ;;


syntax highlighted by Code2HTML, v. 0.9.1