On 2012-10-17 08:21, Michael Meissner wrote: > Now, the x86 actually maps the OPTION_ISA_xxx switches to TARGET_xxx switches, > so it is easy to change all of the defines from OPTION_ISA_<xxx> to > TARGET_ISA_<xxx>. For Android, it was simple to change the one line of > reference. > > 2012-10-16 Michael Meissner <meiss...@linux.vnet.ibm.com> > > * opth-gen.awk (TARGET_* generation): Always generate TARGET_<xxx> > for Mask options, whether they use Var(...) or not. > > * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): Use > TARGET_<xxx> instead of OPTION_<xxx>. > * config/i386/i386.h (TARGET_64BIT): Likewise. > (TARGET_MMX): Likewise. > (TARGET_3DNOW): Likewise. > (TARGET_3DNOW_A): Likewise. ...
Ok. r~