configure.host: For mips*-*-linux* update cpu_include_dir after atomicity_dir is...
authorMatthias Klose <doko@debian.org>
Fri, 27 Aug 2004 20:01:34 +0000 (20:01 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Fri, 27 Aug 2004 20:01:34 +0000 (20:01 +0000)
2004-08-27  Matthias Klose  <doko@debian.org>

        * configure.host: For mips*-*-linux* update cpu_include_dir
        after atomicity_dir is set.

From-SVN: r86678

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

index 7cb093006239210c0acc6d07538f9434e70d27a5..d96a583e89ad93ddb8da9c90468fe8997114b31f 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-27  Matthias Klose  <doko@debian.org>
+
+       * configure.host: For mips*-*-linux* update cpu_include_dir
+       after atomicity_dir is set.
+
 2004-08-27  Matthias Klose  <doko@debian.org>
 
        * config/abi/arm-linux-gnu/baseline_symbols.txt: New.
index a08d666401b64d3bf5823f66991b51852dcd885c..709905b65a94bafa688571a864ec83c6ecedd6b9 100644 (file)
@@ -253,6 +253,7 @@ case "${host}" in
   mips*-*-linux*)
     atomicity_dir="cpu/mips"
     abi_baseline_pair="mips-linux-gnu"
+    cpu_include_dir="cpu/mips"
     ;;
   sparc*-*-freebsd5*)
     abi_baseline_pair="sparc-freebsd5"