This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[3.3 PATCH] multilib fix for sh-linux target
- From: SUGIOKA Toshinobu <sugioka at itonet dot co dot jp>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 2003 21:08:42 +0900
- Subject: [3.3 PATCH] multilib fix for sh-linux target
Currently, target sh-linux does not make m3e/m4 multilib entry.
2003-07-31 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
* gcc/config.gcc: Do not override sh/t-linux with sh/t-le.
----
SUGIOKA Toshinobu
diff -ru gcc-3.3-20030728.orig/gcc/config.gcc gcc-3.3-20030728/gcc/config.gcc
--- gcc-3.3-20030728.orig/gcc/config.gcc Fri Jun 27 20:44:22 2003
+++ gcc-3.3-20030728/gcc/config.gcc Thu Jul 31 20:24:15 2003
@@ -2308,7 +2308,7 @@
fi
;;
sh-*-linux* | sh[2346lbe]*-*-linux*)
- tmake_file="sh/t-sh sh/t-elf sh/t-linux"
+ tmake_file="sh/t-sh sh/t-elf"
case $machine in
sh*be-*-* | sh*eb-*-*) ;;
*)
@@ -2316,6 +2316,7 @@
tmake_file="${tmake_file} sh/t-le"
;;
esac
+ tmake_file="${tmake_file} sh/t-linux"
tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/linux.h"
gas=yes gnu_ld=yes
case $machine in