aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/config/i386/sfp-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/i386/sfp-machine.h b/libgcc/config/i386/sfp-machine.h
index 172ebc7..c451ae7 100644
--- a/libgcc/config/i386/sfp-machine.h
+++ b/libgcc/config/i386/sfp-machine.h
@@ -74,7 +74,7 @@ void __sfp_handle_exceptions (int);
#define __BYTE_ORDER __LITTLE_ENDIAN
/* Define ALIASNAME as a strong alias for NAME. */
-#if defined __MACH__
+#if defined __APPLE__
/* Mach-O doesn't support aliasing, so we build a secondary function for
the alias - we need to do a bit of a dance to find out what the type of
the arguments is and then apply that to the secondary function.