Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/alpha Pass -m21264 to assembler for -mcp...



details:   https://anonhg.NetBSD.org/src/rev/8908a13ae823
branches:  trunk
changeset: 494194:8908a13ae823
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jul 03 12:24:10 2000 +0000

description:
Pass -m21264 to assembler for -mcpu=21264a or -mcpu=ev67

diffstat:

 gnu/dist/gcc/config/alpha/netbsd.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r d2a52662437c -r 8908a13ae823 gnu/dist/gcc/config/alpha/netbsd.h
--- a/gnu/dist/gcc/config/alpha/netbsd.h        Mon Jul 03 12:08:13 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/netbsd.h        Mon Jul 03 12:24:10 2000 +0000
@@ -97,7 +97,9 @@
   %{mcpu=pca56:-mpca56} \
   %{mcpu=21164pc|mcpu=21164PC:-m21164pc} \
   %{mcpu=ev6:-mev6} \
-  %{mcpu=21264:-m21264}"
+  %{mcpu=21264:-m21264} \
+  %{mcpu=ev67:-mev6} \
+  %{mcpu=21264a:-m21264}"
 
 /* Provide a LINK_SPEC appropriate for a NetBSD/alpha ELF target.  Only
    the linker emulation and -O options are Alpha-specific.  The rest are



Home | Main Index | Thread Index | Old Index