summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-15 20:19:56 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-15 20:19:56 +0000
commit8af6f416bff8d94964dc69c85fe78abde81a7049 (patch)
treeb91d89414b8438744a2c2cfb15b29e7973e42fe1 /sys-devel
parentStable on SPARC wrt bug #90501. (diff)
downloadgentoo-2-8af6f416bff8d94964dc69c85fe78abde81a7049.tar.gz
gentoo-2-8af6f416bff8d94964dc69c85fe78abde81a7049.tar.bz2
gentoo-2-8af6f416bff8d94964dc69c85fe78abde81a7049.zip
bfin uses uclibc
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel')
-rwxr-xr-xsys-devel/crossdev/files/crossdev3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index ba690c46d7ec..90a49ca9cc26 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 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.43 2006/01/08 03:00:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.44 2006/01/15 20:19:56 vapier Exp $
cd /
@@ -109,6 +109,7 @@ parse_target() {
TARCH=${HARCH};
BPKG="binutils-bfin";
GPKG="gcc-bfin";
+ LPKG="uclibc";
STAGE=${STAGE_C_ONLY};;
msp430)