arc/nps: Use arclinux_nps linker emulation for nps

gcc/ChangeLog:

	* config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
	mcpu=nps400.

From-SVN: r244712
This commit is contained in:
Graham Markall 2017-01-20 13:37:28 +00:00 committed by Andrew Burgess
parent 13293add08
commit 7b96920e20
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-01-20 Graham Markall <graham.markall@embecosm.com>
* config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
mcpu=nps400.
2017-01-20 Martin Jambor <mjambor@suse.cz>
* hsa.h: Renaed to hsa-common.h. Adjusted a comment.

View File

@ -121,7 +121,7 @@ extern const char *arc_cpu_to_as (int argc, const char **argv);
-X %{mbig-endian:-EB} \
%{EB} %{EL} \
%{marclinux*} \
%{!marclinux*: -marclinux} \
%{!marclinux*: %{mcpu=nps400:-marclinux_nps; :-marclinux}} \
%{!z:-z max-page-size=0x2000 -z common-page-size=0x2000} \
%{shared:-shared}"
#else