public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/nbench/files: nbench-2.2.3-Makefile.patch
@ 2008-10-29  5:31 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2008-10-29  5:31 UTC (permalink / raw
  To: gentoo-commits

jer         08/10/29 05:31:21

  Added:                nbench-2.2.3-Makefile.patch
  Log:
  Pick up maintainership. Version bump. Patch Makefile to use toolchain CC (bug #243520).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.1                  app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?rev=1.1&view=markup
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

Index: nbench-2.2.3-Makefile.patch
===================================================================
--- nbench-byte-2.2.3/Makefile.orig	2004-12-30 03:23:30.000000000 +0100
+++ nbench-byte-2.2.3/Makefile	2008-10-29 06:13:34.000000000 +0100
@@ -19,10 +19,10 @@
 # You should leave -static in the CFLAGS so that your sysinfo can be
 # compiled into the executable.
 
-CC = gcc
+#CC = gcc
 
 # generic options for gcc
-CFLAGS = -s -static -Wall -O3
+#CFLAGS = -s -static -Wall -O3
 
 # if your gcc lets you do it, then try this one
 #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/nbench/files: nbench-2.2.3-Makefile.patch
@ 2009-12-14 12:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-14 12:43 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/14 12:43:34

  Modified:             nbench-2.2.3-Makefile.patch
  Log:
  Bump to hopefully fix missing pointer.h (bug #296860).
  (Portage version: 2.2_rc59/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch?r1=1.1&r2=1.2

Index: nbench-2.2.3-Makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/nbench/files/nbench-2.2.3-Makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nbench-2.2.3-Makefile.patch	29 Oct 2008 05:31:21 -0000	1.1
+++ nbench-2.2.3-Makefile.patch	14 Dec 2009 12:43:34 -0000	1.2
@@ -1,5 +1,5 @@
---- nbench-byte-2.2.3/Makefile.orig	2004-12-30 03:23:30.000000000 +0100
-+++ nbench-byte-2.2.3/Makefile	2008-10-29 06:13:34.000000000 +0100
+--- Makefile.org	2004-12-30 03:23:30.000000000 +0100
++++ Makefile	2009-12-14 13:31:18.000000000 +0100
 @@ -19,10 +19,10 @@
  # You should leave -static in the CFLAGS so that your sysinfo can be
  # compiled into the executable.
@@ -13,3 +13,12 @@
  
  # if your gcc lets you do it, then try this one
  #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops
+@@ -126,7 +126,7 @@
+ 	if [ "4" = `./pointer` ] ; then touch pointer.h ;\
+ 	else echo "#define LONG64" >pointer.h ; fi
+ 
+-misc.o: misc.h misc.c Makefile
++misc.o: misc.h misc.c pointer.h Makefile
+ 	$(CC) $(MACHINE) $(DEFINES) $(CFLAGS)\
+ 		-c misc.c
+ 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-14 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 12:43 [gentoo-commits] gentoo-x86 commit in app-benchmarks/nbench/files: nbench-2.2.3-Makefile.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-29  5:31 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox