You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain
John Crispin 7b821a5ae8 toolchain: add support of ARCv2 architecture
This change adds support of ARC ISAv2 processors in
OpenWRT toolchain.

In general gcc for ARC may compile code for both ISA versions
simultaneously but libgcc will be built only for default
architecture that's why it's necessary to specify --with-cpu
on gcc configuration.

As for uClibc we need to use different configurations for
different ARC ISAs.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Felix Fietkau <nbd@openwrt.org>
Cc: Jo-Philipp Wich <jow@openwrt.org>
Cc: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 48739
8 years ago
..
binutils binutils: switch to version 2.25.1 by default 8 years ago
fortify-headers fortify-headers: update to 0.7 9 years ago
gcc toolchain: add support of ARCv2 architecture 8 years ago
gdb toolchain/gdb: update to 7.10.1 8 years ago
glibc toolchain: use latest glibc 2.21 and 2.22 revisions 8 years ago
insight build: remove check to nonexistant CONFIG_ENABLE_LOCALE variable and move DISABLE_NLS to package-defaults.mk 10 years ago
kernel-headers toolchain: remove obsolete kernel version check 9 years ago
musl musl: fix an alignment issue that was breaking ldso on ARMv5 8 years ago
uClibc toolchain: add support of ARCv2 architecture 8 years ago
wrapper buildroot: allow specifying libc personality for external toolchains 11 years ago
Config.in toolchain: fix default toolchain selection for mips64 added in r47355 8 years ago
Makefile toolchain: add fortify-headers, enable FORTIFY_SOURCE by default 9 years ago
info.mk uClibc cleanup: - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) 15 years ago