mirror of git://gcc.gnu.org/git/gcc.git
configure.host: For mips*-*-linux* update cpu_include_dir after atomicity_dir is set.
2004-08-27 Matthias Klose <doko@debian.org> * configure.host: For mips*-*-linux* update cpu_include_dir after atomicity_dir is set. From-SVN: r86678
This commit is contained in:
parent
23a62f7f9e
commit
a2fddff9be
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-27 Matthias Klose <doko@debian.org>
|
||||||
|
|
||||||
|
* configure.host: For mips*-*-linux* update cpu_include_dir
|
||||||
|
after atomicity_dir is set.
|
||||||
|
|
||||||
2004-08-27 Matthias Klose <doko@debian.org>
|
2004-08-27 Matthias Klose <doko@debian.org>
|
||||||
|
|
||||||
* config/abi/arm-linux-gnu/baseline_symbols.txt: New.
|
* config/abi/arm-linux-gnu/baseline_symbols.txt: New.
|
||||||
|
|
|
@ -253,6 +253,7 @@ case "${host}" in
|
||||||
mips*-*-linux*)
|
mips*-*-linux*)
|
||||||
atomicity_dir="cpu/mips"
|
atomicity_dir="cpu/mips"
|
||||||
abi_baseline_pair="mips-linux-gnu"
|
abi_baseline_pair="mips-linux-gnu"
|
||||||
|
cpu_include_dir="cpu/mips"
|
||||||
;;
|
;;
|
||||||
sparc*-*-freebsd5*)
|
sparc*-*-freebsd5*)
|
||||||
abi_baseline_pair="sparc-freebsd5"
|
abi_baseline_pair="sparc-freebsd5"
|
||||||
|
|
Loading…
Reference in New Issue