From: Richard Stallman Date: Fri, 3 Jul 1992 21:01:50 +0000 (+0000) Subject: (LINK_SPEC): -r inhibits default -e. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=197a1140989197b8ae4bb523f1bc6a709c2c483b;p=gcc.git (LINK_SPEC): -r inhibits default -e. From-SVN: r1410 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index e2ab152c6a6..e43783180ac 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide required defaults for linker -e and -d switches. */ #define LINK_SPEC \ - "%{!nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}" + "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}" /* Special flags to the Sun-4 assembler when using pipe for input. */