From 96a097c9150deabea7d1e97476f27c184a843bf2 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 Jul 1996 18:57:38 +0000 Subject: [PATCH] ({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. From-SVN: r12436 --- gcc/config/sparc/sp64-elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index d7af8694689..fcc72755e71 100644 --- 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. -- 2.30.2