]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (m32r-linux): Allow for tmake_file not being empty.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 2013 14:17:15 +0000 (14:17 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 12 Aug 2013 14:17:15 +0000 (14:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201664 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 44e964bd54831bc1131fcca9ccfe3d3d916aed8d..bdabc5e164b4b32291d8c496ad3d3a6ea0b8db5f 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-12  Nick Clifton  <nickc@redhat.com>
+
+       * config.gcc (m32r-linux): Allow for tmake_file not being empty.
+
 2013-08-12  Yuri Rumyantsev  <ysrumyan@gmail.com>
 
        * config/i386/i386.md (floatunssi<mode>2 expand): Add new
index b2565fa76640e664e813100ba5d7a5504ef40f94..8f5317cfa62ad669ac076252b5cb56f069f8829f 100644 (file)
@@ -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'