Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gcc/config/rs6000 Pass -m403 to gas.
details: https://anonhg.NetBSD.org/src/rev/e23c2d2d9da7
branches: trunk
changeset: 544212:e23c2d2d9da7
user: hannken <hannken%NetBSD.org@localhost>
date: Fri Mar 14 20:41:38 2003 +0000
description:
Pass -m403 to gas.
Approved by: Jason R. Thorpe <thorpej%netbsd.org@localhost>
diffstat:
gnu/dist/toolchain/gcc/config/rs6000/netbsd.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r def13708e013 -r e23c2d2d9da7 gnu/dist/toolchain/gcc/config/rs6000/netbsd.h
--- a/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h Fri Mar 14 19:34:26 2003 +0000
+++ b/gnu/dist/toolchain/gcc/config/rs6000/netbsd.h Fri Mar 14 20:41:38 2003 +0000
@@ -38,7 +38,11 @@
#undef ASM_SPEC
#define ASM_SPEC \
"-u \
-%{mcpu=601: -m601} %{!mcpu=601: -mppc} \
+%{!mcpu*: -mppc} \
+%{mcpu=403: -m403} \
+%{mcpu=601: -m601} \
+%{mcpu=603e: -mppc} \
+%{mcpu=604e: -mppc} \
%{V} %{v:%{!V:-V}} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
%{mrelocatable} \
%{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian}"
Home |
Main Index |
Thread Index |
Old Index