diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:03:17 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 08:03:17 -0400 |
commit | f5cbda7cb1f00f5693bb2cc767c2b3994c9646e2 (patch) | |
tree | 132d74fadc4c6bddd2cd16378f9bce42f36de37f /gcc | |
parent | 604d63b0284b04de4703a789104410027455f67e (diff) | |
download | gcc-f5cbda7cb1f00f5693bb2cc767c2b3994c9646e2.zip gcc-f5cbda7cb1f00f5693bb2cc767c2b3994c9646e2.tar.gz gcc-f5cbda7cb1f00f5693bb2cc767c2b3994c9646e2.tar.bz2 |
(LINK_SPEC): Fix typo.
From-SVN: r14435
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index b6d12d7..0506b59 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -44,7 +44,7 @@ Currently only Linux uses this. */ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \ + %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2}} \ %{static:-static}}" /* Output at beginning of assembler file. */ |