Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/dist/gcc/config/alpha Pull up 1.14: pass -m21264 to...



details:   https://anonhg.NetBSD.org/src/rev/5fe5dfad3d57
branches:  netbsd-1-5
changeset: 488371:5fe5dfad3d57
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jul 03 21:58:13 2000 +0000

description:
Pull up 1.14: pass -m21264 to assembler for ev67 or 21264a [approved by thorpej]

diffstat:

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

diffs (14 lines):

diff -r e7348c5387d6 -r 5fe5dfad3d57 gnu/dist/gcc/config/alpha/netbsd.h
--- a/gnu/dist/gcc/config/alpha/netbsd.h        Mon Jul 03 18:33:55 2000 +0000
+++ b/gnu/dist/gcc/config/alpha/netbsd.h        Mon Jul 03 21:58:13 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