mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
profiles: disable record-gcc-switches until there is a fix for the bug #492892
This commit is contained in:
parent
8832b24619
commit
440fbdece0
2 changed files with 14 additions and 8 deletions
|
|
@ -7,12 +7,15 @@
|
|||
# more effectively
|
||||
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
|
||||
|
||||
#the settings below are disabled temporary due to the nasty bug:
|
||||
#https://bugs.gentoo.org/show_bug.cgi?id=492892
|
||||
|
||||
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
|
||||
#should probably leave a note in /etc/portage/make.conf about keeping this when override
|
||||
CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
||||
CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
||||
FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
||||
#CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
||||
#CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
||||
#FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
#FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
||||
|
||||
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync multilib-strict preserve-libs"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,12 +3,15 @@
|
|||
# more effectively
|
||||
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
|
||||
|
||||
#the settings below are disabled temporary due to the nasty bug:
|
||||
#https://bugs.gentoo.org/show_bug.cgi?id=492892
|
||||
|
||||
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
|
||||
#should probably leave a note in /etc/portage/make.conf about keeping this when override
|
||||
CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
||||
CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
||||
FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
||||
#CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
||||
#CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
||||
#FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
#FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
|
||||
|
||||
#for major use of binpkgs, we need to "fix" a few of gentoo's flaws:
|
||||
#a package built against kernel A will attempt to be used even when remerging on kernel B (often to hilarious consequences)
|
||||
|
|
|
|||
Loading…
Reference in a new issue