*** 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 5e10494e7670b71c10f62dc2056b16fa5f47b9bf..f7bb5f2d0d11132683a9ddab5eb56463f79d4347 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 9c635c6e4efbe03e2ddb6f3b8d75a1a3557e9d92..aa881c8f06a756f9ed97e53f3e8e95b984a5fc77 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.  */