| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17307
|
|
|
|
|
|
|
|
|
|
|
| |
The config symbol TARGET_ps3 is used in the build files where
special handling for the 64 bit PowerPC processors is needed.
Introduce a new config feature powerpc64, and replace the use
of TARGET_ps3 with powerpc64.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17306
|
|
|
|
| |
SVN-Revision: 17019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars)
http://us.fixstars.com/products/gigaaccel/
This build will create zImage suitable for TFTP boot image.
* v2
- add axonram device driver
- switch to 2.6.30.1
Signed-off-by: Akinobu Mita <mita@fixstars.com>
SVN-Revision: 16860
|
|
|
|
|
|
| |
none, strip & sstrip)
SVN-Revision: 16728
|
|
|
|
| |
SVN-Revision: 16604
|
|
|
|
| |
SVN-Revision: 14897
|
|
|
|
| |
SVN-Revision: 14866
|
|
|
|
| |
SVN-Revision: 13984
|
|
|
|
|
|
| |
(closes: #4437)
SVN-Revision: 13962
|
|
|
|
|
|
| |
(related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc)
SVN-Revision: 13931
|
|
|
|
| |
SVN-Revision: 12046
|
|
|
|
| |
SVN-Revision: 11894
|
|
|
|
| |
SVN-Revision: 11352
|
|
|
|
| |
SVN-Revision: 11338
|
|
|
|
| |
SVN-Revision: 10956
|
|
|
|
| |
SVN-Revision: 10948
|
|
|
|
| |
SVN-Revision: 10834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes
SVN-Revision: 10458
|
|
|
|
|
|
| |
(and already deployed evaluation boards) the version 0.9.29 is still the default version
SVN-Revision: 10282
|
|
|
|
| |
SVN-Revision: 10276
|
|
|
|
| |
SVN-Revision: 10024
|
|
|
|
| |
SVN-Revision: 10015
|
|
|
|
| |
SVN-Revision: 10013
|
|
|
|
| |
SVN-Revision: 10011
|
|
|
|
|
|
| |
emulation can be disabled
SVN-Revision: 9930
|
|
|
|
|
|
| |
optimised
SVN-Revision: 9451
|
|
|
|
| |
SVN-Revision: 7910
|
|
|
|
| |
SVN-Revision: 7831
|
|
|
|
| |
SVN-Revision: 7439
|
|
|
|
| |
SVN-Revision: 5694
|
|
|
|
|
|
| |
for functions like floorf (which happens to be used in postgresql server as an example)
SVN-Revision: 5302
|
|
|