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