diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-12 11:02:33 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-12 11:02:33 +0000 |
commit | 69dc2fad595f3ab6d3f3aeb4fad283a09ef1f604 (patch) | |
tree | 3278255e8888b9b6cadc6b592791c0380d8dba5e /gcc/config/iq2000/iq2000.h | |
parent | 45e075b4f3fa3d752e93eec2df0d7b9284d349c2 (diff) | |
download | gcc-69dc2fad595f3ab6d3f3aeb4fad283a09ef1f604.tar.gz |
(ASM_SPEC): Undefine (to stop -Qy being passed on to GAS) but do not define,
as GAS no longer supports or needs the -m2000 option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93222 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/iq2000/iq2000.h')
-rw-r--r-- | gcc/config/iq2000/iq2000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index 2e10efbea63..19e273f93f4 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -926,7 +926,6 @@ extern void sbss_section (void); #undef ASM_SPEC -#define ASM_SPEC "%{march=iq2000: -m2000} %{march=iq10: -m10} %{!march=*: -m2000}" /* The mapping from gcc register number to DWARF 2 CFA column number. |