summaryrefslogtreecommitdiffstats
path: root/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support ↵Bernhard Reutner-Fischer2007-06-061-2/+2
| | | | later on which itself will select BR2_TARGET_ATMEL
* - improve wording of BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-6/+32
|
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵Bernhard Reutner-Fischer2007-06-011-0/+13
| | | | | | | to build static or dynamic libs/bins. - depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target. Thanks to Tom for suplying a diff which implements these.
* - add some ARM 1176 variantsBernhard Reutner-Fischer2007-03-201-0/+6
|
* - Default to gzip -d -c since zcat may only support compress'ed filesBernhard Reutner-Fischer2007-03-091-3/+3
| | | | according to SuS. Thanks to Heikki Lindholm for pointing this out.
* - speeling fixBernhard Reutner-Fischer2007-02-091-2/+2
|
* - add gcc-4.0.4Bernhard Reutner-Fischer2007-02-091-0/+5
| | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages
* 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)
* - add an experimental BR2_PREFER_IMA.Bernhard Reutner-Fischer2007-01-281-32/+57
| | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
* - convert to lowercase to match the other sub-archesBernhard Reutner-Fischer2007-01-171-2/+2
|
* - add ARM_IWMMXT variant since uClibc supports itBernhard Reutner-Fischer2007-01-171-0/+3
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+11
|
* - add BR2_ZCAT in preparation of fixing bug #971Bernhard Reutner-Fischer2006-10-011-0/+10
|
* Add an sh64 target to buildroot.Paul Mundt2006-08-281-2/+6
|
* - list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer2006-07-041-2/+6
| | | | - fix a few typos
* Add support for ARM EABI.Paul Mundt2006-06-051-0/+11
|
* Split the target suffix out as a config option, for the few cases wherePaul Mundt2006-06-051-0/+12
| | | | | we have to use a different one.
* patch by David Anders to add arm variantsMike Frysinger2006-01-181-0/+42
|
* incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger2006-01-041-2/+4
|
* add an option for the --build so cygwin users can utilize buildrootMike Frysinger2005-12-271-0/+13
|
* - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.Bernhard Reutner-Fischer2005-12-101-5/+5
| | | | default to no additional tar options.
* - add option to pass to tar for unpacking the source.Bernhard Reutner-Fischer2005-12-101-0/+4
| | | | Set it to exclude .svn per default (please default to "" if inappropriate)
* let people control location of download dirMike Frysinger2005-10-011-0/+6
|
* allow people to build for i386/i486/i586/i686 targets since some packages ↵Mike Frysinger2005-09-241-19/+21
| | | | (like gcc) build differently based upon the host tuplet
* make alpha/x86_64 selectable options and export architecture endian so we ↵Mike Frysinger2005-09-221-0/+16
| | | | can use it in uclibc config setup
* add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵Mike Frysinger2005-09-181-2/+23
| | | | add custom prefix/suffix to builds
* Switch default from 'unc' to 'easynews'Eric Andersen2005-08-131-1/+1
|
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-0/+9
| | | | mirrors tend to change, move, go down, etc from time to time.
* http://bugs.uclibc.org/view.php?id=294Eric Andersen2005-06-091-2/+2
| | | | There is a mistake in buildroot/Config.in
* Add an sh2eb target.Paul Mundt2005-05-071-0/+4
|
* Initial support for MS7206SE01 sh2a board.Paul Mundt2005-05-031-17/+36
|
* Small wording changeEric Andersen2005-02-071-5/+5
|
* Patch from scott: http://bugs.uclibc.org/view.php?id=42Eric Andersen2005-01-231-0/+4
| | | | | | | 0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles.
* Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen2004-12-111-4/+13
| | | | have broken 'make -j' support
* Add an option to allow people to relocate the toolchainEric Andersen2004-12-111-0/+14
|
* Patch from Volmat Alain adding SH3/SH3EB SH4EB supportEric Andersen2004-12-111-2/+14
|
* Will McCammon writes:Eric Andersen2004-10-151-1/+1
| | | | | | | | | make fails for busybox 1.0.0 on fedora core 2 because the default behavior of wget is to create a directory structure of the remote download server on the local filesystem. in which case, tar cannot find successfully downloaded files in /buildroot/sources/dl. patch attached.
* Don't use a string to do the job of a boolEric Andersen2004-10-091-2/+2
|
* support tar verbosityMike Frysinger2004-10-091-0/+3
|
* Fix it so we once again build the target root_fsEric Andersen2004-10-091-0/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+70
-Erik