aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-07-12 18:44:59 +0000
committerDoug Evans <dje@gnu.org>1996-07-12 18:44:59 +0000
commit660d9d96640840d0d9d348bd9686e219b42d92bc (patch)
tree985278fe0a8f3739892a02ba10437ef81604b446 /gcc
parenta7bed85579a02ae28d6f7dc0add301412f0bb22c (diff)
downloadgcc-660d9d96640840d0d9d348bd9686e219b42d92bc.zip
gcc-660d9d96640840d0d9d348bd9686e219b42d92bc.tar.gz
gcc-660d9d96640840d0d9d348bd9686e219b42d92bc.tar.bz2
({ASM,LINK}_:SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12431
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/svr4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 9c94327..4332c0f 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -90,7 +90,7 @@ Boston, MA 02111-1307, USA.
#undef ASM_SPEC
#define ASM_SPEC \
- "%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
+ "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
/* svr4 assemblers need the `-' (indicating input from stdin) to come after
the -o option (and its argument) for some reason. If we try to put it
@@ -159,7 +159,7 @@ Boston, MA 02111-1307, USA.
#undef LINK_SPEC
#ifdef CROSS_COMPILE
-#define LINK_SPEC "%{h*} %{V} %{v:%{!V:-V}} \
+#define LINK_SPEC "%{h*} %{v:-V} \
%{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \
@@ -168,7 +168,7 @@ Boston, MA 02111-1307, USA.
%{YP,*} \
%{Qy:} %{!Qn:-Qy}"
#else
-#define LINK_SPEC "%{h*} %{V} %{v:%{!V:-V}} \
+#define LINK_SPEC "%{h*} %{v:-V} \
%{b} %{Wl,*:%*} \
%{static:-dn -Bstatic} \
%{shared:-G -dy -z text %{!h*:%{o*:-h %*}}} \