aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* [toolchain/eglibc] explicitly disable the use of ldconfigMirko Vogt2011-06-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27220 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] patch: add /usr/lib to default search path of dynamic linkerMirko Vogt2011-06-182-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] add support for eglibc version 2.13Mirko Vogt2011-06-183-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27215 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc} eglibc in fact can be built with -OsMirko Vogt2011-06-181-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/eglibc] when selecting eglibc, use version 2.12 by defaultMirko Vogt2011-06-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/glibc] fix glibc to work with all versions of binutils, fixes ↵Mirko Vogt2011-06-172-0/+35
| | | | | | #7133 - thanks to marek siller git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gdb: fix compile for powerpc targets, refresh patchFelix Fietkau2011-06-112-10/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc: fix a crash in __read_etc_hosts_r() that occurs if more ↵Jo-Philipp Wich2011-06-071-0/+10
| | | | | | than five hostnames follow a dotted quad in /etc/hosts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc] remove empty file (patch went upstream and file didn't get ↵Mirko Vogt2011-06-071-0/+0
| | | | | | deleted but only cleared) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc] upgrade Linaro GCC to 4.5-2011.05-0 - thanks to Mark MentovaiMirko Vogt2011-06-0710-51/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uclibc] use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'Mirko Vogt2011-05-241-0/+21
| | | | | | | this eliminates a source of reproduceable freezes http://lists.uclibc.org/pipermail/uclibc/2011-May/045367.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: update to latest version (rc3 + git changes), contains fixes for ↵Felix Fietkau2011-04-1712-31/+29
| | | | | | ipv6 dns issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: fix issues with libpthread vs libc link order on mipsFelix Fietkau2011-04-171-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: forced unwind for pthread_cancel handling is broken and triggers ↵Felix Fietkau2011-04-091-0/+10
| | | | | | spurious abort() calls from libgcc. disable it and use the other method instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26547 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the build system a bit more silent without V=99Felix Fietkau2011-04-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: fixup armeb, tooImre Kaloz2011-03-111-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26034 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: simplify TARGET_SUFFIX selectionImre Kaloz2011-03-111-9/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix r26004Felix Fietkau2011-03-101-8/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix r25969Alexandros C. Couloumbis2011-03-101-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix target name mixup caused by r25928Felix Fietkau2011-03-091-2/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25969 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: move the optimized assembler helpers back into the static libgcc and ↵Felix Fietkau2011-03-081-20/+11
| | | | | | skip relinking for this arch. due to relocation constraints, the assembler functions cannot be in the shared libgcc and must always be linked in statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gdb]: upgrade to the 2011.03-0 release from LinaroImre Kaloz2011-03-081-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: add back R_PPC_REL24 relocation support, the dynamic libgcc changes ↵Felix Fietkau2011-03-071-0/+26
| | | | | | depend on it for powerpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25944 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only support EABI on ARM targetsImre Kaloz2011-03-072-15/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: include assembler functions in the shared libgcc_s library, fixes ↵Felix Fietkau2011-03-061-1/+41
| | | | | | missing symbol issues on powerpc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc (linaro): fix extension elimination optimizationFelix Fietkau2011-03-042-11/+18
| | | | | | | | | This applies Richard Sandiford's patch for Linaro GCC as an alternative to disabling the Linaro-specific extension elimination optimization altogether. Original patch: https://bugs.launchpad.net/gcc-linaro/+bug/728315 Signed-off-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/gcc: fix r25709 (closes #8964)Alexandros C. Couloumbis2011-03-031-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: disable extension elimination, it causes hostapd to be miscompiled on mipsFelix Fietkau2011-03-021-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packagesFelix Fietkau2011-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uClibc: set the toolchain info at install time instead of prepare time, ↵Felix Fietkau2011-03-011-1/+1
| | | | | | fixes staging dir rebuilds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc-linaro: fix the libgcc spec to default to using the shared libgccFelix Fietkau2011-03-011-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25801 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: backport fa526 optimization for gcc 4.5+Imre Kaloz2011-02-252-0/+514
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc]: use the Linaro GCC for arm and mips targetsImre Kaloz2011-02-251-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We use different toolchain directories for differentImre Kaloz2011-02-252-2/+4
| | | | | | | | | | | | | ARM archs, so we should set the default arch of gcc to reflect this. This enables EABI support for armv4 CPUs. Signed-off-by: Jochen Friedrich <jochen@scram.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: upgrade to latest git, refresh patchesImre Kaloz2011-02-2416-78/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25698 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/4.3.5]: sync avr32 patch with the latest ones from atmelImre Kaloz2011-02-241-1587/+1572
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: remove the CS variant - broken since it's additionImre Kaloz2011-02-219-32534/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: remove arch default duplication, fix version selection for !TOOLCHAINOPTSFelix Fietkau2011-02-202-17/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25633 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] update gdb to 7.2Florian Fainelli2011-02-192-26/+30
| | | | | | | | This patch updates the toolchain gdb from 6.8 to 7.2 Signed-off-by: Steve Brown <sbrown@cortland.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is ↵Imre Kaloz2011-02-181-0/+1
| | | | | | selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.21]: add some more avr32 fixesImre Kaloz2011-02-181-2/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* whitespace cleanupImre Kaloz2011-02-181-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: add binutils 2.21Imre Kaloz2011-02-1810-0/+31128
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/4.3.5]: combine all avr32 patches into a single oneImre Kaloz2011-02-1811-278/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25566 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.20.1]: add avr32 supportImre Kaloz2011-02-162-3/+30799
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/4.3.5]: additional avr32 fixesImre Kaloz2011-02-162-0/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/gcc/4.3.5]: refresh patchesImre Kaloz2011-02-1610-101/+95
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25555 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup gcc version selectionImre Kaloz2011-02-161-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.19.1]: fixup the ubicom patch, refreshImre Kaloz2011-02-164-82/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: refresh patchesImre Kaloz2011-02-163-8/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25551 3c298f89-4303-0410-b956-a3cf2f4a3e73