Message ID | 33ea0785-3da1-9985-b773-044e0e9893e7@arm.com |
---|---|
State | New |
Headers | show |
Series | [arm] Fix pr82175 - fix -mcpu=native not working correctly | expand |
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 9a171b0..0804e2a 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2237,9 +2237,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