summaryrefslogtreecommitdiff
path: root/gcc/config/i386/sun.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-27 12:51:07 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1992-02-27 12:51:07 +0000
commit54d9055b440ed9ffc69afdacdedb087d511e4ecb (patch)
tree1da563c7a42bc844b7df3c59727ed582dca40083 /gcc/config/i386/sun.h
parent752df20e0b342e903b59a26b6006ba6c81e43320 (diff)
downloadgcc-54d9055b440ed9ffc69afdacdedb087d511e4ecb.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@361 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sun.h')
-rw-r--r--gcc/config/i386/sun.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sun.h b/gcc/config/i386/sun.h
index 6ec9d1515b7..655e63c86f4 100644
--- a/gcc/config/i386/sun.h
+++ b/gcc/config/i386/sun.h
@@ -33,12 +33,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define STARTFILE_SPEC \
"%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
-#define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}\
+#define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} \
%{g:-lg} %{sun386:}"
/* That last item is just to prevent a spurious error. */
#undef LINK_SPEC
-#define LINK_SPEC "%{!e*:-e _start} -dc -dp %{g:-Bstatic} %{static:-Bstatic}"
+#define LINK_SPEC "%{!e*:-e _start} -dc -dp %{static:-Bstatic}"
/* Extra switches to give the assembler. */