summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-03 21:16:07 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2011-11-03 21:16:07 +0000
commitaf64ed6fc17cc26beca4aa0c43fd23908cf3e8bc (patch)
tree64aab0d7cda7dd108da5971b3d3ccca4ee64f490 /libgcc/config.host
parent39ee9fa924979a477abc1999d062de24aab73583 (diff)
downloadgcc-af64ed6fc17cc26beca4aa0c43fd23908cf3e8bc.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180854 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host12
1 files changed, 2 insertions, 10 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index c62e8308c95..a979721bc11 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"