summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - be gentle to vi's syntax highlightingBernhard Reutner-Fischer2007-01-291-1/+2
|
* - make sure to add board specific targets before the final generation of the ↵Bernhard Reutner-Fischer2007-01-282-1/+3
| | | | | | filesystems/tarballs. Until now, we did created the fs and only after that built/installed grub et al
* - fix prereq of current binutils wrt gmpBernhard Reutner-Fischer2007-01-281-3/+9
|
* - Support AVR32 during GNU configuration (Ulf Samuelsson)Bernhard Reutner-Fischer2007-01-281-2/+2
|
* Prepatory patch to allow AVR32/AT91 support from Ulf SamuelssonBernhard Reutner-Fischer2007-01-281-1/+42
| | | | | | | - Introduce AVR32 target architecture "avr32" - Introduce AVR32 target variants (AP7000/AP7010/AP7020) - Introduce Download location for patches/packages for Atmel chips (BR2_ATMEL_MIRROR) - Introduce Download location for Community AT91 patches/packages (BR2_AT91_PATCH_MIRROR)
* - correct improper prerequisite of -source targetBernhard Reutner-Fischer2007-01-281-1/+1
|
* - add 0.9.28.1Bernhard Reutner-Fischer2007-01-282-4/+18
|
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-284-32/+87
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - fix indentation of help textsBernhard Reutner-Fischer2007-01-281-14/+12
|
* pull from uClinux CVSMike Frysinger2007-01-288-478/+761
|
* Add new version of binutils."Steven J. Hill"2007-01-285-0/+265
|
* - fix dependenciesBernhard Reutner-Fischer2007-01-271-0/+2
|
* - for the native target gcc, drop --enable-optspace in favour of using the ↵Bernhard Reutner-Fischer2007-01-262-5/+18
| | | | | | | | | | | configured flags (that default to -Os anyway). Saves about 20% size without additional configure args: text data bss dec hex filename 4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1 3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1 4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951 3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951
* Add gtk2-engines for theming gtkEric Andersen2007-01-253-0/+167
|
* Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot.Eric Andersen2007-01-251-5/+19
| | | | download and install the Clearlooks theme
* update DejaVu fonts to the latestEric Andersen2007-01-253-20/+33
| | | | Fix broken keyboard handling
* A patch set that should probably become uClibc-0.9.28.1Eric Andersen2007-01-255-0/+14802
|
* - TODO: cleanup BR2_ARCH selection and establish BR2_CPUBernhard Reutner-Fischer2007-01-251-3/+4
|
* - Additional JFFS2 options to support Dataflash (Ulf Samuelsson)Bernhard Reutner-Fischer2007-01-242-8/+36
| | | | - cleanup a bit while at it
* - Prepatory patch for new Atmel targets boardsBernhard Reutner-Fischer2007-01-242-4/+10
| | | | Rearrange in Alphabetical order (Ulf Samuelsson)
* - strip -sBernhard Reutner-Fischer2007-01-241-1/+1
|
* - correct typoBernhard Reutner-Fischer2007-01-241-4/+4
|
* - add package netcatBernhard Reutner-Fischer2007-01-243-0/+75
|
* - fix prerequisites of binutils_targetBernhard Reutner-Fischer2007-01-243-12/+10
|
* - fix spurious rebuilds caused by atBernhard Reutner-Fischer2007-01-241-0/+1
|
* - apply vapier's commentsBernhard Reutner-Fischer2007-01-241-3/+3
|
* - reformat help text to fit default width betterBernhard Reutner-Fischer2007-01-241-6/+11
|
* - fix breakage that got introduced by a malformed context diff. Sorry..Bernhard Reutner-Fischer2007-01-233-43/+46
|
* - update timestamp of the build_dir binary by stripping itBernhard Reutner-Fischer2007-01-231-2/+4
|
* fix symlinkEric Andersen2007-01-221-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-01-221-8/+8
|
* - remove erroneously leaked in inclusion of non-existing l2tp thingBernhard Reutner-Fischer2007-01-221-1/+0
|
* - remove accidentally checked in debugging cruftBernhard Reutner-Fischer2007-01-221-27/+0
|
* - don't rely on buggy gmp/mpfr on the host but use our own build iff we are ↵Bernhard Reutner-Fischer2007-01-226-54/+123
| | | | about to build a somewhat current toolchain.
* - fixup include- and libdirs. Closes #841Bernhard Reutner-Fischer2007-01-225-27/+78
| | | | - rediff patches against 2.4.2
* fix dependancy to avoid needless rebuildsEric Andersen2007-01-221-0/+4
|
* fix installation locationEric Andersen2007-01-221-3/+3
|
* properly depend on pkgconfigEric Andersen2007-01-221-1/+1
|
* - make it compile if LFS is turned off and add a warning to the help-text.Bernhard Reutner-Fischer2007-01-222-1/+10
| | | | LFS is _not_ turned on by this automagically _on_ _purpose_
* - the arm patch broke anybody else.Bernhard Reutner-Fischer2007-01-224-123/+59
| | | | - restructure patches per task they fulfil
* - add missing include panic.h to parsetime.hBernhard Reutner-Fischer2007-01-222-23/+48
| | | | - add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds
* - fix typo in compressor submenuBernhard Reutner-Fischer2007-01-221-1/+1
|
* - bump patch versionBernhard Reutner-Fischer2007-01-221-3/+3
|
* - add missing dependency on host-fakerootBernhard Reutner-Fischer2007-01-211-3/+3
|
* - remove sedtest temporary fileBernhard Reutner-Fischer2007-01-211-0/+1
|
* - remove validator, all is fine now.Bernhard Reutner-Fischer2007-01-211-2/+0
|
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-219-17/+17
|
* - update proposed patchletBernhard Reutner-Fischer2007-01-211-93/+14
|
* - use more portable flags for cpBernhard Reutner-Fischer2007-01-211-6/+6
|
* - add some more categories and move respective packages to them.Bernhard Reutner-Fischer2007-01-211-83/+133
| | | | I hope that this makes navigation and finding packages easier..