| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 11383
|
|
|
|
| |
SVN-Revision: 11147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
<rpjday@crashcourse.ca>
SVN-Revision: 10687
|
|
|
|
|
|
|
|
|
|
| |
Re-diff the existing patches for binutils-2.17 for all architectures
but AVR32, and make the possible selection of binutils-2.18 dependent
on selecting any arch but that one for the time being.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
SVN-Revision: 10360
|
|
|
|
| |
SVN-Revision: 10346
|
|
|
|
| |
SVN-Revision: 10008
|
|
|
|
| |
SVN-Revision: 10006
|
|
|
|
| |
SVN-Revision: 10005
|
|
|
|
| |
SVN-Revision: 10003
|
|
|
|
|
|
| |
<rpjday@crashcourse.ca>
SVN-Revision: 9814
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, we can specify extra configure options for gcc, but not
binutils.
This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable,
so we can add configure options for binutils.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9407
|
|
|
|
|
|
| |
http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
SVN-Revision: 8362
|
|
|
|
|
|
| |
patches using quilt
SVN-Revision: 7752
|
|
|
|
| |
SVN-Revision: 7597
|
|
|
|
|
|
| |
with wigyori
SVN-Revision: 7533
|
|
|
|
| |
SVN-Revision: 7530
|
|
|