This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] prefetch.html and XScale


On Sun, 6 Feb 2011, Gerald Pfeifer wrote:

> On Fri, 4 Feb 2011, SPUeNTRUP - Kai Henningsen wrote:
> > ( http://www.intel.com/design/intelxscale/273473.htm January, 2004 )
> 
> Thanks for the pointer, Kai.  Instead of adding this link to the
> rather specific prefetch.html page, I was going to add this to our
> page at http://gcc.gnu.org/readings.html -- until I realized that
> with GCC 4.3 we actually removed explicit support for XScale.

No, we did not.  We removed the xscale*-*-* target names because in 
general it is problematic to have a proliferation of names for the same 
target that config.sub considers canonical rather than mapping down to a 
smaller set of canonical names, leaving support for the architecture 
through -mcpu=xscale with the arm*-*-* targets.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]