s/shl/shlunx/
This commit is contained in:
parent
128d6fc64b
commit
97fac3124c
2
gnu/dist/gcc/config/sh/netbsdcoff.h
vendored
2
gnu/dist/gcc/config/sh/netbsdcoff.h
vendored
@ -53,7 +53,7 @@
|
||||
|
||||
#undef LINK_SPEC
|
||||
#define LINK_SPEC \
|
||||
"%{ml:-m shl} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
|
||||
"%{ml:-m shlunx} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
|
||||
|
||||
/* We have atexit(3). */
|
||||
|
||||
|
2
gnu/dist/gcc/config/sh/netbsdelcoff.h
vendored
2
gnu/dist/gcc/config/sh/netbsdelcoff.h
vendored
@ -53,7 +53,7 @@
|
||||
|
||||
#undef LINK_SPEC
|
||||
#define LINK_SPEC \
|
||||
"%{!mb:-m shl} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
|
||||
"%{!mb:-m shlunx} %{mrelax:-relax} %{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}"
|
||||
|
||||
/* set default to little endian */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user