1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
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
2016-02-18 08:22:17 +00:00
..
binutils binutils: switch to version 2.25.1 by default 2016-01-20 13:54:17 +00:00
fortify-headers fortify-headers: update to 0.7 2015-07-24 13:51:45 +00:00
gcc toolchain: add support of ARCv2 architecture 2016-02-18 08:22:17 +00:00
gdb toolchain/gdb: update to 7.10.1 2016-02-12 08:31:06 +00:00
glibc toolchain: use latest glibc 2.21 and 2.22 revisions 2016-02-17 08:44:49 +00:00
insight
kernel-headers toolchain: remove obsolete kernel version check 2015-11-07 16:22:18 +00:00
musl musl: fix an alignment issue that was breaking ldso on ARMv5 2016-01-31 00:55:05 +00:00
uClibc toolchain: add support of ARCv2 architecture 2016-02-18 08:22:17 +00:00
wrapper
Config.in toolchain: fix default toolchain selection for mips64 added in r47355 2016-01-29 23:19:19 +00:00
info.mk
Makefile toolchain: add fortify-headers, enable FORTIFY_SOURCE by default 2015-06-23 14:38:03 +00:00