aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
* uClibc: update to 0.9.33.2, fixes #4420Felix Fietkau2012-05-1540-59/+4
* uClibc: remove 0.9.32, it is no longer necessaryFelix Fietkau2012-05-1549-5856/+3
* kernel-headers: Fix patch application for kernel-headers and a patch that fix...Daniel Dickinson2012-05-132-1/+25
* switch to 2.6.38Imre Kaloz2012-05-011-7/+8
* purge support for glibc - use eglibc instead!Mirko Vogt2012-04-2818-420/+3
* drop support for eglibc version trunk/HEADMirko Vogt2012-04-283-10/+3
* set version string of eglibc version 2.14 to 2.14.1Mirko Vogt2012-04-281-1/+1
* drop eglibc version 2.12Mirko Vogt2012-04-283-9/+0
* gcc: fix getenv() patches for 4.4.7 and 4.5-linaroJo-Philipp Wich2012-04-272-1/+15
* remove screwed up patch for gcc 4.7-linaro which got committed by accidentMirko Vogt2012-04-211-247/+0
* add support for GCC 4.7-linaro (based on GCC 4.7.1)Mirko Vogt2012-04-2119-1/+10373
* gcc: add patch to make the getenv() spec function nonfatal if requested envir...Jo-Philipp Wich2012-04-214-0/+56
* when choosing eglibc select eglibc version 2.13 by defaultMirko Vogt2012-04-181-2/+2
* remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12Mirko Vogt2012-04-181-16/+0
* level up eglibc versions to latest revisions of its respective branchesMirko Vogt2012-04-161-3/+3
* toolchain/gcc: gcc-4.7.0 upstream patch fixing uClibc problemsJo-Philipp Wich2012-04-121-0/+241
* exclude CONFIG_GDB on avr32, allows enabling CONFIG_GDB unconditionally witho...Jo-Philipp Wich2012-04-101-0/+1
* upgrade to gcc 4.4.7Imre Kaloz2012-04-0917-11/+11
* add support for gcc 4.7.0 - thanks to acoul!Mirko Vogt2012-04-0716-0/+9873
* backport upstream fix for dst computationFlorian Fainelli2012-03-261-0/+28
* toolchain/gcc-4.6.2: fix v4bx patchGabor Juhos2012-03-181-7/+6
* toolchain/gcc-4.6-linaro: fix v4bx patchGabor Juhos2012-03-181-7/+6
* gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-...Felix Fietkau2012-03-051-4/+0
* gcc: do not emit references to _savegpr_* and _restgpr_* on powerpc, as they ...Felix Fietkau2012-03-051-0/+20
* gcc: use .eh_frame sections for exception handling stack unwind - saves about...Felix Fietkau2012-02-171-0/+29
* gcc: enable --with-headers for the final toolchain buildFelix Fietkau2012-02-171-0/+1
* gcc 4.6: port over the missing patch 850-use_shared_libgcc.patch to prevent l...Felix Fietkau2012-02-121-0/+68
* glibc: remove all previous (ancient) versions, add 2.14 (partially based on a...Felix Fietkau2012-02-1215-266/+43
* enable 2.22 for unsupported archs if BROKEN is enabledImre Kaloz2012-02-121-2/+2
* upgrade vanilla gcc to 4.6.2Imre Kaloz2012-02-1215-12/+12
* use binutils 2.22 by defaultImre Kaloz2012-02-121-3/+6
* use uClibc 0.9.33 by defaultImre Kaloz2012-02-122-3/+3
* use Linaro GCC 4.6 by defaultImre Kaloz2012-02-122-8/+5
* update to latest Linaro releasesImre Kaloz2012-02-121-5/+5
* toolchain/uClibc: use an upstream patch to fix syscall related build errors i...Gabor Juhos2012-02-092-15/+28
* toolchain/uClibc: fix 0.9.33 build error on MIPSGabor Juhos2012-02-091-0/+15
* add binutils 2.22Imre Kaloz2012-02-087-1/+183
* add 0.9.33Imre Kaloz2012-02-0839-1/+5191
* nuke a 2.4 skeletonImre Kaloz2012-02-081-18/+0
* eglibc 2.14 needs our eglibc patchset as wellMirko Vogt2012-01-213-0/+114
* adjust md5sum of v2.21.1 since archive got replaced meanwhileMirko Vogt2012-01-201-1/+1
* invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own c...Jo-Philipp Wich2012-01-181-0/+1
* use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to...Jo-Philipp Wich2012-01-182-1/+63
* upgrade to latest linaro releasesImre Kaloz2012-01-147-34/+17
* gcc: always explicitly link against libstdc++, fixes build errors on some hos...Felix Fietkau2012-01-121-1/+1
* introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOLCHAI...Jo-Philipp Wich2012-01-081-1/+5
* disable UCLIBC_HAS_XLOCALE and UCLIB_HAS_GLIBC_DIGIT_GROUPING if BUILD_NLS is...Jo-Philipp Wich2012-01-041-0/+2
* if CONFIG_BUILD_NLS is selected, compile uClibc with locale supportJo-Philipp Wich2012-01-011-0/+1
* build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* for...Felix Fietkau2011-11-281-0/+1
* uclibc: backport upstream signalfd patchFlorian Fainelli2011-08-251-0/+32
n>/lib -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a)) ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) -include $(TOOLCHAIN_DIR)/info.mk REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX)) GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-openwrt-linux TARGET_CROSS:=$(if $(TARGET_CROSS),$(TARGET_CROSS),$(OPTIMIZE_FOR_CPU)-openwrt-linux$(if $(TARGET_SUFFIX),-$(TARGET_SUFFIX))-) TARGET_CFLAGS+= -fhonour-copts endif ifeq ($(CONFIG_SOFT_FLOAT),y) SOFT_FLOAT_CONFIG_OPTION:=--with-float=soft TARGET_CFLAGS+= -msoft-float else SOFT_FLOAT_CONFIG_OPTION:= endif export PATH:=$(TARGET_PATH) export STAGING_DIR export GCC_HONOUR_COPTS:=0 PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config export PKG_CONFIG HOSTCC:=gcc HOST_CFLAGS:=-O2 -I$(STAGING_DIR_HOST)/include HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib TARGET_CC:=$(TARGET_CROSS)gcc TARGET_CXX:=$(TARGET_CROSS)g++ STRIP:=$(STAGING_DIR_HOST)/bin/sstrip PATCH:=$(SCRIPT_DIR)/patch-kernel.sh SED:=$(STAGING_DIR_HOST)/bin/sed -i -e CP:=cp -fpR INSTALL_BIN:=install -m0755 INSTALL_DIR:=install -d -m0755 INSTALL_DATA:=install -m0644 INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) endif TARGET_CONFIGURE_OPTS:= \ AR=$(TARGET_CROSS)ar \ AS="$(TARGET_CC) -c $(TARGET_CFLAGS)" \ LD=$(TARGET_CROSS)ld \ NM=$(TARGET_CROSS)nm \ CC="$(TARGET_CC)" \ GCC="$(TARGET_CC)" \ CXX="$(TARGET_CXX)" \ RANLIB=$(TARGET_CROSS)ranlib \ STRIP=$(TARGET_CROSS)strip \ OBJCOPY=$(TARGET_CROSS)objcopy \ OBJDUMP=$(TARGET_CROSS)objdump \ SIZE=$(TARGET_CROSS)size # strip an entire directory ifneq ($(CONFIG_NO_STRIP),) RSTRIP:=: else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" \ $(SCRIPT_DIR)/rstrip.sh endif ifeq ($(CONFIG_ENABLE_LOCALE),true) DISABLE_NLS:= else DISABLE_NLS:=--disable-nls endif ifneq ($(CONFIG_LARGEFILE),y) DISABLE_LARGEFILE= --disable-largefile endif ifeq ($(CONFIG_TAR_VERBOSITY),y) TAR_OPTIONS:=-xvf - else TAR_OPTIONS:=-xf - endif define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef define shexport $(call shvar,$(1))=$$(call $(1)) export $(call shvar,$(1)) endef # file extension ext=$(word $(words $(subst ., ,$(1))),$(subst ., ,$(1))) all: FORCE: ; .PHONY: FORCE endif #__rules_inc