On Fri, Jan 10, 2014 at 11:29 PM, H.J. Lu <hongjiu...@intel.com> wrote: > Hi, > > This patch adds PROCESSOR_INTEL, which is almost identical to > PROCESSOR_SILVERMONT, except that __tune_slm__/__tune_silvermont__ > aren't defined for -mtune=intel. OK for trunk?
No, we have said that -mtune=intel is used to tune for *current* intel processor. It is not a target per itself. Currently, this "target" points to PROCESSOR_SILVERMONT, and I see no problem if it also defines relevant tune defines. In future, this option will point to some other processor, so it will switch tune defines as well. Uros.