diff options
author | Doug Evans <dje@gnu.org> | 1996-07-12 18:50:43 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-07-12 18:50:43 +0000 |
commit | c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c (patch) | |
tree | 5676fc884981c63ff91f8634f16e3b74c2467f81 /gcc | |
parent | c9e460d3580942f861462ec890aaeaefdb3db124 (diff) | |
download | gcc-c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c.zip gcc-c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c.tar.gz gcc-c8ce67e2893fa0dffb853e8ec0e7dd94c2b27e3c.tar.bz2 |
(LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12433
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/dgux.h | 4 | ||||
-rw-r--r-- | gcc/config/i386/sol2.h | 2 |
2 files changed, 3 insertions, 3 deletions
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} \ |