From cd374ba049ea7d095647c8b6cc0dccdc7ecabf97 Mon Sep 17 00:00:00 2001 From: Jérôme Duval Date: Sat, 25 Jul 2015 21:02:28 +0200 Subject: [PATCH] gcc: clean up after 15ab9ca51d2. --- gcc/gcc/config.gcc | 6 ++++-- gcc/gcc/config.host | 7 +++++-- gcc/libgcc/config.host | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc index 20f2db8..7a40ffd 100644 --- a/gcc/gcc/config.gcc +++ b/gcc/gcc/config.gcc @@ -181,7 +181,7 @@ # the --with-sysroot configure option or the # --sysroot command line option is used this # will be relative to the sysroot. -# target_type_format_char +# target_type_format_char # The default character to be used for formatting # the attribute in a # .type symbol_name, ${t_t_f_c} @@ -1320,7 +1320,7 @@ TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` need_64bit_isa=yes case X"${with_cpu}" in - Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver3|Xbdver2|Xbdver1|Xbtver2|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3) + Xgeneric|Xatom|Xcore2|Xcorei7|Xcorei7-avx|Xnocona|Xx86-64|Xbdver3|Xbdver2|Xbdver1|Xbtver2|Xbtver1|Xamdfam10|Xbarcelona|Xk8|Xopteron|Xathlon64|Xathlon-fx|Xathlon64-sse3|Xk8-sse3|Xopteron-sse3) ;; X) if test x$with_cpu_64 = x; then @@ -3040,7 +3040,7 @@ with_cpu=8548 else with_cpu=8540 - fi + fi ;; sparc*-*-*) case ${target} in diff --git a/gcc/gcc/config.host b/gcc/gcc/config.host index 9b7d0d9..3691368 100644 --- a/gcc/gcc/config.host +++ b/gcc/gcc/config.host @@ -61,7 +61,7 @@ # different from the default "liblto_plugin.so". # When setting any of these variables, check to see if a corresponding -# variable is present in config.build; if so, you will likely want to +# variable is present in config.build; if so, you will likely want to # set it in both places. # Default settings. @@ -129,10 +129,11 @@ mips*-*-linux* \ | mips*-*-haiku* ) case ${target} in - mips*-*-* ) + mips*-*-linux* \ + | mips*-*-haiku* ) host_extra_gcc_objs="driver-native.o" host_xmake_file="${host_xmake_file} mips/x-native" - ;; + ;; esac ;; rs6000-*-* \ diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index 4489d79..09e4f73 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -79,7 +79,7 @@ cpu_type=`echo ${host} | sed 's/-.*$//'` case ${host} in m32c*-*-*) - cpu_type=m32c + cpu_type=m32c tmake_file=t-fdpbit ;; aarch64*-*-*) @@ -124,7 +124,7 @@ cpu_type=lm32 ;; m32r*-*-*) - cpu_type=m32r + cpu_type=m32r ;; m68k-*-*) ;; -- gitore 0.2.2