config.gcc (tilegx-linux): Extend extra_objs rather than overwriting it.
authorNick Clifton <nickc@redhat.com>
Mon, 22 Apr 2013 12:48:36 +0000 (12:48 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 22 Apr 2013 12:48:36 +0000 (12:48 +0000)
* config.gcc (tilegx-linux): Extend extra_objs rather than
overwriting it.
(tilepro-linux): Likewise.

From-SVN: r198138

gcc/ChangeLog
gcc/config.gcc

index f936a3e36e0e09a1c7db1778f03fe3eb6de18372..358ced13d128c0d5b0c7dd5bb73be634099f37b0 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-22  Nick Clifton  <nickc@redhat.com>
+
+       * config.gcc (tilegx-linux): Extend extra_objs rather than
+       overwriting it.
+       (tilepro-linux): Likewise.
+
 2013-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/aarch64-builtins.c
index 44ed19075e974053f9da12a566900f6ca9533b9f..5c5ddcc44ff48ed075e63ee5debfdc9e274b5103 100644 (file)
@@ -2573,7 +2573,7 @@ tic6x-*-uclinux)
 tilegx-*-linux*)
        tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
         tmake_file="${tmake_file} tilegx/t-tilegx"
-       extra_objs="mul-tables.o"
+       extra_objs="${extra_objs} mul-tables.o"
        c_target_objs="${c_target_objs} tilegx-c.o"
        cxx_target_objs="${cxx_target_objs} tilegx-c.o"
        extra_headers="feedback.h"
@@ -2581,7 +2581,7 @@ tilegx-*-linux*)
 tilepro-*-linux*)
        tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
         tmake_file="${tmake_file} tilepro/t-tilepro"
-       extra_objs="mul-tables.o"
+       extra_objs="${extra_objs} mul-tables.o"
        c_target_objs="${c_target_objs} tilepro-c.o"
        cxx_target_objs="${cxx_target_objs} tilepro-c.o"
        extra_headers="feedback.h"