]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/avr/specs.h
Commit files forgotten in r242966.
[thirdparty/gcc.git] / gcc / config / avr / specs.h
index 222ad5badae02c1a0be198a37c4644f1ddfbfb42..b5fef338e4860cd1d4ddb165bea8088f313afd7d 100644 (file)
@@ -58,7 +58,7 @@ along with GCC; see the file COPYING3.  If not see
   "%{mmcu=*:-m%*} "
 
 #define LINK_RELAX_SPEC                         \
-  "%{mrelax:--relax %(link_pmem_wrap)} "
+  "%{mrelax:--relax} "
 
 #undef  LINK_SPEC
 #define LINK_SPEC                               \
@@ -66,6 +66,7 @@ along with GCC; see the file COPYING3.  If not see
   "%(link_data_start) "                         \
   "%(link_text_start) "                         \
   "%(link_relax) "                              \
+  "%(link_pmem_wrap) "                          \
   "%{shared:%eshared is not supported} "
 
 #undef  LIB_SPEC