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: [Patch wwwdocs] Add aarch64-none-linux-gnu as a primary platform for GCC-7


On Mon, 23 May 2016, Richard Biener wrote:
> So I propose to demote -freebsd to secondary and use
> i686-unknown-freebsd (or x86_64-unknown-freebsd?).
> 
> Gerald, Andreas, can you comment on both issues?  Esp. i386 
> is putting quite some burden on libstdc++ and atomics support
> for example.

As Jeff noted, i386 actually is the "marketing" name used for the 
platform, GCC has been defaulting to i486 for ages, and I upgraded 
to i586 last year:

    2015-11-15  Gerald Pfeifer  <gerald@pfeifer.com>

        * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Change to i586.
        Remove support for FreeBSD 5 and earlier.

And, yes, the system compiler on current versions of FreeBSD is 
LLVM (for most platforms including x86).  There is still a fair 
user base, though.

Given the above, do you still see a desire to make this change?

Gerald


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