On Fri, Dec 23, 2005 at 06:23:46PM -0500, Pavel Roskin wrote: | This patch allows overriding CCFLAGS by setting an environment variable | or an argument to make. That'd be nice... I have an ugly sed in the Gentoo ebuild to workaround that. However... | -env.Append( CCFLAGS = ['-O2', '-Wall' ,'-Wno-non-virtual-dtor'] ) | +env.Append( CCFLAGS = os.environ.get('CCFLAGS', ['-O2', '-Wall', '-Wno-non-virtual-dtor']) ) ... shouldn't the enviroment variable be CXXFLAGS ? Cheers, Ferdy -- Fernando J. Pereda Garcimartín Gentoo Developer (Alpha,net-mail,mutt,git) 20BB BDC3 761A 4781 E6ED ED0B 0A48 5B0C 60BD 28D4 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
This archive was generated by hypermail 2.1.8 : 2005-12-24 10:30:20 EST