summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-17 07:04:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-17 07:04:53 +0000
commit94a611e69397e1fe22673afaa356b5cf40e06c6a (patch)
treee0603acb6a5a154d8af731baefff3d69f538f3c4 /sys-devel/crossdev/files
parentStable on ppc64; bug #147882 (diff)
downloadhistorical-94a611e69397e1fe22673afaa356b5cf40e06c6a.tar.gz
historical-94a611e69397e1fe22673afaa356b5cf40e06c6a.tar.bz2
historical-94a611e69397e1fe22673afaa356b5cf40e06c6a.zip
Add support for mingw compilers #129598.
Package-Manager: portage-2.1.1
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-xsys-devel/crossdev/files/crossdev8
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.9.171
2 files changed, 8 insertions, 1 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index b18a2e2895a5..f6be3ad42f42 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.73 2006/09/07 17:03:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.74 2006/09/17 07:04:53 vapier Exp $
cd /
@@ -117,6 +117,12 @@ parse_target() {
TARCH=${HARCH};
LPKG="uclibc";;
+ mingw*)
+ TARCH=${HARCH}; CPOST="";
+ WITH_DEF_HEADERS="yes";
+ KCAT="dev-util"; KPKG="w32api";
+ LCAT="dev-util"; LPKG="mingw-runtime";;
+
msp430)
TARCH=${HARCH}; CPOST="";
STAGE=${STAGE_BINUTILS};;
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.17 b/sys-devel/crossdev/files/digest-crossdev-0.9.17
new file mode 100644
index 000000000000..8b137891791f
--- /dev/null
+++ b/sys-devel/crossdev/files/digest-crossdev-0.9.17
@@ -0,0 +1 @@
+