summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* fix typo and wrong func call in rint()Nicolas Thill2006-04-261-2/+2
| | | | SVN-Revision: 3707
* XScale support (Gateway 7001), take twoImre Kaloz2006-04-172-3/+4
| | | | SVN-Revision: 3665
* cleanup makefilesMike Baker2006-04-142-61/+36
| | | | SVN-Revision: 3656
* add preliminary support for the XScale port, generic endianness indicationImre Kaloz2006-04-149-2/+1226
| | | | SVN-Revision: 3648
* preliminary ppc supportMike Baker2006-03-221-0/+161
| | | | SVN-Revision: 3442
* add gcc 4.0.3, and make it the default for ArubaImre Kaloz2006-03-218-3/+3900
| | | | SVN-Revision: 3423
* fix pesky libgcc issueMike Baker2006-03-201-2/+12
| | | | SVN-Revision: 3420
* remove obsolete BR2_GCC_3_4 config symbolFelix Fietkau2006-03-191-11/+0
| | | | SVN-Revision: 3407
* fix gcc menuconfig defaultsFelix Fietkau2006-03-191-2/+11
| | | | SVN-Revision: 3406
* patch kernelheaders before distributing in staging_dirWaldemar Brodkorb2006-03-142-0/+17965
| | | | SVN-Revision: 3368
* add gcc 3.4.6Felix Fietkau2006-03-1011-1/+4304
| | | | SVN-Revision: 3343
* reenable unsupported targets on DEVELOPER=1, add binutils 2.16.91.0.6 and a ↵Imre Kaloz2006-03-067-0/+461
| | | | | | missing gcc 4.1 patch SVN-Revision: 3320
* add gcc 4.1.0Felix Fietkau2006-03-038-1/+3897
| | | | SVN-Revision: 3302
* default to gcc 3.4.4 for brcm-2.4 because of weird kernel problemsFelix Fietkau2006-02-281-0/+1
| | | | SVN-Revision: 3281
* use gcc 4.0.2 and deselect ppp by default for Aruba, use gcc 3.4.5 for the ↵Imre Kaloz2006-02-101-3/+4
| | | | | | other platforms SVN-Revision: 3210
* make gcc4 depend on libgcc, and disable the libgcc hack for itImre Kaloz2006-02-063-16/+2
| | | | SVN-Revision: 3161
* change cp to $(CP)Mike Baker2006-02-015-5/+5
| | | | SVN-Revision: 3112
* fix libgcc handling for gcc 3.4.5 and 4.0.2Imre Kaloz2006-01-283-2/+24
| | | | SVN-Revision: 3063
* remove gcc 4.0.1Felix Fietkau2006-01-284-3623/+1
| | | | SVN-Revision: 3062
* add 'OpenWrt-2.0' to gcc version infoFelix Fietkau2006-01-271-0/+2
| | | | SVN-Revision: 3058
* disable gdb build for now, need to rework gdb client and server and add some ↵Waldemar Brodkorb2006-01-231-1/+0
| | | | | | docs to our wiki SVN-Revision: 3040
* fix cflagsMike Baker2006-01-132-3/+5
| | | | SVN-Revision: 2944
* the gcc patch. you need to do make distclean and rebuild the toolchainWaldemar Brodkorb2006-01-041-0/+11
| | | | SVN-Revision: 2818
* patch for spec file of gcc 3.4.4, so that libgss library is not ↵Waldemar Brodkorb2006-01-041-0/+10
| | | | | | automatically linked into every binary. explicitely link it into needed packages (kismet, nmap, samba) and add dependencies. idea and patch from sven-ola, thx. Saves 16 kb in the default squashfs images. SVN-Revision: 2817
* Corrected ticket #162Florian Fainelli2005-12-281-0/+1
| | | | SVN-Revision: 2792
* mipseb -> mips, thx kaloz for clearificationWaldemar Brodkorb2005-12-262-2/+1
| | | | SVN-Revision: 2785
* first ar531x support for 2.4, thx Mile Albon, some addons from me for mips ↵Waldemar Brodkorb2005-12-252-0/+164
| | | | | | big endian toolchain SVN-Revision: 2781
* add gcc bugfixImre Kaloz2005-12-162-0/+32
| | | | SVN-Revision: 2700
* add gcc 3.4.5Imre Kaloz2005-12-1614-1/+4231
| | | | SVN-Revision: 2695
* update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so ↵Imre Kaloz2005-11-181-2/+2
| | | | | | we now only add the new ids. gcc4 fixes will come later SVN-Revision: 2515
* set V=5 as default and fix toolchain verbosity settingFelix Fietkau2005-11-131-4/+4
| | | | SVN-Revision: 2469
* add fini crt compat option to mipsel uclibc configFelix Fietkau2005-11-091-1/+1
| | | | SVN-Revision: 2399
* add ceilf wrapper (not present in uClibc-0.9.28)Nicolas Thill2005-11-061-0/+20
| | | | SVN-Revision: 2348
* fix typo in gcc configFelix Fietkau2005-10-241-1/+1
| | | | SVN-Revision: 2299
* add -funit-at-a-time in trunk/ as wellFelix Fietkau2005-10-232-3/+3
| | | | SVN-Revision: 2291
* fix ipg-utils tarball extractionNicolas Thill2005-10-221-1/+1
| | | | SVN-Revision: 2263
* large build system cleanup. added some stuff to control the verbosity level, ↵Felix Fietkau2005-10-222-7/+18
| | | | | | but not complete, yet. SVN-Revision: 2221
* make uclibc a bit smallerFelix Fietkau2005-10-213-2/+14
| | | | SVN-Revision: 2219
* rename config.mips to config.mipsel in uclibc directoryFelix Fietkau2005-10-212-1/+1
| | | | SVN-Revision: 2217
* clean gcc 4.0.0 patch directoryFelix Fietkau2005-10-212-3601/+0
| | | | SVN-Revision: 2214
* add gcc 4.0.2, remove 4.0.0Felix Fietkau2005-10-213-6/+3607
| | | | SVN-Revision: 2213
* remove some old binutils versionsFelix Fietkau2005-10-2122-3892/+0
| | | | SVN-Revision: 2211
* update uClibc config for i386Nicolas Thill2005-10-201-1/+9
| | | | SVN-Revision: 2201
* update to uClibc v0.9.8Imre Kaloz2005-10-206-49/+50
| | | | SVN-Revision: 2200
* add rintf wrapper to libnotimplNicolas Thill2005-10-201-7/+20
| | | | SVN-Revision: 2190
* switch default binutils to 2.16.1Felix Fietkau2005-10-171-3/+3
| | | | SVN-Revision: 2143
* rename libmissing to libnotimplNicolas Thill2005-10-081-1/+1
| | | | SVN-Revision: 2082
* rename toolchain/libmissing to libnotimpl (fix dnsiff build)Nicolas Thill2005-10-073-30/+30
| | | | SVN-Revision: 2065
* add libmissing (implementing functions missing from uClibc)Nicolas Thill2005-10-053-1/+66
| | | | SVN-Revision: 2055
* add cflags to uClibc compileFelix Fietkau2005-08-271-0/+2
| | | | SVN-Revision: 1770