summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* fix uclibc build on osxFelix Fietkau2008-03-091-0/+1
| | | | SVN-Revision: 10578
* remove the "depends BROKEN" for eabiFelix Fietkau2008-03-071-1/+0
| | | | SVN-Revision: 10556
* fix md5sum for v0.28.2 (closes: #3159)Nicolas Thill2008-02-191-1/+1
| | | | SVN-Revision: 10498
* fixup ARM EABI on GCC 4.1.2Imre Kaloz2008-02-172-41/+65
| | | | SVN-Revision: 10480
* add missing config change for OABIFelix Fietkau2008-02-141-0/+2
| | | | SVN-Revision: 10459
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-147-1/+190
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458
* use GCC 4.2.3 by default for AVR32Imre Kaloz2008-02-072-0/+4
| | | | SVN-Revision: 10414
* add GCC 4.2.3Imre Kaloz2008-02-0728-0/+27123
| | | | SVN-Revision: 10413
* sync AVR32 patches with upstreamImre Kaloz2008-02-072-111/+31
| | | | SVN-Revision: 10411
* fix path to etrax patches (#3055)Felix Fietkau2008-02-031-2/+2
| | | | SVN-Revision: 10376
* *sigh* :PImre Kaloz2008-02-031-1/+1
| | | | SVN-Revision: 10373
* Add binutils-2.18 patches for all arches but AVR32.Felix Fietkau2008-02-027-0/+205
| | | | | | | | | | Re-diff the existing patches for binutils-2.17 for all architectures but AVR32, and make the possible selection of binutils-2.18 dependent on selecting any arch but that one for the time being. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 10360
* turn on UCLIBC_HAS_PROGRAM_INVOCATION_NAME (see #2941)Felix Fietkau2008-02-028-8/+8
| | | | SVN-Revision: 10358
* eliminate the root cause of the uClibc problems on the powerpc platformGabor Juhos2008-02-012-87/+0
| | | | SVN-Revision: 10346
* gcc: fix version selection for MagicboxGabor Juhos2008-02-012-2/+2
| | | | SVN-Revision: 10345
* fix GCC version selection for MagicboxImre Kaloz2008-01-271-1/+1
| | | | SVN-Revision: 10288
* uClibc: change some symbols to local on ppc to make Kaloz happy :)Gabor Juhos2008-01-271-0/+78
| | | | SVN-Revision: 10285
* remove some wrong depends/defaultsFelix Fietkau2008-01-271-2/+0
| | | | SVN-Revision: 10284
* oops, missing fileRalph Hempel2008-01-271-0/+8
| | | | SVN-Revision: 10283
* add uClibc version 0.9.28.2, 0.9.28.3 and snapshots for development purpose ↵Ralph Hempel2008-01-2734-6/+6045
| | | | | | (and already deployed evaluation boards) the version 0.9.29 is still the default version SVN-Revision: 10282
* uClibc: restore support of shadow passwords, but make it configurableGabor Juhos2008-01-2612-21/+23
| | | | SVN-Revision: 10276
* Fix sockets.h for mips/mipselFlorian Fainelli2007-12-311-0/+12
| | | | SVN-Revision: 10066
* fix uclibc compile on brcm-2.4Felix Fietkau2007-12-301-0/+26
| | | | SVN-Revision: 10063
* fix ntpd compileFelix Fietkau2007-12-301-0/+14
| | | | SVN-Revision: 10057
* use __inline__ instead of inline to avoid build errors with -ansiFelix Fietkau2007-12-301-10/+10
| | | | SVN-Revision: 10051
* enable res_close bsd compat, asterisk requires thisFelix Fietkau2007-12-308-8/+8
| | | | SVN-Revision: 10048
* add a workaround for inline function redefinitionFelix Fietkau2007-12-301-3/+11
| | | | SVN-Revision: 10039
* turn SUSv3 legacy macros into inline functions to avoid crazy build breakage ↵Felix Fietkau2007-12-301-0/+91
| | | | | | in multiple packages SVN-Revision: 10038
* replace cflags hacks with the correct solutionFelix Fietkau2007-12-298-8/+8
| | | | SVN-Revision: 10031
* enable gnu glob in uclibcFelix Fietkau2007-12-298-8/+8
| | | | SVN-Revision: 10027
* unconditionally enable c99 math support in uclibc - many packages need itFelix Fietkau2007-12-2911-17/+9
| | | | SVN-Revision: 10024
* fix comgt compile error caused by the uclibc upgradeFelix Fietkau2007-12-291-0/+22
| | | | SVN-Revision: 10018
* update x86 uclibc configsFelix Fietkau2007-12-292-56/+108
| | | | SVN-Revision: 10017
* use softfloat and GNU EABI on the IOP, tooImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10015
* move ARM to the GNU EABIImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10013
* use soft float by default on arm and powerpcImre Kaloz2007-12-281-1/+1
| | | | SVN-Revision: 10011
* upgrade to uClibc 0.9.29 - break binary compatibility #1Imre Kaloz2007-12-2835-4510/+4258
| | | | SVN-Revision: 10010
* we don't use Atmel version numbersImre Kaloz2007-12-281-13/+0
| | | | SVN-Revision: 10008
* add another softfloat patchImre Kaloz2007-12-281-0/+26
| | | | SVN-Revision: 10007
* update AVR32 binutils patchesImre Kaloz2007-12-285-17866/+28171
| | | | SVN-Revision: 10006
* update binutils autoconf scripts, tooImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10005
* fixup softfloat handlingImre Kaloz2007-12-283-1/+4
| | | | SVN-Revision: 10003
* Disabling use of libintl in kernel-headers.Andy Boyett2007-12-261-0/+1
| | | | SVN-Revision: 9935
* softfloat should be available on armeb, but not on mips until the kernel fpu ↵Imre Kaloz2007-12-261-1/+1
| | | | | | emulation can be disabled SVN-Revision: 9930
* added binutils 2.18 selection, Signed-off-by: Robert P. J. Day ↵John Crispin2007-12-201-0/+4
| | | | | | <rpjday@crashcourse.ca> SVN-Revision: 9814
* hopefully fix occasional uClibc/gcc build failuresFelix Fietkau2007-12-131-4/+5
| | | | SVN-Revision: 9717
* fix a few stampfile locationsFelix Fietkau2007-11-202-3/+3
| | | | SVN-Revision: 9587
* revert abi changes in uClibc - on hold for 7.11, will be added again with ↵Felix Fietkau2007-11-093-3/+3
| | | | | | the uclibc upgrade for 8.01 SVN-Revision: 9519
* disable crt_fini compatibility in uClibc, compile custom ld-uClibc for ↵Felix Fietkau2007-11-093-3/+3
| | | | | | broadcom utilities allows us to upgrade uClibc without breaking compatibility for nas and wl breaks binary compatibility for packages from earlier kamikaze releases SVN-Revision: 9518
* Update CFLAGS pickup to match the target variable name, allow i686 to be ↵Florian Fainelli2007-10-261-2/+3
| | | | | | optimised SVN-Revision: 9451