aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
* the storm target is gone for a long time nowImre Kaloz2010-07-205-130/+0
* remove support for building kernel headers with old kernelsFelix Fietkau2010-06-261-16/+3
* remove gcc 3.4.6Felix Fietkau2010-06-2614-4679/+0
* patch went upstream, so bump git version and remove patch locallyMirko Vogt2010-06-222-79/+3
* Refactor omap35xx sub-targets to cater for beagleboard and gumstix overoHamish Guthrie2010-06-211-1/+1
* add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012ba...Mirko Vogt2010-06-2033-94/+4630
* [toolchain/kernel-headers] fix syntax errorMirko Vogt2010-06-201-1/+1
* [toolchain/kernel-headers] make sure directory exists before copying intoMirko Vogt2010-06-191-0/+1
* [toolchain] fix eglibc INET_ANL option selectionFlorian Fainelli2010-06-021-1/+1
* toolchain/eglibc: add preliminary support for eglibc-2.12Nicolas Thill2010-05-284-10/+92
* toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11Nicolas Thill2010-05-282-5/+4
* toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.xNicolas Thill2010-05-281-1/+1
* toolchain/gcc: add support for gcc-4.4.4Nicolas Thill2010-05-2813-0/+9832
* toolchain/gcc: add support for gcc-4.3.5Nicolas Thill2010-05-2818-0/+716
* toolchain/gcc: remove md5 for unsupported 4.4.0 version, add missing md5 for ...Nicolas Thill2010-05-271-2/+2
* toolchain/gcc: sort versions in Config.in (cosmetic)Nicolas Thill2010-05-271-3/+3
* toolchain/kernel-headers: simplify linux headers installation (remove legacy ...Nicolas Thill2010-05-241-24/+9
* [toolchain] add upstream uclibc 0.9.31 patch to fix fcntl64 on 64-bits targetsFlorian Fainelli2010-05-191-0/+26
* [toolchain] fix syntax error in Config.inJo-Philipp Wich2010-04-201-1/+1
* [toolchain] fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_m...Florian Fainelli2010-04-204-27/+37
* add gcc-4.5.0 preliminary supportAlexandros C. Couloumbis2010-04-1913-0/+9831
* toolchain/gcc: add a 3.4.6 patch fixing a g++ bug where it generates local re...Nicolas Thill2010-04-161-0/+61
* toolchain/uClubc-0.9.31: fix syscalls on MIPSGabor Juhos2010-04-151-0/+110
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-1531-1/+5115
* toolchain/kernel-headers: restore support for patches, needed for ubicom32Nicolas Thill2010-04-151-0/+1
* toolchain/binutils: building gas for arm-*-uclibc systems requires linking wi...Gabor Juhos2010-03-305-0/+190
* fix kernel-headers buildFelix Fietkau2010-03-291-0/+1
* uClibc: fix free-after-use bug in __dns_lookup (closes #6886)Gabor Juhos2010-03-233-0/+135
* [toolchain] fix kernel-headers build for umlFlorian Fainelli2010-03-141-1/+1
* [toolchain] add support for uClibc 0.9.30.3Florian Fainelli2010-03-1331-0/+5225
* add binutils-2.20.1Alexandros C. Couloumbis2010-03-118-0/+334
* [toolchain] uClibc: enhance debug support (closes: #6118)Nicolas Thill2010-03-074-5/+22
* [toolchain] uClibc: revert to old linuxthreads implementation on x86 (like al...Nicolas Thill2010-03-074-8/+0
* [toolchain] gcc: only enable/disable TLS support in final stage (closes: #6788)Nicolas Thill2010-03-061-5/+8
* this patch fixes toolchain parallel build, which reduces build time.Travis Kemen2010-03-051-1/+1
* [toolchain] cleanup the 2.6.33 and later kernels kernel-headers installationFlorian Fainelli2010-03-031-5/+7
* [toolchain] fix compilation w/ 2.6.33Florian Fainelli2010-03-011-0/+4
* [toolchain/uclibc]: upgrade and fixup support for the uclibc nptl branchImre Kaloz2010-02-264-18/+47
* [toolchain/gcc]: make TLS support configurableImre Kaloz2010-02-262-2/+14
* [toolchain] add menuconfig item to enable uClibc debug buildsJo-Philipp Wich2010-02-252-0/+12
* [toolchain]: use gcc 4.3.4 for the gemini targetImre Kaloz2010-02-232-0/+4
* [uClibc/avr32]: fix varargs handling of the prctl syscallImre Kaloz2010-02-191-0/+68
* [toolchain/mips]: use gcc 4.4.3 for mips64 targetsImre Kaloz2010-02-172-4/+4
* [toolchain/avr32]: use binutils 2.19.1 by default for avr32, tooImre Kaloz2010-02-161-3/+0
* [toolchain/avr32]: add avr32 support for binutils 2.19.1 based on the Atmel 1...Imre Kaloz2010-02-161-0/+30629
* [toolchain/powerpc]: use gcc 4.4.3 for the powerpc targets by defaultImre Kaloz2010-02-162-4/+5
* fixup the hunks in patchImre Kaloz2010-02-151-5/+5
* ubicom32 isn't supported with binutils 2.18Imre Kaloz2010-02-151-0/+1
* the CS toolchain FTBS for the gemini, use the old one for nowImre Kaloz2010-02-082-2/+2
* add missing +cs version suffix to the 4.4.3 codesourcery toolchainFelix Fietkau2010-01-261-1/+1
span class="k">$(PKG_BUILD_DIR)/patches) $(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR),) $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used) endef kernel_files=$(foreach fdir,$(GENERIC_FILES_DIR) $(FILES_DIR),$(fdir)/.) define Kernel/Patch/Default rm -rf $(PKG_BUILD_DIR)/patches; mkdir -p $(PKG_BUILD_DIR)/patches $(if $(kernel_files),$(CP) $(kernel_files) $(LINUX_DIR)/) find $(LINUX_DIR)/ -name \*.rej -or -name \*.orig | $(XARGS) rm -f $(call PatchDir,$(PKG_BUILD_DIR),$(GENERIC_PATCH_DIR),generic/) $(call PatchDir,$(PKG_BUILD_DIR),$(PATCH_DIR),platform/) endef define Quilt/RefreshDir mkdir -p $(2) -rm -f $(2)/* 2>/dev/null >/dev/null @( \ for patch in $$$$($(if $(3),grep "^$(3)",cat) $(1)/patches/series | awk '{print $$$$1}'); do \ $(CP) -v "$(1)/patches/$$$$patch" $(2); \ done; \ ) endef define Quilt/Refresh/Host $(call Quilt/RefreshDir,$(HOST_BUILD_DIR),$(PATCH_DIR)) endef define Quilt/Refresh/Package $(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR)) endef define Quilt/Refresh/Kernel @[ -z "$$(grep -v '^generic/' $(PKG_BUILD_DIR)/patches/series | grep -v '^platform/')" ] || { \ echo "All kernel patches must start with either generic/ or platform/"; \ false; \ } $(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(GENERIC_PATCH_DIR),generic/) $(call Quilt/RefreshDir,$(PKG_BUILD_DIR),$(PATCH_DIR),platform/) endef define Quilt/Template $($(2)STAMP_CONFIGURED): $($(2)STAMP_CHECKED) FORCE $($(2)STAMP_CHECKED): $($(2)STAMP_PREPARED) if [ -s "$(1)/patches/series" ]; then \ (cd "$(1)"; \ if $(QUILT_CMD) next >/dev/null 2>&1; then \ $(QUILT_CMD) push -a; \ else \ $(QUILT_CMD) top >/dev/null 2>&1; \ fi \ ); \ fi touch "$$@" $(3)quilt-check: $($(2)STAMP_PREPARED) FORCE @[ -f "$(1)/.quilt_used" ] || { \ echo "The source directory was not unpacked using quilt. Please rebuild with QUILT=1"; \ false; \ } @[ -f "$(1)/patches/series" ] || { \ echo "The source directory contains no quilt patches."; \ false; \ } @[ -n "$$$$(ls $(1)/patches/series)" -o "$$$$(cat $(1)/patches/series | md5sum)" = "$$(sort $(1)/patches/series | md5sum)" ] || { \ echo "The patches are not sorted in the right order. Please fix."; \ false; \ } $(3)refresh: $(3)quilt-check @cd "$(1)"; $(QUILT_CMD) pop -a -f >/dev/null 2>/dev/null @cd "$(1)"; while $(QUILT_CMD) next 2>/dev/null >/dev/null && $(QUILT_CMD) push; do \ QUILT_DIFF_OPTS="-p" $(QUILT_CMD) refresh -p ab --no-index --no-timestamps; \ done; ! $(QUILT_CMD) next 2>/dev/null >/dev/null $(Quilt/Refresh/$(4)) $(3)update: $(3)quilt-check $(Quilt/Refresh/$(4)) endef Build/Quilt=$(call Quilt/Template,$(PKG_BUILD_DIR),,,$(if $(TARGET_BUILD),Kernel,Package)) Host/Quilt=$(call Quilt/Template,$(HOST_BUILD_DIR),HOST_,host-,Host) endif