diff options
author | Doug Evans <dje@gnu.org> | 1996-07-12 18:45:41 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-07-12 18:45:41 +0000 |
commit | c9e460d3580942f861462ec890aaeaefdb3db124 (patch) | |
tree | f204ac94d2f6ae0ce6aacfa462186cde983c54ec | |
parent | 660d9d96640840d0d9d348bd9686e219b42d92bc (diff) | |
download | gcc-c9e460d3580942f861462ec890aaeaefdb3db124.zip gcc-c9e460d3580942f861462ec890aaeaefdb3db124.tar.gz gcc-c9e460d3580942f861462ec890aaeaefdb3db124.tar.bz2 |
({ASM,LINK}_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
From-SVN: r12432
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 6590823..cfe6013 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} \ |