Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/seamonkey/1.1.7: 004_mozilla-hppa.patch
Date: Wed, 05 Dec 2007 10:49:13
Message-Id: E1IzroS-0004Kz-Co@stork.gentoo.org
1 armin76 07/12/05 10:49:08
2
3 Modified: 004_mozilla-hppa.patch
4 Log:
5 Fix hppa patch
6
7 Revision Changes Path
8 1.2 src/patchsets/seamonkey/1.1.7/004_mozilla-hppa.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.7/004_mozilla-hppa.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.7/004_mozilla-hppa.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/seamonkey/1.1.7/004_mozilla-hppa.patch?r1=1.1&r2=1.2
13
14 Index: 004_mozilla-hppa.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/seamonkey/1.1.7/004_mozilla-hppa.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 004_mozilla-hppa.patch 3 Dec 2007 21:41:13 -0000 1.1
21 +++ 004_mozilla-hppa.patch 5 Dec 2007 10:49:07 -0000 1.2
22 @@ -21,7 +21,7 @@
23 +# Linux/HPPA/gcc
24 +#
25 +ifeq ($(OS_ARCH),Linux)
26 -+ifneq (,$(filter parisc parisc64,$(OS_TEST)))
27 ++ifneq (,$(filter hppa2.0 hppa1.1,$(OS_TEST)))
28 +#ifeq ($(CC),gcc) # Do not check for gcc since there is only this compiler on linux for hppa
29 +CPPSRCS := xptcinvoke_pa32.cpp xptcstubs_pa32.cpp
30 +ASFILES := xptcstubs_asm_parisc_linux.s xptcinvoke_asm_parisc_linux.s
31
32
33
34 --
35 gentoo-commits@g.o mailing list