*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 1 Apr 1992 03:24:34 +0000 (03:24 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 1 Apr 1992 03:24:34 +0000 (03:24 +0000)
From-SVN: r653

gcc/config/m68k/sun3.h
gcc/config/sparc/sparc.h

index 5e10494..f7bb5f2 100644 (file)
@@ -147,7 +147,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Provide required defaults for linker -e and -d switches.  */
 
-#define LINK_SPEC "%{!e*:-e start} -dc -dp %{static:-Bstatic} %{assert*}"
+#define LINK_SPEC \
+ "%{nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}"
 
 /* Every structure or union's size must be a multiple of 2 bytes.  */
 
index 9c635c6..aa881c8 100644 (file)
@@ -25,7 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Provide required defaults for linker -e and -d switches.  */
 
-#define LINK_SPEC "%{!e*:-e start} -dc -dp %{static:-Bstatic} %{assert*}"
+#define LINK_SPEC \
+ "%{nostdlib:%{!e*:-e start}} -dc -dp %{static:-Bstatic} %{assert*}"
 
 /* Special flags to the Sun-4 assembler when using pipe for input.  */