mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
profile: fix typo in last commit
This commit is contained in:
parent
65027e2b2d
commit
1e539ece4a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
|
|||
#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"
|
||||
CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
|
||||
FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
FCFLAGS="${FCFLaGS} -frecord-gcc-switches"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue