| .. |
|
files
|
60a4353fdd
do not use the wrapper scripts for exportable toolchains internally. on some systems the wrapper scripts are broken, and their use should be opt-in
|
16 лет назад |
|
final
|
62c1740676
toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
|
15 лет назад |
|
initial
|
62c1740676
toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK
|
15 лет назад |
|
minimal
|
5149ed151d
gcc: split up the build process into three distinct stages (minimal, initial, final), to clean up the dependency handling nastiness and to improve support for rebuilding parts of the toolchain
|
15 лет назад |
|
patches
|
e52b720870
gcc: move the optimized assembler helpers back into the static libgcc and skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically
|
15 лет назад |
|
Config.in
|
ad6c7066a6
gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTS
|
15 лет назад |
|
Config.version
|
446f79385b
use the Linaro GCC for arm and mips targets
|
15 лет назад |
|
common.mk
|
a3989e3dbd
We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this.
|
15 лет назад |