aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2001-11-03 22:49:00 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2001-11-03 22:49:00 +0000
commit6bcbe3b64f6df1d0faa3919ec922eb44cbc6004d (patch)
tree2ee796686f1cb4d08bb16c86fb9abba850b2a421
parent1b849ccebe9ab5fbef53ff2ddac7181c0748f5a4 (diff)
downloadgcc-6bcbe3b64f6df1d0faa3919ec922eb44cbc6004d.zip
gcc-6bcbe3b64f6df1d0faa3919ec922eb44cbc6004d.tar.gz
gcc-6bcbe3b64f6df1d0faa3919ec922eb44cbc6004d.tar.bz2
Fix typo s/abi=/mabi=/ in CPP_SPEC
From-SVN: r46749
-rw-r--r--gcc/config/mmix/mmix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h
index d8a10a8..b96fda1 100644
--- a/gcc/config/mmix/mmix.h
+++ b/gcc/config/mmix/mmix.h
@@ -108,10 +108,10 @@ struct machine_function
/* When both ABI:s work, this is how we tell them apart in code. The
GNU abi is implied the default. Also implied in TARGET_DEFAULT. */
#define CPP_SPEC \
- "%{abi=gnu:-D__MMIX_ABI_GNU__\
- %{abi=mmixware:\
+ "%{mabi=gnu:-D__MMIX_ABI_GNU__\
+ %{mabi=mmixware:\
%eoptions -mabi=mmixware and -mabi=gnu are mutually exclusive}}\
- %{!abi=gnu:-D__MMIX_ABI_MMIXWARE__}"
+ %{!mabi=gnu:-D__MMIX_ABI_MMIXWARE__}"
/* User symbols are in the same name-space as built-in symbols, but we
don't need the built-in symbols, so remove those and instead apply
@@ -945,7 +945,7 @@ const_section () \
#define UNIQUE_SECTION(DECL, RELOC) \
mmix_unique_section (decl, reloc)
-
+
/* Node: PIC */
/* (empty) */