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:
Matthias Klose 2004-08-27 20:01:34 +00:00 committed by Matthias Klose
parent 23a62f7f9e
commit a2fddff9be
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* config/abi/arm-linux-gnu/baseline_symbols.txt: New.

View File

@ -253,6 +253,7 @@ case "${host}" in
mips*-*-linux*)
atomicity_dir="cpu/mips"
abi_baseline_pair="mips-linux-gnu"
cpu_include_dir="cpu/mips"
;;
sparc*-*-freebsd5*)
abi_baseline_pair="sparc-freebsd5"