]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/i386/i386-options.c
x86: Don't enable UINTR in 32-bit mode
[thirdparty/gcc.git] / gcc / config / i386 / i386-options.c
index 7a35c468da3aa56f49305a7970ce323a3755c597..7cba655595e07bade21e8f774bd5c0f4a5d97a4f 100644 (file)
@@ -2109,6 +2109,7 @@ ix86_option_override_internal (bool main_args_p,
 #define DEF_PTA(NAME) \
        if (((processor_alias_table[i].flags & PTA_ ## NAME) != 0) \
            && PTA_ ## NAME != PTA_64BIT \
+           && (TARGET_64BIT || PTA_ ## NAME != PTA_UINTR) \
            && !TARGET_EXPLICIT_ ## NAME ## _P (opts)) \
          SET_TARGET_ ## NAME (opts);
 #include "i386-isa.def"