Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/nbench/files: nbench-2.2.3-Makefile.patch
Date: Wed, 29 Oct 2008 05:31:22
Message-Id: E1Kv3eL-0000Ss-2Z@stork.gentoo.org
1 jer 08/10/29 05:31:21
2
3 Added: nbench-2.2.3-Makefile.patch
4 Log:
5 Pick up maintainership. Version bump. Patch Makefile to use toolchain CC (bug #243520).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.1 app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?rev=1.1&content-type=text/plain
13
14 Index: nbench-2.2.3-Makefile.patch
15 ===================================================================
16 --- nbench-byte-2.2.3/Makefile.orig 2004-12-30 03:23:30.000000000 +0100
17 +++ nbench-byte-2.2.3/Makefile 2008-10-29 06:13:34.000000000 +0100
18 @@ -19,10 +19,10 @@
19 # You should leave -static in the CFLAGS so that your sysinfo can be
20 # compiled into the executable.
21
22 -CC = gcc
23 +#CC = gcc
24
25 # generic options for gcc
26 -CFLAGS = -s -static -Wall -O3
27 +#CFLAGS = -s -static -Wall -O3
28
29 # if your gcc lets you do it, then try this one
30 #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops