diff options
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 3 |
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) |