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:
parent
13293add08
commit
7b96920e20
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user