From c9e460d3580942f861462ec890aaeaefdb3db124 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 Jul 1996 18:45:41 +0000 Subject: [PATCH] ({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}. From-SVN: r12432 --- gcc/config/dsp16xx/dsp16xx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 6590823e819..cfe60131378 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -142,10 +142,10 @@ extern char *output_block_move(); #define STANDARD_EXEC_PREFIX "/d1600/bin" /* Command line options to the AT&T assembler */ -#define ASM_SPEC "%{V} %{v:%{!V:-V}} %{g*:-g}" +#define ASM_SPEC "%{v:-V} %{g*:-g}" /* Command line options for the AT&T linker */ -#define LINK_SPEC "%{V} %{v:%{!V:-V}} %{minit:-i} \ +#define LINK_SPEC "%{v:-V} %{minit:-i} \ %{!ifile*:%{mmap1:-ifile m1_deflt.if%s} \ %{mmap2:-ifile m2_deflt.if%s} \ %{mmap3:-ifile m3_deflt.if%s} \ -- 2.30.2