aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Expand)AuthorAgeFilesLines
...
* gcc: enable LTO support unconditionallyFelix Fietkau2015-11-101-5/+1
* gcc: use version 5.x for octeon instead of 4.6 - it has been tested with glibcFelix Fietkau2015-11-101-1/+1
* toolchain: add support of ARC architectureFelix Fietkau2015-11-1028-31/+891
* toolchain: remove obsolete kernel version checkFelix Fietkau2015-11-071-1/+1
* uClibc: mark as broken for all architectures that use musl by defaultFelix Fietkau2015-11-071-0/+1
* toolchain/gdb: update to 7.10, sync with target package versionFelix Fietkau2015-11-064-8/+8
* uclibc: remove version 0.9.33Felix Fietkau2015-11-0299-4580/+6
* uclibc-ng: bump version from 1.0.6 to 1.0.8Felix Fietkau2015-11-0224-1/+3
* toolchain: use glibc instead of uclibc for mips64 by default - uclibc is stil...Felix Fietkau2015-11-021-1/+1
* musl: add upstream patch for open_[w]memstreamJohn Crispin2015-11-021-0/+79
* uClibc: enable xattr support to make feature sets of libc implementations clo...John Crispin2015-10-262-2/+2
* musl: re-enable des crypto support, fixes pppd MPPE issuesFelix Fietkau2015-10-011-56/+6
* toolchain/uClibc: add support of uClibc-ngFelix Fietkau2015-10-0126-3/+553
* gcc: fix accidentally dropped chunk of the musl gcc 5.2.0 powerpc patch (fixe...Felix Fietkau2015-09-221-0/+13
* gcc: use qstrip template to fix syntax highlightingFelix Fietkau2015-09-221-1/+1
* musl: fix build on sh3Felix Fietkau2015-09-211-0/+6
* binutils: fix name of Binutils 2.25.1Hauke Mehrtens2015-09-151-1/+1
* Revert "musl: fix termios struct c_ispeed/c_ospeed field names" (accidental c...Felix Fietkau2015-09-131-141/+0
* gcc: fix path to powerpc musl dynamic linker with 5.2 (#20501)Felix Fietkau2015-09-131-0/+24
* musl: fix termios struct c_ispeed/c_ospeed field namesFelix Fietkau2015-09-131-0/+141
* binutils: add binutils 2.25.1Hauke Mehrtens2015-09-116-6/+116
* gcc: update gcc 5.x musl patchesHauke Mehrtens2015-09-1115-200/+612
* musl: add a hack to remove unused crypt() algorithms, saves ~14k after lzmaFelix Fietkau2015-09-081-0/+110
* gcc: add missing powerpc patch for 5.2.0Felix Fietkau2015-09-071-0/+65
* gcc: remove 4.6.3 leftoversFelix Fietkau2015-09-062-4/+0
* gcc: remove version 4.9-linaroFelix Fietkau2015-09-0636-1304/+0
* gcc: add ARM codegen fix from PR 65932Felix Fietkau2015-09-032-1/+21
* musl: update to version 1.1.11Felix Fietkau2015-09-027-3180/+5
* musl: fix getsubopt functionSteven Barth2015-08-181-0/+29
* toolchain: gcc: add gcc 5.2.0Hauke Mehrtens2015-08-1633-0/+1275
* musl: update to latest git versionFelix Fietkau2015-07-245-214/+829
* fortify-headers: update to 0.7Steven Barth2015-07-243-150/+2
* toolchain: fix gcc 4.6 build with gcc5John Crispin2015-07-145-6/+27
* gcc: use the -sf suffix for musl ldso on powerpcFelix Fietkau2015-07-123-6/+19
* toolchain/gdb: use expat library to be able to parse target machine definitionsFelix Fietkau2015-07-101-16/+14
* toolchain/gdb: update to 7.8, sync with target package versionFelix Fietkau2015-07-106-49/+36
* musl: add powerpc soft-float supportFelix Fietkau2015-07-081-0/+141
* musl: call a_crash() inside __stack_chk_fail_local instead of calling __stack...Felix Fietkau2015-07-081-2/+2
* toolchain: binutils: enhance build reproducabilitySteven Barth2015-06-291-0/+1
* musl: update to latest git to fix MIPS and PowerPC TLS issuesFelix Fietkau2015-06-271-137/+392
* fix mklibs with muslMatteo Croce2015-06-251-0/+11
* fortify-headers: fix compatibility with -pedanticSteven Barth2015-06-241-0/+122
* toolchain: add fortify-headers, enable FORTIFY_SOURCE by defaultSteven Barth2015-06-233-1/+55
* uclibc: fix _HAS_SSP replacement regexJonas Gorski2015-06-231-1/+1
* gcc/musl: rework SSP-supportSteven Barth2015-06-224-12/+73
* toolchain: mark gcc 4.9 as broken, it miscompiles some code especially on ARMFelix Fietkau2015-06-211-0/+1
* musl: update musl to 2015-06-20Steven Barth2015-06-201-73/+763
* musl: apply hardening options (e.g. SSP) also to libc itselfSteven Barth2015-06-201-0/+1
* gcc: musl comes with its own SSP, so use it instead of libsspSteven Barth2015-06-202-0/+15
* musl: read the timezone from /etc/TZFelix Fietkau2015-06-191-0/+28