]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.
authorJ"orn Rennecke <joern.rennecke@superh.com>
Mon, 28 Jun 2004 22:06:17 +0000 (22:06 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 28 Jun 2004 22:06:17 +0000 (23:06 +0100)
From-SVN: r83818

gcc/ChangeLog
gcc/config.gcc

index dbed9cca694cb73faf848549148c7a6406991535..9dd18802b9ddd8b6af4cd28620f553da259566d6 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-28  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * config.gcc (sh*-*elf*): Remove dead assignment of sh_multilibs.
+
 2004-06-28  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * builtins.def (execl, execlp, execle, execv, execvp, execve,
index aa0399614f0fb3eef54c779648527e15954b1f49..35b55d5487a66fae5dc23d7b27216f3418560ae2 100644 (file)
@@ -1750,8 +1750,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | sh*-*-kaos* | \
        sh5-64media-nofpu | sh5-64media | \
          sh5-32media-nofpu | sh5-32media | sh5-compact-nofpu | sh5-compact | \
          sh4-single-only | sh4-single | sh4-nofpu | sh4 | \
-         sh3e | sh3 | sh2e | sh2 | sh1)
-               sh_multilibs="${sh_cpu_default},${sh_multilibs}" ;;
+         sh3e | sh3 | sh2e | sh2 | sh1) ;;
        "")     sh_cpu_default=${sh_cpu_target} ;;
        *)      echo "with_cpu=$with_cpu not supported"; exit 1 ;;
        esac