]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo s/abi=/mabi=/ in CPP_SPEC
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 3 Nov 2001 22:49:00 +0000 (22:49 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 3 Nov 2001 22:49:00 +0000 (22:49 +0000)
From-SVN: r46749

gcc/config/mmix/mmix.h

index d8a10a86081af0229ed8bd12db5f38826b5f4056..b96fda143f91af81520cd6fbc13d2219f62c23c4 100644 (file)
@@ -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) */
 
This page took 0.074858 seconds and 5 git commands to generate.