summaryrefslogtreecommitdiff
path: root/openwrt/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add missing sockopts for ipv6 in bits/in.hNicolas Thill2005-08-231-0/+12
| | | | SVN-Revision: 1729
* add new binutils versionsFelix Fietkau2005-08-1537-199/+4328
| | | | SVN-Revision: 1684
* add a better mirror for gccFelix Fietkau2005-08-131-1/+2
| | | | SVN-Revision: 1638
* fix weird toolchain build errorFelix Fietkau2005-07-291-2/+2
| | | | SVN-Revision: 1573
* add support for multiple target archNicolas Thill2005-07-251-1/+2
| | | | SVN-Revision: 1561
* add support for multiple target archNicolas Thill2005-07-243-166/+2
| | | | SVN-Revision: 1539
* prepare for multiple target archNicolas Thill2005-07-244-0/+2320
| | | | SVN-Revision: 1538
* more cleanup in toolchain/Felix Fietkau2005-07-2071-18694/+531
| | | | SVN-Revision: 1501
* fix gcc buildFelix Fietkau2005-07-191-0/+3
| | | | SVN-Revision: 1499
* move target/default/target_skeleton into package/base-files, put all the ↵Felix Fietkau2005-07-1711-305/+18
| | | | | | default files in ipkg packages, cleanup some junk in toolchain/, toolchain/ no longer changes build_mipsel/root SVN-Revision: 1494
* add gcc 4.0.1, remove older compilersFelix Fietkau2005-07-123-10/+3607
| | | | SVN-Revision: 1422
* really clean gdb dir on make cleanFelix Fietkau2005-06-261-1/+1
| | | | SVN-Revision: 1287
* Add a fix from aorlinsk to fix an issue with the order in options passed to tarNicolas Thill2005-06-141-0/+16
| | | | SVN-Revision: 1242
* change default compiler to gcc 3.4.4 - fixes kernel weirdnessFelix Fietkau2005-06-131-3/+3
| | | | SVN-Revision: 1227
* damn symlinkWaldemar Brodkorb2005-06-121-1/+1
| | | | SVN-Revision: 1214
* fix symlinkWaldemar Brodkorb2005-06-111-2/+2
| | | | SVN-Revision: 1198
* fix build, thx z3roWaldemar Brodkorb2005-06-071-1/+1
| | | | SVN-Revision: 1167
* add gdb-client to run on host to debug target.. (kgdb)Waldemar Brodkorb2005-06-0729-1/+3992
| | | | SVN-Revision: 1166
* add gcc 3.4.4Felix Fietkau2005-05-2310-1/+4293
| | | | SVN-Revision: 1027
* oops.Waldemar Brodkorb2005-04-301-3/+3
| | | | SVN-Revision: 771
* use tmpfs instead ramfs, strange that i do not need to add any kernel ↵Waldemar Brodkorb2005-04-302-4/+3
| | | | | | option, it works out of the box, and dd if=/dev/zero of=test bs=1024k count=100 does not kill the box anymore SVN-Revision: 770
* change default toolchain to gcc 3.4.3 and binutils 2.15.94.0.2Felix Fietkau2005-04-292-6/+7
| | | | SVN-Revision: 767
* fix uclibc gcc4 compileFelix Fietkau2005-04-291-0/+23
| | | | SVN-Revision: 765
* add gcc 4.0.0Felix Fietkau2005-04-293-0/+3607
| | | | SVN-Revision: 762
* remove older binutils 2.14 versionsFelix Fietkau2005-04-298-4004/+0
| | | | SVN-Revision: 760
* remove unused gcc versions (<3.3.5, 3.4.0-3.4.2)Felix Fietkau2005-04-2942-23257/+0
| | | | SVN-Revision: 759
* add binutils 2.16.90.0.1Felix Fietkau2005-04-299-33/+424
| | | | SVN-Revision: 758
* make gcc compile install libgcc_s by default, remove package/libgcc/Felix Fietkau2005-04-291-0/+3
| | | | SVN-Revision: 755
* add hidden config value for gcc 3.4+Felix Fietkau2005-04-281-0/+9
| | | | SVN-Revision: 747
* enable c++ support in toolchain by default (without sjlj exceptions)Felix Fietkau2005-04-251-2/+3
| | | | SVN-Revision: 716
* upgrade kernel, quagga and openvpn, add licensing info to diag module, fix ↵Imre Kaloz2005-04-141-2/+2
| | | | | | up jffs2 SVN-Revision: 650
* Remove libpthread from root_dirNicolas Thill2005-04-091-0/+1
| | | | SVN-Revision: 602
* Don't install libgcc to root_dirNicolas Thill2005-04-091-4/+0
| | | | SVN-Revision: 601
* add some fixes for compiling on mac os xFelix Fietkau2005-04-065-7/+2467
| | | | SVN-Revision: 574
* fix gcc dependency bugFelix Fietkau2005-04-061-1/+1
| | | | SVN-Revision: 570
* hide experimental/developer options from the user. can be reenabled by using ↵Felix Fietkau2005-04-056-50/+87
| | | | | | make menuconfig DEVELOPER=1 SVN-Revision: 567
* fix ipv6 host name lookup from /etc/hostsFelix Fietkau2005-04-043-1/+26
| | | | SVN-Revision: 559
* add mirrorsWaldemar Brodkorb2005-03-201-4/+22
| | | | SVN-Revision: 399
* add mirror for kernel sourceWaldemar Brodkorb2005-03-201-1/+4
| | | | SVN-Revision: 395
* remove java compiler option, with will not workWaldemar Brodkorb2005-03-191-6/+0
| | | | SVN-Revision: 392
* add downloading script (with md5sum checking and sourceforge downloading ↵Felix Fietkau2005-03-196-6/+7
| | | | | | support) SVN-Revision: 391
* add missing binutils patchesFelix Fietkau2005-03-072-0/+44
| | | | SVN-Revision: 343
* binutils & gcc patches from uclibc buildrootFelix Fietkau2005-03-0717-144/+1153
| | | | SVN-Revision: 331
* Add offline_root option to ipkg.confNicolas Thill2005-03-061-2/+2
| | | | SVN-Revision: 312
* bring up to date with nbd's br2_test20.tar.bz2Mike Baker2005-03-066-0/+220
| | | | SVN-Revision: 308