Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/simh/files: simh-3.7.0-asneeded.patch
Date: Mon, 12 Jan 2009 22:04:49
Message-Id: E1LMUs9-0006Ef-S6@stork.gentoo.org
1 flameeyes 09/01/12 22:03:01
2
3 Modified: simh-3.7.0-asneeded.patch
4 Log:
5 Fix patch to unpack and compile.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.2 app-emulation/simh/files/simh-3.7.0-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/files/simh-3.7.0-asneeded.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/files/simh-3.7.0-asneeded.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/files/simh-3.7.0-asneeded.patch?r1=1.1&r2=1.2
14
15 Index: simh-3.7.0-asneeded.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/files/simh-3.7.0-asneeded.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- simh-3.7.0-asneeded.patch 4 Jan 2009 14:40:35 -0000 1.1
22 +++ simh-3.7.0-asneeded.patch 12 Jan 2009 22:03:01 -0000 1.2
23 @@ -4,8 +4,8 @@
24 else
25 OS_CCDEFS = -D_GNU_SOURCE
26 endif
27 --CC = x86_64-pc-linux-gnu-gcc -std=c99 -march=native -Os -pipe -U__STRICT_ANSI__ -lm -lrt $(OS_CCDEFS) -I .
28 -+CC = x86_64-pc-linux-gnu-gcc -std=c99 -march=native -Os -pipe -U__STRICT_ANSI__ $(OS_CCDEFS) -I .
29 +-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
30 ++CC := $(CC) -std=c99 -U__STRICT_ANSI__ $(OS_CCDEFS) -I. $(CFLAGS)
31 +LIBS = -lm -lrt
32 ifeq ($(USE_NETWORK),)
33 else