mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
* configure.target (mips*): Use the generic atomicity.h by default.
From-SVN: r66517
This commit is contained in:
parent
e82a312b55
commit
92d568f2ca
@ -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.)
|
||||
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user