* configure.target (mips*): Use the generic atomicity.h by default.
authorRichard Sandiford <rsandifo@redhat.com>
Tue, 6 May 2003 07:01:25 +0000 (07:01 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 6 May 2003 07:01:25 +0000 (07:01 +0000)
From-SVN: r66517

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

index c2180150d74ba9422e704ed8f146953cbd4568cd..0afb262ca704ea16238ad50b303be5948a207dea 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
+
+       * configure.target (mips*): Use the generic atomicity.h by default.
+
 2003-05-05  Loren J. Rittle  <ljrittle@acm.org>
            (Inspired by an alternate patch from Danny Smith.)
 
index 526d300200f02614d96f96b299ad3f6bef1ddc73..e3da7bc87c1dc1543076e1468a6be74ce98def66 100644 (file)
@@ -75,6 +75,11 @@ case "${target_cpu}" in
   hppa*)
     cpu_include_dir="cpu/hppa"
     ;;
+  mips*)
+    # cpu/mips/atomicity.h needs MIPS II or above.  Only use it
+    # where it is known to be safe.
+    ATOMICITYH="cpu/generic"
+    ;;
   m680[246]0)
     cpu_include_dir="cpu/m68k"
     ;;