Commit 3c58aa35 by Michael Meissner

pass -v/-dn to elf linker.

From-SVN: r5256
parent 41ded289
...@@ -50,12 +50,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -50,12 +50,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_SPEC "%{v*: -v}" #define ASM_SPEC "%{v*: -v}"
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "%{v*: -v} \
%{mrose: %{!noshrlib: %{pic-none: -noshrlib} %{!pic-none: -warn_nopic}} \ %{mrose: %{!noshrlib: %{pic-none: -noshrlib} %{!pic-none: -warn_nopic}} \
%{nostdlib} %{noshrlib} %{glue} %{v*: -v}} \ %{nostdlib} %{noshrlib} %{glue}} \
%{!mrose: %{dy} %{dn: } %{glue: } \ %{!mrose: %{dy} %{dn} %{glue: } \
%{!dy: %{!dn: \ %{!dy: %{!dn: \
%{noshrlib: } %{pic-none: } \ %{noshrlib: -dn } %{pic-none: -dn } \
%{!noshrlib: %{!pic-none: -dy}}}}}" %{!noshrlib: %{!pic-none: -dy}}}}}"
#undef TARGET_VERSION_INTERNAL #undef TARGET_VERSION_INTERNAL
......
...@@ -103,12 +103,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -103,12 +103,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define ASM_SPEC "%{v*: -v}" #define ASM_SPEC "%{v*: -v}"
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "%{v*: -v} \
%{!melf: %{!noshrlib: %{pic-none: -noshrlib} %{!pic-none: -warn_nopic}} \ %{!melf: %{!noshrlib: %{pic-none: -noshrlib} %{!pic-none: -warn_nopic}} \
%{nostdlib} %{noshrlib} %{glue} %{v*: -v}} \ %{nostdlib} %{noshrlib} %{glue}} \
%{melf: %{dy} %{dn: } %{glue: } \ %{melf: %{dy} %{dn} %{glue: } \
%{!dy: %{!dn: \ %{!dy: %{!dn: \
%{noshrlib: } %{pic-none: } \ %{noshrlib: -dn } %{pic-none: -dn } \
%{!noshrlib: %{!pic-none: -dy}}}}}" %{!noshrlib: %{!pic-none: -dy}}}}}"
#undef LIB_SPEC #undef LIB_SPEC
......
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