diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-04-22 13:16:00 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-04-22 13:16:05 +0200 |
commit | b704bcb16438917e23c26de67cf630c01c38de4e (patch) | |
tree | 359b93d68f4ef9bca63d2555dc6dac30aee08c3d /meta-linaro-toolchain/conf/distro/include | |
parent | b8df1425465fceb9968e2d63fba156646385560a (diff) | |
download | meta-linaro-b704bcb16438917e23c26de67cf630c01c38de4e.tar.gz |
tcmode-external-linaro: force disable multilib
If we want to build GCC with external Linaro toolchain we have to
disable multilib otherwise build with break with mix of armv7-a/hf
and armv4/softfp in one gcc call.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'meta-linaro-toolchain/conf/distro/include')
-rw-r--r-- | meta-linaro-toolchain/conf/distro/include/tcmode-external-linaro.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro-toolchain/conf/distro/include/tcmode-external-linaro.inc b/meta-linaro-toolchain/conf/distro/include/tcmode-external-linaro.inc index c09ed3a5..ea4ca50c 100644 --- a/meta-linaro-toolchain/conf/distro/include/tcmode-external-linaro.inc +++ b/meta-linaro-toolchain/conf/distro/include/tcmode-external-linaro.inc @@ -9,6 +9,7 @@ PATH =. "${TOOLCHAIN_PATH_ADD}" ELT_TARGET_SYS ?= "arm-linux-gnueabihf" TARGET_PREFIX = "${ELT_TARGET_SYS}-" +GCCMULTILIB_forcevariable = "--disable-multilib" PREFERRED_PROVIDER_linux-libc-headers = "external-linaro-toolchain" PREFERRED_PROVIDER_linux-libc-headers-dev = "external-linaro-toolchain" |