* configure.target (mips*): Use the generic atomicity.h by default.

From-SVN: r66517
This commit is contained in:
Richard Sandiford 2003-05-06 07:01:25 +00:00 committed by Richard Sandiford
parent e82a312b55
commit 92d568f2ca
2 changed files with 9 additions and 0 deletions

View 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.)

View 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"
;;