diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2011-11-03 21:16:07 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2011-11-03 21:16:07 +0000 |
commit | bf86b0671b4fde8fba9cd33990ae9985867bd28e (patch) | |
tree | 64aab0d7cda7dd108da5971b3d3ccca4ee64f490 /libgcc | |
parent | 596a95799c085e14dd29274b53d37f2f847cadf1 (diff) | |
download | gcc-bf86b0671b4fde8fba9cd33990ae9985867bd28e.zip gcc-bf86b0671b4fde8fba9cd33990ae9985867bd28e.tar.gz gcc-bf86b0671b4fde8fba9cd33990ae9985867bd28e.tar.bz2 |
config.host (crisv32-*-none, [...]): Remove.
* config.host (crisv32-*-none, cris-*-none): Remove.
(crisv32-*-elf): Append to tmake_file, don't just set it.
(cris-*-elf): Add missing t-fdpbit to tmake_file.
From-SVN: r180854
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 6 | ||||
-rw-r--r-- | libgcc/config.host | 12 |
2 files changed, 8 insertions, 10 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 720d485..880cdbd 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2011-11-03 Hans-Peter Nilsson <hp@axis.com> + + * config.host (crisv32-*-none, cris-*-none): Remove. + (crisv32-*-elf): Append to tmake_file, don't just set it. + (cris-*-elf): Add missing t-fdpbit to tmake_file. + 2011-11-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config/rs6000/t-ppccomm (ecrti$(objext)): Use $<. diff --git a/libgcc/config.host b/libgcc/config.host index c62e830..a979721 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -425,18 +425,10 @@ bfin*-*) extra_parts="crtbegin.o crtend.o crti.o crtn.o" ;; crisv32-*-elf) - tmake_file="cris/t-cris t-fdpbit" + tmake_file="$tmake_file cris/t-cris t-fdpbit" ;; -crisv32-*-none) - tmake_file="cris/t-cris t-fdpbit" - extra_parts="crtbegin.o crtend.o" - ;; cris-*-elf) - tmake_file="$tmake_file cris/t-cris cris/t-elfmulti" - ;; -cris-*-none) - tmake_file="$tmake_file cris/t-cris cris/t-elfmulti" - extra_parts="crtbegin.o crtend.o" + tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-elfmulti" ;; cris-*-linux* | crisv32-*-linux*) tmake_file="$tmake_file cris/t-cris t-fdpbit cris/t-linux" |