re PR libstdc++/12506 (build failure of libstdc++ due to Makefile error)
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 19 Oct 2003 20:58:22 +0000 (20:58 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 19 Oct 2003 20:58:22 +0000 (16:58 -0400)
        PR other/12506
        * configure.host (aix4,aix*): Define os_include_dir to os/generic.

From-SVN: r72684

libstdc++-v3/ChangeLog
libstdc++-v3/configure.host

index be527fa5162cc32d92114e77a3dfbe2fffeb3838..35dcde6d261c88bb4a012b8e02158fb2c81a1338 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-19  David Edelsohn  <edelsohn@gnu.org>
+
+       PR other/12506
+       * configure.host (aix4,aix*): Define os_include_dir to os/generic.
+
 2003-10-18  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * src/locale.cc (locale::_S_initialize): Re-apply workaround a
index 3b800238824df0f760d85bf25b3199e1e4d8c244..6f2c54e155486752bbe983e705373780a2e3c6d4 100644 (file)
@@ -126,9 +126,11 @@ case "${host_os}" in
     OPT_LDFLAGS="-Wl,-G"
     ;;
   aix4.*)
+    os_include_dir="os/generic"
     atomicity_include_dir="os/aix"
     ;;
   aix*)
+    os_include_dir="os/generic"
     atomicity_include_dir="cpu/generic"
     ;;
   bsd*)