projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad06137
)
({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
author
Doug Evans
<dje@gnu.org>
Fri, 12 Jul 1996 18:57:38 +0000
(18:57 +0000)
committer
Doug Evans
<dje@gnu.org>
Fri, 12 Jul 1996 18:57:38 +0000
(18:57 +0000)
From-SVN: r12436
gcc/config/sparc/sp64-elf.h
patch
|
blob
|
history
diff --git
a/gcc/config/sparc/sp64-elf.h
b/gcc/config/sparc/sp64-elf.h
index d7af86946893357ee0592d1b8315a623f29ddbf1..fcc72755e71c0d0b5be2bc3fa3429a395c7b80aa 100644
(file)
--- a/
gcc/config/sparc/sp64-elf.h
+++ b/
gcc/config/sparc/sp64-elf.h
@@
-62,13
+62,13
@@
Boston, MA 02111-1307, USA. */
#undef ASM_SPEC
#define ASM_SPEC "\
-%{
V} %{v:%{!V:-V}
} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
+%{
v:-V
} -s %{fpic:-K PIC} %{fPIC:-K PIC} \
"
/* This is taken from sol2.h. */
#undef LINK_SPEC
#define LINK_SPEC "\
-%{
V} %{v:%{!V:-V}
} \
+%{
v:-V
} \
"
/* We need something a little simpler for the embedded environment.