Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass/tests: toolchain-funcs.sh
Date: Sun, 01 Jun 2008 10:16:07
Message-Id: E1K2kbZ-0004rt-QN@stork.gentoo.org
1 aballier 08/06/01 10:16:01
2
3 Modified: toolchain-funcs.sh
4 Log:
5 add tests for tc-arch-kernel on x86-fbsd
6
7 Revision Changes Path
8 1.2 eclass/tests/toolchain-funcs.sh
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tests/toolchain-funcs.sh?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tests/toolchain-funcs.sh?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/tests/toolchain-funcs.sh?r1=1.1&r2=1.2
13
14 Index: toolchain-funcs.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/tests/toolchain-funcs.sh,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- toolchain-funcs.sh 2 Jan 2008 01:01:18 -0000 1.1
21 +++ toolchain-funcs.sh 1 Jun 2008 10:16:01 -0000 1.2
22 @@ -26,12 +26,13 @@
23 test-tc-arch-kernel 2.6.0 \
24 alpha arm{,eb}:arm avr32 bfin:blackfin cris hppa:parisc \
25 i{3..6}86:i386 ia64 m68k mips{,eb}:mips nios2 powerpc:ppc powerpc64:ppc64 \
26 - s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64
27 + s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64 \
28 + i{3..6}86-gentoo-freebsd:i386
29 eend $?
30 ebegin "Testing tc-arch-kernel() (KV=2.6.30)"
31 test-tc-arch-kernel 2.6.30 \
32 i{3..6}86:x86 x86_64:x86 \
33 - powerpc{,64}:powerpc
34 + powerpc{,64}:powerpc i{3..6}86-gentoo-freebsd:i386
35 eend $?
36
37 #
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list