Commit 92d568f2 by Richard Sandiford Committed by Richard Sandiford

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

From-SVN: r66517
parent e82a312b
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> 2003-05-05 Loren J. Rittle <ljrittle@acm.org>
(Inspired by an alternate patch from Danny Smith.) (Inspired by an alternate patch from Danny Smith.)
......
...@@ -75,6 +75,11 @@ case "${target_cpu}" in ...@@ -75,6 +75,11 @@ case "${target_cpu}" in
hppa*) hppa*)
cpu_include_dir="cpu/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) m680[246]0)
cpu_include_dir="cpu/m68k" cpu_include_dir="cpu/m68k"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment