aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-24 10:14:08 +0000
committerNick Clifton <nickc@gcc.gnu.org>2004-11-24 10:14:08 +0000
commit986ce40875068a1529e35f58b18185d8b815db5a (patch)
tree584e81dd4d6aed1d318720aa8326ba8c0acfb501 /gcc/config.gcc
parentd70b8c3ac3fc7419b4ddec11cf6321ed4e086fdf (diff)
downloadgcc-986ce40875068a1529e35f58b18185d8b815db5a.zip
gcc-986ce40875068a1529e35f58b18185d8b815db5a.tar.gz
gcc-986ce40875068a1529e35f58b18185d8b815db5a.tar.bz2
Oops - forgot to commit the change to config.gcc when checking in this patch:
2004-11-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * config.gcc: Use t-slibgcc-elf to build libgcc_s.so on m32r*linux. * config/m32r/t-linux (SHLIB_MAPFILES): Override to use m32r/libgcc-glibc.ver. * config/m32r/libgcc-glibc.ver: Add New file. From-SVN: r91143
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 0bb2195..3935573 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1229,7 +1229,7 @@ m32r-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
# We override the tmake_file for linux -- why?
- tmake_file="m32r/t-linux"
+ tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
use_fixproto=yes
if test x$enable_threads = xyes; then
@@ -1240,7 +1240,7 @@ m32rle-*-linux*)
tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
# We override the tmake_file for linux -- why?
- tmake_file="m32r/t-linux"
+ tmake_file="t-slibgcc-elf-ver m32r/t-linux"
gnu_ld=yes
use_fixproto=yes
if test x$enable_threads = xyes; then