InBetweenNames / gentooLTO

A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
GNU General Public License v2.0
571 stars 96 forks source link

librecad libreoffice #400

Open imesg opened 5 years ago

imesg commented 5 years ago

Neither of these compile. libroffice compiled fine before lto/grpaphite etc.

How do I allow these to use stock make.conf flags?

I can send logs if it helps.

Peter-Levine commented 5 years ago

libreoffice builds fine for me after adding:

app-office/libreoffice      *FLAGS-="${SEMINTERPOS}"

to my package.cflags.

imesg commented 5 years ago

Emerge gcc-9.2.0. Then libreoffice emerges with *FLAGS-="${SEMINTERPOS}". Haven't tried librecad yet.

How do I use the stock configuration:

COMMON_FLAGS="${CFLAGS} -march=native -O2 -pipe"

CFLAGS="${COMMON_FLAGS}"

CXXFLAGS="${COMMON_FLAGS}"

FCFLAGS="${COMMON_FLAGS}"

FFLAGS="${COMMON_FLAGS}""

elsandosgrande commented 5 years ago

I already addressed this in another issue (#382).

Edit

I addressed one of these, not both. Sorry for the confusion.

elsandosgrande commented 4 years ago

@imesg @Peter-Levine