Skip to content
Snippets Groups Projects
Commit 92d568f2 authored by Richard Sandiford's avatar Richard Sandiford Committed by Richard Sandiford
Browse files

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

From-SVN: r66517
parent e82a312b
No related branches found
No related tags found
No related merge requests found
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.)
......
......@@ -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"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment