]> gcc.gnu.org Git - gcc.git/commitdiff
(LINK_SPEC): Bring emulation name into sync with Cygnus snapshot.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 19:39:44 +0000 (15:39 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 28 Jun 1996 19:39:44 +0000 (15:39 -0400)
From-SVN: r12366

gcc/config/alpha/elf.h

index abf12bcc22f0b3e28fd58e2830f7f0d37ca05a01..20836c308fd854527f4ec2110810ec9183b6decc 100644 (file)
@@ -39,7 +39,7 @@ Currently only Linux uses this. */
 -Asystem(linux) -Acpu(alpha) -Amachine(alpha) -D__ELF__"
 
 #undef LINK_SPEC
-#define LINK_SPEC "-m elf64_alpha -G 8 %{O*:-O3} %{!O*:-O1}    \
+#define LINK_SPEC "-m elf64alpha -G 8 %{O*:-O3} %{!O*:-O1}     \
   %{shared:-shared}                                            \
   %{!shared:                                                   \
     %{!static:                                                 \
This page took 1.703718 seconds and 5 git commands to generate.