Conway S. Smith wrote:
Also note that any CFLAGS or CXXFLAGS set in these files completely replace those in make.conf, they are not added to those in make.conf.
If you want to add instead of replace, CFLAGS="${CFLAGS} -fadded" will do the job. Removing is done with CFLAGS=" ${CFLAGS}" ; CFLAGS=${CFLAGS//-fremoved}
So you can do effectively anything, given you know the bash tricks ;) -- Kind Regards, Simon Stelling Gentoo/AMD64 developer -- [email protected] mailing list
