summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-06-01 10:16:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-06-01 10:16:01 +0000
commit3f3ca63b3cce99659e48660b08f517ea80745107 (patch)
treef42f66745e2c6383efb134251d15fa85ea58310f /eclass/tests
parentrename pkg_config to pkg_setup, fix bug #224437 (diff)
downloadhistorical-3f3ca63b3cce99659e48660b08f517ea80745107.tar.gz
historical-3f3ca63b3cce99659e48660b08f517ea80745107.tar.bz2
historical-3f3ca63b3cce99659e48660b08f517ea80745107.zip
add tests for tc-arch-kernel on x86-fbsd
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/toolchain-funcs.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh
index 83b8356e54e3..73dadbb20154 100755
--- a/eclass/tests/toolchain-funcs.sh
+++ b/eclass/tests/toolchain-funcs.sh
@@ -26,12 +26,13 @@ ebegin "Testing tc-arch-kernel() (KV=2.6.0)"
test-tc-arch-kernel 2.6.0 \
alpha arm{,eb}:arm avr32 bfin:blackfin cris hppa:parisc \
i{3..6}86:i386 ia64 m68k mips{,eb}:mips nios2 powerpc:ppc powerpc64:ppc64 \
- s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64
+ s390{,x}:s390 sh{1..4}{,eb}:sh sparc{,64} vax x86_64 \
+ i{3..6}86-gentoo-freebsd:i386
eend $?
ebegin "Testing tc-arch-kernel() (KV=2.6.30)"
test-tc-arch-kernel 2.6.30 \
i{3..6}86:x86 x86_64:x86 \
- powerpc{,64}:powerpc
+ powerpc{,64}:powerpc i{3..6}86-gentoo-freebsd:i386
eend $?
#