History log of /openwrt/toolchain/gcc/final/Makefile
Revision Date Author Comments
# e759507a 10-Nov-2015 Felix Fietkau <nbd@openwrt.org>

gcc: enable LTO support unconditionally

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47442 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ae1b787c 20-Jun-2015 Steven Barth <steven@midlink.org>

gcc: musl comes with its own SSP, so use it instead of libssp

Signed-off-by: Steven Barth <steven@midlink.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46071 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 6cae32e0 05-Oct-2014 Felix Fietkau <nbd@openwrt.org>

gcc: gcc 4.9.x disable libsanitize

gcc 4.9.x enables building of libsanitize

- libsanitize needs some headers that are not available
in uclibc (netrom/netrom.h)

according to buildroot project:
- build fail with musl
- need wordexp with uclibc which increases uclibc size
http://git.buildroot.net/buildroot/commit/?id=5f4d658d888b539de9a6247ae5b1a0999de5d4ec
http://git.buildroot.net/buildroot/commit/?id=554e29e267e6b36a0fd78c82cbad2c82d939eb7f

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42767 3c298f89-4303-0410-b956-a3cf2f4a3e73


# b28b4fb0 20-Sep-2014 Felix Fietkau <nbd@openwrt.org>

toolchain: remove another bogus copy of libiberty.a

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42624 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 59f2fed1 07-Apr-2013 Felix Fietkau <nbd@openwrt.org>

gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36240 3c298f89-4303-0410-b956-a3cf2f4a3e73


# d32ac499 04-Apr-2013 Florian Fainelli <florian@openwrt.org>

buildroot: factor knowledge of a 64bits architecture

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36204 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ce44bef3 23-Sep-2012 Felix Fietkau <nbd@openwrt.org>

build: add the + token to any commands that can pass through the jobserver, fixes parallel build on some systems

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73


# ceab097a 15-Sep-2012 Felix Fietkau <nbd@openwrt.org>

gcc: enable parallel builds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33444 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 68e39d68 30-Jun-2012 Felix Fietkau <nbd@openwrt.org>

toolchain/gcc: fix installing the toolchain after removing the toolchain dir without a full rebuild

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32554 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 927594bd 17-Feb-2012 Felix Fietkau <nbd@openwrt.org>

gcc: enable --with-headers for the final toolchain build

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30613 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 03eb7294 17-Jan-2012 Jo-Philipp Wich <jow@openwrt.org>

[toolchain] invoke patch-specs.sh in the gcc/final install stage.
Patch up OpenWrts own cross toolchains to always search headers
and libraries in $STAGING_DIR, this should solve most issues with
missing headers, indirect linking and not found libraries.
At a later stage, all -I and -L flags will be purged from
TARGET_LDFLAGS and TARGET_CPPFLAGS.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29768 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 8f9fb691 01-Jul-2011 Imre Kaloz <kaloz@openwrt.org>

[toolchain]: replace gcc 4.5.2 support with 4.6.1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27333 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 481279fb 23-Jun-2011 Jo-Philipp Wich <jow@openwrt.org>

[toolchain] introduce option to enable setjump()/longjump() based C++ exceptions (#9185, patch from David Kuehling via Qi hardware)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27261 3c298f89-4303-0410-b956-a3cf2f4a3e73


# f1f392ab 18-Aug-2010 Felix Fietkau <nbd@openwrt.org>

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7e525aa7 20-Jul-2010 Felix Fietkau <nbd@openwrt.org>

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22319 3c298f89-4303-0410-b956-a3cf2f4a3e73