summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-03-07 15:51:49 +0000
committerDavid Holm <dholm@gentoo.org>2004-03-07 15:51:49 +0000
commit15b609dc6f25ec5fd8940d8cd4e74e9f219535b6 (patch)
tree2f827bda47cb77d5bd3d0f49ba23bc4123ab8a33 /app-emulation/uae
parentMarked as stable. (Manifest recommit) (diff)
downloadgentoo-2-15b609dc6f25ec5fd8940d8cd4e74e9f219535b6.tar.gz
gentoo-2-15b609dc6f25ec5fd8940d8cd4e74e9f219535b6.tar.bz2
gentoo-2-15b609dc6f25ec5fd8940d8cd4e74e9f219535b6.zip
Replace -O3 with -O2
Diffstat (limited to 'app-emulation/uae')
-rw-r--r--app-emulation/uae/ChangeLog5
-rw-r--r--app-emulation/uae/uae-0.8.25_pre20040302.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/uae/ChangeLog b/app-emulation/uae/ChangeLog
index fa7fd3604c08..9c85862b1e69 100644
--- a/app-emulation/uae/ChangeLog
+++ b/app-emulation/uae/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/uae
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.15 2004/03/05 13:29:09 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/ChangeLog,v 1.16 2004/03/07 15:50:34 dholm Exp $
+
+ 07 Mar 2004; David Holm <dholm@gentoo.org> uae-0.8.25_pre20040302.ebuild:
+ Replace -O3 with -O2 (again). Splitting cpuemu_6.c was not enough.
05 Mar 2004; David Holm <dholm@gentoo.org> uae-0.8.25_pre20040302.ebuild,
files/split_cpuemu.pl:
diff --git a/app-emulation/uae/uae-0.8.25_pre20040302.ebuild b/app-emulation/uae/uae-0.8.25_pre20040302.ebuild
index 899f17503f6f..7387b911904a 100644
--- a/app-emulation/uae/uae-0.8.25_pre20040302.ebuild
+++ b/app-emulation/uae/uae-0.8.25_pre20040302.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.25_pre20040302.ebuild,v 1.4 2004/03/07 15:50:34 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.25_pre20040302.ebuild,v 1.5 2004/03/07 15:51:49 dholm Exp $
inherit flag-o-matic
@@ -22,6 +22,7 @@ DEPEND="X? ( virtual/x11 gtk? x11-libs/gtk+ ) :
games-emulation/caps"
src_compile() {
+ # -O3 breaks compilation, GCC will eat all your RAM + Swap and die
replace-flags "-O3" "-O2"
use sdl && myconf="--with-sdl-sound --with-sdl-gfx"