diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2008-04-12 23:14:42 +0000 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2008-04-12 23:14:42 +0000 |
commit | 077d84f543b36d27d1d8aa5f759d6eed6c6a65b2 (patch) | |
tree | 604123c256bc02ff9c8c18cf4354ee780d48894f /toolchain/gdb | |
parent | e2e1b51b4182925e736a32bfd3072d689e99decd (diff) | |
download | mtk-20170518-077d84f543b36d27d1d8aa5f759d6eed6c6a65b2.zip mtk-20170518-077d84f543b36d27d1d8aa5f759d6eed6c6a65b2.tar.gz mtk-20170518-077d84f543b36d27d1d8aa5f759d6eed6c6a65b2.tar.bz2 |
provide a cleaner way to specify a biarch toolchain build
Currently, to build a biarch toolchain, we need to explicitly give
options to the binutils and gcc configure commands:
CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc"
CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc"
This change replaces the command line options with an 'extra arch'
configure option:
CONFIG_EXTRA_TARGET_ARCH=y
CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64"
And a way to invoke this extra arch on the compiler command-line:
CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64"
In this case, this results in an extra compiler:
'powerpc64-linux-uclibc-gcc', which invokes
'powerpc-linux-uclibc-gcc -m64'
This is a more standard way of building biarch toolchains, and allows
the packages to not have to care about how to invoke the 64-bit
compiler.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 10802
Diffstat (limited to 'toolchain/gdb')
0 files changed, 0 insertions, 0 deletions