(LINK_SPEC): -r inhibits default -e.
authorRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 21:01:50 +0000 (21:01 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 3 Jul 1992 21:01:50 +0000 (21:01 +0000)
From-SVN: r1410

gcc/config/sparc/sparc.h

index e2ab152..e437831 100644 (file)
@@ -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.  */