diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index c71ad5c..a3ca800 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2228,9 +2228,12 @@ const char *arm_be8_option (int argc, const char **argv); " %{mfloat-abi=*: abi %*}" \ " %<march=*) " +/* Complete set of specs for the driver. Commas separate the + individual rules so that any option suppression (%<opt...)is + completed before starting subsequent rules. */ #define DRIVER_SELF_SPECS \ - MCPU_MTUNE_NATIVE_SPECS \ - TARGET_MODE_SPECS \ + MCPU_MTUNE_NATIVE_SPECS, \ + TARGET_MODE_SPECS, \ ARCH_CANONICAL_SPECS #define TARGET_SUPPORTS_WIDE_INT 1 |