diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2011-06-28 13:59:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-06-28 13:59:28 +0000 |
commit | 4a68b724cc4826a24f8c964080635338f4b94480 (patch) | |
tree | e62400777dc56d7f250a1eca4cd81febe8c31676 /gcc/config | |
parent | 72a327296948f1d5294c83e12da496b6f05b364f (diff) | |
download | gcc-4a68b724cc4826a24f8c964080635338f4b94480.zip gcc-4a68b724cc4826a24f8c964080635338f4b94480.tar.gz gcc-4a68b724cc4826a24f8c964080635338f4b94480.tar.bz2 |
mn10300.h (LINK_SPEC): Do not use linker relaxation when performing an incremental link.
* config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
relaxation when performing an incremental link.
From-SVN: r175584
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mn10300/mn10300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index a156156..7f70d5b2 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -24,7 +24,7 @@ #undef LIB_SPEC #undef ENDFILE_SPEC #undef LINK_SPEC -#define LINK_SPEC "%{mrelax:--relax}" +#define LINK_SPEC "%{mrelax:%{!r:--relax}}" #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{!mno-crt0:%{!shared:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}}}" |