Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev-stable
Date: Fri, 28 Nov 2008 09:19:43
Message-Id: E1L5zVl-0005As-Dz@stork.gentoo.org
1 vapier 08/11/28 09:19:41
2
3 Modified: crossdev-stable
4 Log:
5 split to stable
6
7 Revision Changes Path
8 1.6 sys-devel/crossdev/files/crossdev-stable
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev-stable?r1=1.5&r2=1.6
13
14 Index: crossdev-stable
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- crossdev-stable 28 Nov 2008 09:18:07 -0000 1.5
21 +++ crossdev-stable 28 Nov 2008 09:19:41 -0000 1.6
22 @@ -1,7 +1,7 @@
23 #!/bin/bash
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.5 2008/11/28 09:18:07 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev-stable,v 1.6 2008/11/28 09:19:41 vapier Exp $
28
29 cd /
30 umask 0022 #159111
31 @@ -148,10 +148,6 @@
32 LCAT="dev-embedded"; LPKG="avr-libc";
33 GUSE=${GUSE_DISABLE};;
34
35 - # due to upstream lameness, build C/C++ at first glance
36 - *-cygwin)
37 - GUSE_DISABLE=${GUSE_DISABLE/nocxx};;
38 -
39 mingw*|*-mingw*)
40 WITH_DEF_HEADERS="yes";
41 KCAT="dev-util"; KPKG="w32api";
42 @@ -201,12 +197,6 @@
43 *-uclibc*) LPKG="uclibc";;
44 *-uclinux) LPKG="uclibc";;
45
46 - # Windows targets
47 - *-cygwin)
48 - LCAT="dev-libs"; LPKG="cygwin";
49 - KPKG="[none]";
50 - ;;
51 -
52 # Bare metal targets
53 *-newlib|*-elf)
54 LPKG="newlib"
55 @@ -220,8 +210,6 @@
56 KPKG="[none]"
57 ;;
58 esac
59 -
60 - : ${LPKG=[none]}
61 }
62
63 setup_portage_vars() {
64 @@ -341,9 +329,8 @@
65 KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="" ; KUSE=""
66 LCAT="sys-libs" ; LPKG="" ; LVER="" ; LUSE=""
67 DEFAULT_VER="[latest]"
68 -GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap nocxx -objc -objc++ -objc-gc -openmp"
69 +GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp"
70 GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
71 -GUSE_DISABLE_STAGE_2=${GUSE_DISABLE_STAGE_2/nocxx}
72 WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
73 EX_FAST="no"
74 EX_GCC="no"
75 @@ -629,7 +616,7 @@
76 USE="${LUSE} ${USE}" CROSSCOMPILE_OPTS="headers-only" \
77 doemerge ${LPKG} ${LPKG}-headers
78 fi
79 -USE="${GUSE} ${USE} ${GUSE_DISABLE}" CROSSCOMPILE_OPTS="bootstrap" \
80 +USE="${GUSE} ${USE} ${GUSE_DISABLE} nocxx" CROSSCOMPILE_OPTS="bootstrap" \
81 doemerge ${GPKG} ${GPKG}-stage1
82
83 is_s2 || exit 0