From: Richard Sandiford Date: Tue, 6 May 2003 07:01:25 +0000 (+0000) Subject: * configure.target (mips*): Use the generic atomicity.h by default. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92d568f2caa142c95f63d9a57340fbda34b5b435;p=gcc.git * configure.target (mips*): Use the generic atomicity.h by default. From-SVN: r66517 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c2180150d74..0afb262ca70 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-05-06 Richard Sandiford + + * configure.target (mips*): Use the generic atomicity.h by default. + 2003-05-05 Loren J. Rittle (Inspired by an alternate patch from Danny Smith.) diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 526d300200f..e3da7bc87c1 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -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" ;;