This is the mail archive of the gcc@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: PowerPC -mspe Removed But Still in Docs


On Tue, Aug 28, 2018 at 05:34:31PM -0500, Joel Sherrill wrote:
> Is dropping the -mno-spe option with gcc 8 and lower equivalent to the
> current gcc master? We had it in some BSPs and I don't want them to
> break with gcc 8.

For *-linux targets (so no "spe" in there), -mno-spe was the default
already.  If you also build for say *-linux-gnuspe targets, you need to
keep that option there; -mspe is the default there AFAIK.


Segher


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