From c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 Jul 1996 18:50:43 +0000 Subject: (LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. From-SVN: r12433 --- gcc/config/i386/dgux.h | 4 ++-- gcc/config/i386/sol2.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 1bcbb09..0b255da 100644 --- a/gcc/config/i386/dgux.h +++ b/gcc/config/i386/dgux.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "i386/sysv4.h" #ifndef VERSION_INFO2 -#define VERSION_INFO2 "$Revision: 1.1 $" +#define VERSION_INFO2 "$Revision: 1.2 $" #endif #ifndef VERSION_STRING @@ -189,7 +189,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "%{!shared:%{!symbolic:-lc}}" #undef LINK_SPEC -#define LINK_SPEC "%{z*} %{h*} %{V} %{v:%{!V:-V}} \ +#define LINK_SPEC "%{z*} %{h*} %{v:-V} \ %{static:-dn -Bstatic} \ %{shared:-G -dy} \ %{symbolic:-Bsymbolic -G -dy} \ diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h index f8aa358..b76784d 100644 --- a/gcc/config/i386/sol2.h +++ b/gcc/config/i386/sol2.h @@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */ /* This should be the same as in svr4.h, except with -R added. */ #undef LINK_SPEC #define LINK_SPEC \ - "%{h*} %{V} %{v:%{!V:-V}} \ + "%{h*} %{v:-V} \ %{b} %{Wl,*:%*} \ %{static:-dn -Bstatic} \ %{shared:-G -dy -z text} \ -- cgit v1.1