Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] multilib_toolchain_setup() changes
Date: Fri, 20 Feb 2009 23:20:04
Message-Id: 200902201819.59045.vapier@gentoo.org
1 we need to move away from the magic-ABI-env-vars that gcc-config uses to hook
2 in flags transparently. as such, i'm changing multilib.eclass'
3 multilib_toolchain_setup so that it sets each toolchain component explicitly:
4 export CC="$(tc-getCC) $(get_abi_CFLAGS)"
5
6 seems to work on the few packages that actually do ABI-changes inside of the
7 ebuild, but in case people's multilib packages break, this should be an easy
8 thing to check.
9 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature