From: Doug Evans Date: Fri, 12 Jul 1996 18:50:43 +0000 (+0000) Subject: (LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c;p=gcc.git (LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. From-SVN: r12433 --- diff --git a/gcc/config/i386/dgux.h b/gcc/config/i386/dgux.h index 1bcbb09a3ba..0b255dad80f 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 f8aa358514c..b76784d71a9 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} \