diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-11 05:33:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-11 05:33:19 +0000 |
commit | 0b68ae4bb46574c421f4a354382697062a6472b8 (patch) | |
tree | e73abe3ea43e71f7872c150005bcdc8375347d39 /sys-devel/gcc-bfin | |
parent | Version bump. Includes some new sanity checks. (diff) | |
download | historical-0b68ae4bb46574c421f4a354382697062a6472b8.tar.gz historical-0b68ae4bb46574c421f4a354382697062a6472b8.tar.bz2 historical-0b68ae4bb46574c421f4a354382697062a6472b8.zip |
use TOOLCHAIN_ALLOWED_LANGS
Package-Manager: portage-2.1.1
Diffstat (limited to 'sys-devel/gcc-bfin')
-rw-r--r-- | sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild b/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild index 19d38d8d21f7..9164f168cbcb 100644 --- a/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild +++ b/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild,v 1.3 2006/04/11 00:18:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-bfin/gcc-bfin-2005.3.1.ebuild,v 1.4 2006/09/11 05:33:19 vapier Exp $ [[ ${CTARGET} != bfin* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="bfin-elf" GCC_A_FAKEIT=${A} -export USE="nocxx -fortran -gcj -objc -multilib" +TOOLCHAIN_ALLOWED_LANGS="c" ETYPE="gcc-compiler" diff --git a/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild b/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild index a2d421112bb7..c44388c87ff1 100644 --- a/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild +++ b/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild,v 1.2 2006/04/11 00:18:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-bfin/gcc-bfin-2005.4_rc1.ebuild,v 1.3 2006/09/11 05:33:19 vapier Exp $ [[ ${CTARGET} != bfin* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="bfin-elf" GCC_A_FAKEIT=${A} -export USE="nocxx -fortran -gcj -objc -multilib" +TOOLCHAIN_ALLOWED_LANGS="c" ETYPE="gcc-compiler" |