summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-10-04 08:57:08 +0000
committerSimon Stelling <blubb@gentoo.org>2006-10-04 08:57:08 +0000
commit3b0c0ec105d1158679c93c66163acf171eefc74d (patch)
tree72cb896c541330283d75f97075a0b5e023f6758b /app-emulation/x86-chroot
parentRemove previous versions. (diff)
downloadgentoo-2-3b0c0ec105d1158679c93c66163acf171eefc74d.tar.gz
gentoo-2-3b0c0ec105d1158679c93c66163acf171eefc74d.tar.bz2
gentoo-2-3b0c0ec105d1158679c93c66163acf171eefc74d.zip
tweak make.conf for bug 150022
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'app-emulation/x86-chroot')
-rw-r--r--app-emulation/x86-chroot/ChangeLog5
-rw-r--r--app-emulation/x86-chroot/x86-chroot-2006.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/x86-chroot/ChangeLog b/app-emulation/x86-chroot/ChangeLog
index d23891c6dbf0..c86a8b11c1d7 100644
--- a/app-emulation/x86-chroot/ChangeLog
+++ b/app-emulation/x86-chroot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/x86-chroot
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.3 2006/09/05 22:10:55 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/ChangeLog,v 1.4 2006/10/04 08:57:08 blubb Exp $
+
+ 04 Oct 2006; Simon Stelling <blubb@gentoo.org> x86-chroot-2006.1.ebuild:
+ tweak make.conf for bug 150022
*x86-chroot-2006.1 (05 Sep 2006)
diff --git a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
index 9d30a207c356..f4b3b1ef8863 100644
--- a/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
+++ b/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.1 2006/09/05 22:10:55 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/x86-chroot/x86-chroot-2006.1.ebuild,v 1.2 2006/10/04 08:57:08 blubb Exp $
inherit linux-info
@@ -41,7 +41,7 @@ src_unpack() {
src_compile() {
cat <<- EOF > "${WORKDIR}/${CHROOT_LOCATION}/etc/make.conf"
- CFLAGS="-O2 -march=athlon-xp -msse2 -pipe -fomit-frame-pointer"
+ CFLAGS="-O2 -march=i686 -msse2 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="\${CFLAGS}"
EOF