diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-02-02 07:17:23 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-02-02 07:17:23 +0000 |
commit | 209f2311685aefbedeb30d4773ca6025dc5e5350 (patch) | |
tree | 73e01ac217b2a2c01a4c12bb0ac7a48ca51caa71 /scripts | |
parent | a0caa24f98c578dc0e5c6ebaa728e405d6f24d3f (diff) | |
download | buildroot-novena-209f2311685aefbedeb30d4773ca6025dc5e5350.tar.gz buildroot-novena-209f2311685aefbedeb30d4773ca6025dc5e5350.zip |
Do not build target compiler during test
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/Config.in.test.buildall | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/test/Config.in.test.buildall b/scripts/test/Config.in.test.buildall index 163387dd9..5baafb5d6 100644 --- a/scripts/test/Config.in.test.buildall +++ b/scripts/test/Config.in.test.buildall @@ -18,7 +18,7 @@ config BR2_TARGET_TEST_PACKAGES select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_FLEX select BR2_PACKAGE_FLEX_LIBFL - select BR2_PACKAGE_GCC_TARGET +# BR2_PACKAGE_GCC_TARGET is not set select BR2_PACKAGE_MAKE select BR2_PACKAGE_AUTOCONF select BR2_PACKAGE_AUTOMAKE @@ -119,7 +119,6 @@ config BR2_TARGET_TEST_PACKAGES select BR2_PACKAGE_IPSEC_TOOLS_READLINE # BR2_PACKAGE_IPSEC_TOOLS_IPV6 is not set # BR2_PACKAGE_IPSEC_TOOLS_LIBS is not set - select BR2_PACKAGE_IPTABLES select BR2_PACKAGE_KISMET select BR2_PACKAGE_L2TP |