* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2007-10-07 2:00 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2007-10-07 2:00 UTC (permalink / raw
To: gentoo-commits
vapier 07/10/07 02:00:28
Modified: crossdev
Log:
drop avr gcc hardcodes
(Portage version: 2.1.3.11)
Revision Changes Path
1.99 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.98&r2=1.99
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- crossdev 6 Oct 2007 13:44:38 -0000 1.98
+++ crossdev 7 Oct 2007 02:00:27 -0000 1.99
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.98 2007/10/06 13:44:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.99 2007/10/07 02:00:27 vapier Exp $
cd /
umask 0022 #159111
@@ -146,7 +146,6 @@
case ${CTARGET} in
avr*) KPKG="[none]"; STAGE_DEFAULT=${STAGE_LIBC};
LCAT="dev-embedded"; LPKG="avr-libc";
- GVER="3.4.6"; BVER="2.16.1-r3";
GUSE=${GUSE_DISABLE};;
mingw*|*-mingw*)
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-02-05 4:47 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-02-05 4:47 UTC (permalink / raw
To: gentoo-commits
vapier 08/02/05 04:47:40
Modified: crossdev
Log:
Do not use mips-headers anymore for mips-targets.
(Portage version: 2.1.4.1, RepoMan options: --force)
Revision Changes Path
1.102 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.101&r2=1.102
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- crossdev 30 Dec 2007 17:33:48 -0000 1.101
+++ crossdev 5 Feb 2008 04:47:39 -0000 1.102
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.101 2007/12/30 17:33:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.102 2008/02/05 04:47:39 vapier Exp $
cd /
umask 0022 #159111
@@ -129,7 +129,7 @@
ia64*) TARCH=ia64 WITH_DEF_HEADERS="yes";;
i?86*) TARCH=x86;;
m68*) TARCH=m68k;;
- mips*) TARCH=mips ; KPKG="mips-headers";;
+ mips*) TARCH=mips;;
powerpc64*) TARCH=ppc64;;
powerpc*) TARCH=ppc;;
sparc*) TARCH=sparc;;
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-05-16 17:43 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-05-16 17:43 UTC (permalink / raw
To: gentoo-commits
vapier 08/05/16 17:43:29
Modified: crossdev
Log:
Disable openmp and libffi when building gcc stage1 #222227 by Donnie Berkholz.
(Portage version: 2.2_pre5, RepoMan options: --force)
Revision Changes Path
1.103 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.102&r2=1.103
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- crossdev 5 Feb 2008 04:47:39 -0000 1.102
+++ crossdev 16 May 2008 17:43:28 -0000 1.103
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.102 2008/02/05 04:47:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.103 2008/05/16 17:43:28 vapier Exp $
cd /
umask 0022 #159111
@@ -329,7 +329,7 @@
KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="" ; KUSE=""
LCAT="sys-libs" ; LPKG="" ; LVER="" ; LUSE=""
DEFAULT_VER="[latest]"
-GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc -d"
+GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp"
GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
WITH_HEADERS="COW" WITH_DEF_HEADERS="no"
EX_FAST="no"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-06-23 1:46 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-06-23 1:46 UTC (permalink / raw
To: gentoo-commits
vapier 08/06/23 01:46:05
Modified: crossdev
Log:
Build with --with-headers by default as gcc-4.3 relies on them a lot more #227065.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
Revision Changes Path
1.104 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.103&r2=1.104
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- crossdev 16 May 2008 17:43:28 -0000 1.103
+++ crossdev 23 Jun 2008 01:46:04 -0000 1.104
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.103 2008/05/16 17:43:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.104 2008/06/23 01:46:04 vapier Exp $
cd /
umask 0022 #159111
@@ -331,7 +331,7 @@
DEFAULT_VER="[latest]"
GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp"
GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
-WITH_HEADERS="COW" WITH_DEF_HEADERS="no"
+WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
EX_FAST="no"
EX_GCC="no"
EX_GDB="no"
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-10-26 11:22 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-10-26 11:22 UTC (permalink / raw
To: gentoo-commits
vapier 08/10/26 11:22:35
Modified: crossdev
Log:
document --with-headers
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.105 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.104&r2=1.105
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- crossdev 23 Jun 2008 01:46:04 -0000 1.104
+++ crossdev 26 Oct 2008 11:22:35 -0000 1.105
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.104 2008/06/23 01:46:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.105 2008/10/26 11:22:35 vapier Exp $
cd /
umask 0022 #159111
@@ -36,6 +36,7 @@
${GOOD}-S, --stable${NORMAL} Use latest stable versions as default
${GOOD}-C, --clean${NORMAL} target Uninstall specified target
${GOOD}-P, --portage${NORMAL} opts Options to pass to emerge (see emerge(1))
+ ${GOOD}--with[out]-headers${NORMAL} Build C library headers before C compiler?
Stage Options:
${GOOD}-s0, --stage0${NORMAL} Build just binutils
${GOOD}-s1, --stage1${NORMAL} Also build a C compiler (no libc/C++)
@@ -47,7 +48,6 @@
${GOOD}--ex-gcc${NORMAL} Build extra gcc targets (gcj/ada/etc...)
${GOOD}--ex-gdb${NORMAL} Build a cross gdb
${GOOD}--ex-insight${NORMAL} Build a cross insight
-
${BRACKET}Target (-t)${NORMAL} takes a tuple ${BRACKET}ARCH-VENDOR-OS-LIBC${NORMAL}; see 'crossdev -t help'
EOF
[[ -n $* ]] && echo && eerror "Error: $*"
@@ -112,7 +112,7 @@
case ${CTARGET} in
i?86|x86_64)
CTARGET="${CTARGET}-pc-linux-gnu";;
- s390*)
+ s390*)
CTARGET="${CTARGET}-ibm-linux-gnu";;
alpha*|arm*|cris*|hppa*|ia64*|m68*|mips*|powerpc*|sparc*|sh*)
CTARGET="${CTARGET}-unknown-linux-gnu";;
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-10-26 11:39 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-10-26 11:39 UTC (permalink / raw
To: gentoo-commits
vapier 08/10/26 11:39:58
Modified: crossdev
Log:
cleanup gfortran when uninstalling
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.106 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.105&r2=1.106
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- crossdev 26 Oct 2008 11:22:35 -0000 1.105
+++ crossdev 26 Oct 2008 11:39:58 -0000 1.106
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.105 2008/10/26 11:22:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.106 2008/10/26 11:39:58 vapier Exp $
cd /
umask 0022 #159111
@@ -255,7 +255,7 @@
rm -f /usr/bin/${CTARGET}-${b} /usr/${CTARGET}/bin/${b}
done
rm -f /usr/${CTARGET}/{sys-include,usr}
- rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp}
+ rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran}
rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null
for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do
if [[ ! -d ${d} ]] ; then
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-10-27 4:00 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-10-27 4:00 UTC (permalink / raw
To: gentoo-commits
vapier 08/10/27 04:00:14
Modified: crossdev
Log:
cleanup gcov as well
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.107 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.106&r2=1.107
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- crossdev 26 Oct 2008 11:39:58 -0000 1.106
+++ crossdev 27 Oct 2008 04:00:14 -0000 1.107
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.106 2008/10/26 11:39:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.107 2008/10/27 04:00:14 vapier Exp $
cd /
umask 0022 #159111
@@ -255,7 +255,7 @@
rm -f /usr/bin/${CTARGET}-${b} /usr/${CTARGET}/bin/${b}
done
rm -f /usr/${CTARGET}/{sys-include,usr}
- rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran}
+ rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran,gcov}
rmdir /usr/${CTARGET}/{include/asm,include} &> /dev/null
for d in /usr/${CTARGET} /usr/lib/gcc{,-lib}/${CTARGET} ; do
if [[ ! -d ${d} ]] ; then
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-10-27 5:57 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-10-27 5:57 UTC (permalink / raw
To: gentoo-commits
vapier 08/10/27 05:57:43
Modified: crossdev
Log:
Push out misc minor fixes and make sure we emerge gcc stage2 with --newuse #235551.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64, RepoMan options: --force)
Revision Changes Path
1.108 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.107&r2=1.108
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- crossdev 27 Oct 2008 04:00:14 -0000 1.107
+++ crossdev 27 Oct 2008 05:57:43 -0000 1.108
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.107 2008/10/27 04:00:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.108 2008/10/27 05:57:43 vapier Exp $
cd /
umask 0022 #159111
@@ -632,6 +632,7 @@
is_s4 || exit 0
set_eopts_on_pkg_status ${GPKG} crosscompile_opts_bootstrap
+EOPTS="${EOPTS_UP} --newuse"
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2008-11-28 9:21 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2008-11-28 9:21 UTC (permalink / raw
To: gentoo-commits
vapier 08/11/28 09:21:10
Modified: crossdev
Log:
Initial cygwin support.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
Revision Changes Path
1.109 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.108&r2=1.109
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- crossdev 27 Oct 2008 05:57:43 -0000 1.108
+++ crossdev 28 Nov 2008 09:21:10 -0000 1.109
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.108 2008/10/27 05:57:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.109 2008/11/28 09:21:10 vapier Exp $
cd /
umask 0022 #159111
@@ -148,6 +148,10 @@
LCAT="dev-embedded"; LPKG="avr-libc";
GUSE=${GUSE_DISABLE};;
+ # due to upstream lameness, build C/C++ at first glance
+ *-cygwin)
+ GUSE_DISABLE=${GUSE_DISABLE/nocxx};;
+
mingw*|*-mingw*)
WITH_DEF_HEADERS="yes";
KCAT="dev-util"; KPKG="w32api";
@@ -197,6 +201,12 @@
*-uclibc*) LPKG="uclibc";;
*-uclinux) LPKG="uclibc";;
+ # Windows targets
+ *-cygwin)
+ LCAT="dev-libs"; LPKG="cygwin";
+ KPKG="[none]";
+ ;;
+
# Bare metal targets
*-newlib|*-elf)
LPKG="newlib"
@@ -210,6 +220,8 @@
KPKG="[none]"
;;
esac
+
+ : ${LPKG=[none]}
}
setup_portage_vars() {
@@ -329,8 +341,9 @@
KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="" ; KUSE=""
LCAT="sys-libs" ; LPKG="" ; LVER="" ; LUSE=""
DEFAULT_VER="[latest]"
-GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap -objc -objc++ -objc-gc -openmp"
+GUSE_DISABLE="-boundschecking -d -fortran -gtk -gcj -libffi -mudflap nocxx -objc -objc++ -objc-gc -openmp"
GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
+GUSE_DISABLE_STAGE_2=${GUSE_DISABLE_STAGE_2/nocxx}
WITH_HEADERS="COW" WITH_DEF_HEADERS="yes" #227065 gcc-4.3+ is a pita w/out headers
EX_FAST="no"
EX_GCC="no"
@@ -616,7 +629,7 @@
USE="${LUSE} ${USE}" CROSSCOMPILE_OPTS="headers-only" \
doemerge ${LPKG} ${LPKG}-headers
fi
-USE="${GUSE} ${USE} ${GUSE_DISABLE} nocxx" CROSSCOMPILE_OPTS="bootstrap" \
+USE="${GUSE} ${USE} ${GUSE_DISABLE}" CROSSCOMPILE_OPTS="bootstrap" \
doemerge ${GPKG} ${GPKG}-stage1
is_s2 || exit 0
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev
@ 2009-02-15 23:43 Mike Frysinger (vapier)
0 siblings, 0 replies; 10+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-15 23:43 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/15 23:43:11
Modified: crossdev
Log:
Do not build with headers by default for avr #230343.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.110 sys-devel/crossdev/files/crossdev
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/crossdev/files/crossdev?r1=1.109&r2=1.110
Index: crossdev
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- crossdev 28 Nov 2008 09:21:10 -0000 1.109
+++ crossdev 15 Feb 2009 23:43:11 -0000 1.110
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 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.109 2008/11/28 09:21:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.110 2009/02/15 23:43:11 vapier Exp $
cd /
umask 0022 #159111
@@ -146,7 +146,8 @@
case ${CTARGET} in
avr*) KPKG="[none]"; STAGE_DEFAULT=${STAGE_LIBC};
LCAT="dev-embedded"; LPKG="avr-libc";
- GUSE=${GUSE_DISABLE};;
+ GUSE=${GUSE_DISABLE}
+ WITH_DEF_HEADERS="no";;
# due to upstream lameness, build C/C++ at first glance
*-cygwin)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-02-15 23:43 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-07 2:00 [gentoo-commits] gentoo-x86 commit in sys-devel/crossdev/files: crossdev Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2008-02-05 4:47 Mike Frysinger (vapier)
2008-05-16 17:43 Mike Frysinger (vapier)
2008-06-23 1:46 Mike Frysinger (vapier)
2008-10-26 11:22 Mike Frysinger (vapier)
2008-10-26 11:39 Mike Frysinger (vapier)
2008-10-27 4:00 Mike Frysinger (vapier)
2008-10-27 5:57 Mike Frysinger (vapier)
2008-11-28 9:21 Mike Frysinger (vapier)
2009-02-15 23:43 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox