aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-07-01 01:37:29 +0000
committerCharles Hannum <mycroft@gnu.org>1992-07-01 01:37:29 +0000
commit7212eb444263275379e7b7b7c0daf2b841a760c2 (patch)
treed947390e9a0d0643ee63b6b0a9df20d84d10839c /gcc
parent8c7303bea402701bcce01a94a8b2b204863f38b9 (diff)
downloadgcc-7212eb444263275379e7b7b7c0daf2b841a760c2.zip
gcc-7212eb444263275379e7b7b7c0daf2b841a760c2.tar.gz
gcc-7212eb444263275379e7b7b7c0daf2b841a760c2.tar.bz2
entered into RCS
From-SVN: r1365
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sun.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h
index 47f2737..2c84e9f 100644
--- a/gcc/config/i386/sun.h
+++ b/gcc/config/i386/sun.h
@@ -38,7 +38,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* That last item is just to prevent a spurious error. */
#undef LINK_SPEC
-#define LINK_SPEC "%{!e*:-e _start} -dc -dp %{static:-Bstatic}"
+#define LINK_SPEC \
+ "%{!nostdlib:%{!r*:%{!e*:-e _start}}} -dc -dp %{static:-Bstatic}"
/* Extra switches to give the assembler. */