diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 21:14:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 21:14:21 +0000 |
commit | 9fa5475e703b74192bf11da7e10f1d9aa11c0e84 (patch) | |
tree | 89a88c21db9c0c93d3b236811fcc5925a7914402 /sys-devel/crossdev/files | |
parent | Add missing dependency in kwin (or kdebase). (diff) | |
download | historical-9fa5475e703b74192bf11da7e10f1d9aa11c0e84.tar.gz historical-9fa5475e703b74192bf11da7e10f1d9aa11c0e84.tar.bz2 historical-9fa5475e703b74192bf11da7e10f1d9aa11c0e84.zip |
add mingw32 to help #148960
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'sys-devel/crossdev/files')
-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 f6be3ad42f42..8d0826931624 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.74 2006/09/17 07:04:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.75 2006/09/24 21:14:21 vapier Exp $ cd / @@ -185,6 +185,7 @@ parse_target() { Special Targets: - avr http://www.nongnu.org/avr-libc/ - bfin http://blackfin.uclinux.org/ + - mingw32 http://www.mingw.org/ - msp430 http://mspgcc.sourceforge.net/ - nios2 http://www.altera.com/products/ip/processors/nios2/ni2-index.html - ee / iop / dvp (ps2) [Playstation 2 targets] |