diff options
author | 2007-10-07 02:00:27 +0000 | |
---|---|---|
committer | 2007-10-07 02:00:27 +0000 | |
commit | a11739774b9a01ee6d8bc140b88051728d383ed2 (patch) | |
tree | d06b6b59a9aa476db500518e93a3100a64c3606c /sys-devel | |
parent | Add support for DragonFly BSD #189079. (diff) | |
download | historical-a11739774b9a01ee6d8bc140b88051728d383ed2.tar.gz historical-a11739774b9a01ee6d8bc140b88051728d383ed2.tar.bz2 historical-a11739774b9a01ee6d8bc140b88051728d383ed2.zip |
drop avr gcc hardcodes
Package-Manager: portage-2.1.3.11
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index dbe323f6a33b..e68b94bdc6e0 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.98 2007/10/06 13:44:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.99 2007/10/07 02:00:27 vapier Exp $ cd / umask 0022 #159111 @@ -146,7 +146,6 @@ parse_target() { case ${CTARGET} in avr*) KPKG="[none]"; STAGE_DEFAULT=${STAGE_LIBC}; LCAT="dev-embedded"; LPKG="avr-libc"; - GVER="3.4.6"; BVER="2.16.1-r3"; GUSE=${GUSE_DISABLE};; mingw*|*-mingw*) |