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/mozilla-firefox/2.0.0.10: 004_mozilla-hppa.patch
Date: Thu, 29 Nov 2007 14:04:48
Message-Id: E1Ixk0S-0003Sm-AV@stork.gentoo.org
1 armin76 07/11/29 14:04:44
2
3 Modified: 004_mozilla-hppa.patch
4 Log:
5 Fix patch to fix bug #180870
6
7 Revision Changes Path
8 1.2 src/patchsets/mozilla-firefox/2.0.0.10/004_mozilla-hppa.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.10/004_mozilla-hppa.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.10/004_mozilla-hppa.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.10/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/mozilla-firefox/2.0.0.10/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 28 Nov 2007 11:41:36 -0000 1.1
21 +++ 004_mozilla-hppa.patch 29 Nov 2007 14:04:43 -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