Commit 92be22dc by Nick Clifton Committed by Nick Clifton

config.gcc (tilegx-linux): Extend extra_objs rather than overwriting it.

	* config.gcc (tilegx-linux): Extend extra_objs rather than
	overwriting it.
	(tilepro-linux): Likewise.

From-SVN: r198138
parent 0ddec79f
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> 2013-04-22 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-builtins.c * config/aarch64/aarch64-builtins.c
......
...@@ -2573,7 +2573,7 @@ tic6x-*-uclinux) ...@@ -2573,7 +2573,7 @@ tic6x-*-uclinux)
tilegx-*-linux*) tilegx-*-linux*)
tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}" tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilegx/linux.h ${tm_file}"
tmake_file="${tmake_file} tilegx/t-tilegx" 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" c_target_objs="${c_target_objs} tilegx-c.o"
cxx_target_objs="${cxx_target_objs} tilegx-c.o" cxx_target_objs="${cxx_target_objs} tilegx-c.o"
extra_headers="feedback.h" extra_headers="feedback.h"
...@@ -2581,7 +2581,7 @@ tilegx-*-linux*) ...@@ -2581,7 +2581,7 @@ tilegx-*-linux*)
tilepro-*-linux*) tilepro-*-linux*)
tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}" tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
tmake_file="${tmake_file} tilepro/t-tilepro" 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" c_target_objs="${c_target_objs} tilepro-c.o"
cxx_target_objs="${cxx_target_objs} tilepro-c.o" cxx_target_objs="${cxx_target_objs} tilepro-c.o"
extra_headers="feedback.h" extra_headers="feedback.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment