diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-12 14:17:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2013-08-12 14:17:15 +0000 |
commit | 133b1a8e84badd5416c2274ddf5feee4ca69a971 (patch) | |
tree | 15e03d824d912482187367b79d06d796e039412a /gcc/config.gcc | |
parent | 15dd8b3a8cafc3a3238b6e773b1bb2be69fc1bac (diff) | |
download | gcc-133b1a8e84badd5416c2274ddf5feee4ca69a971.zip gcc-133b1a8e84badd5416c2274ddf5feee4ca69a971.tar.gz gcc-133b1a8e84badd5416c2274ddf5feee4ca69a971.tar.bz2 |
* config.gcc (m32r-linux): Allow for tmake_file not being empty.
From-SVN: r201664
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index b2565fa..8f5317c 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1705,8 +1705,7 @@ m32r-*-rtems*) ;; m32r-*-linux*) tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h" - # We override the tmake_file for linux -- why? - tmake_file="m32r/t-linux t-slibgcc" + tmake_file="${tmake_file} m32r/t-linux t-slibgcc" gnu_ld=yes if test x$enable_threads = xyes; then thread_file='posix' @@ -1714,8 +1713,7 @@ m32r-*-linux*) ;; m32rle-*-linux*) tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h m32r/little.h ${tm_file} m32r/linux.h" - # We override the tmake_file for linux -- why? - tmake_file="m32r/t-linux t-slibgcc" + tmake_file="${tmake_file} m32r/t-linux t-slibgcc" gnu_ld=yes if test x$enable_threads = xyes; then thread_file='posix' |