Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Subsume and collaps toolchain options in one menu | Bernhard Reutner-Fischer | 2007-09-22 | 1 | -2/+0 |
| | | | | | This is ment to ease configuration by providing toolchain related options in one place No functional changes, just shuffling the menus around.. | ||||
* | - add a SVN_UP command for updating an already checked-out tree | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+5 |
| | |||||
* | - add v9a and v9b settings. | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -1/+8 |
| | | | | Will need to change the GCC_TARGET_TUNE accordingly. | ||||
* | - some more sparc{,64} twiddling | Bernhard Reutner-Fischer | 2007-09-15 | 1 | -5/+32 |
| | |||||
* | - add sparc64 arch as noticed by Blue Swirl | Bernhard Reutner-Fischer | 2007-09-15 | 1 | -1/+49 |
| | | | | - add sparc{,64} CPU variants | ||||
* | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-28 | 1 | -8/+6 |
| | |||||
* | Add git command | Ulf Samuelsson | 2007-08-24 | 1 | -1/+7 |
| | |||||
* | - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+18 |
| | | | | respective documentation on your target filesystem. | ||||
* | Add help for BUILDROOT_DL_DIR | Ulf Samuelsson | 2007-08-21 | 1 | -0/+2 |
| | |||||
* | Added powerpc variant selection | Peter Korsgaard | 2007-08-14 | 1 | -1/+59 |
| | |||||
* | Stop halting ARM build to configure uClibc | Ulf Samuelsson | 2007-08-13 | 1 | -1/+7 |
| | |||||
* | Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't | Eric Andersen | 2007-08-10 | 1 | -0/+2 |
| | | | | | | quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot. | ||||
* | Change def of BR2_USE_WCHAR to build uClibc w WCHAR support | Ulf Samuelsson | 2007-07-31 | 1 | -6/+0 |
| | |||||
* | - add possibility to select different flavours of strip (or none at all for ↵ | Bernhard Reutner-Fischer | 2007-07-31 | 1 | -1/+26 |
| | | | | debugging purposes) | ||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -37/+1 |
| | |||||
* | Use full AVR32 partname | Ulf Samuelsson | 2007-07-29 | 1 | -6/+6 |
| | |||||
* | - ignore itanium* | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -2/+2 |
| | |||||
* | Add configuration option allowing hiding packages needing WCHAR | Ulf Samuelsson | 2007-07-23 | 1 | -0/+6 |
| | |||||
* | Use correct AVR32 chip id's | Ulf Samuelsson | 2007-07-23 | 1 | -4/+4 |
| | |||||
* | BSP Patch: | Ulf Samuelsson | 2007-07-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ========================================================= The purpose of the BSP patch is to allow building several boards inside the same buildroot tree. For this to work, each board has to have its own "$(TARGET_DIR)" and all *configurable* packages must be rebuilt for each board. They are now built in the "$(PROJECT_BUILD_DIR)" All non configurable packages can and should still be built in the "$(BUILD_DIR)". If a package is built for one board, then when you build for a second board of the same architecture the build becomes a simple copy of the resulting binaries. ----- Define BR2_PROJECT which will be used as the selector between different boards. Note that BR2_PROJECT allow you to build multiple root file systems for a single board, and should not be confused with BR2_BOARD_NAME which relates to the H/W. ----- Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)" Define BINARIES_DIR as "binaries/$(PROJECT)" Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root" (some prefix/postfix may apply) Resulting images are stored in "$(BINARIES_DIR)" ----- Define a few new environment variables in Makefile PROJECT: Stripped BR2_PROJECT DATE: Date of build in YYYY-MM-DD format HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname BANNER: Stripped BR2_BANNER => /etc/issue Linux and Busybox will be built in $(PROJECT_BUILD_DIR) More patches will be needed later to ensure all configurable packages are built in this directory. | ||||
* | - populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE ↵ | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -1/+288 |
| | | | | defaults (hand-waving mode, of course untested.. ;) | ||||
* | - the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support ↵ | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -2/+2 |
| | | | | later on which itself will select BR2_TARGET_ATMEL | ||||
* | - improve wording of BR2_PREFER_STATIC_LIB | Bernhard Reutner-Fischer | 2007-06-02 | 1 | -6/+32 |
| | |||||
* | - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer ↵ | Bernhard Reutner-Fischer | 2007-06-01 | 1 | -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 variants | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -0/+6 |
| | |||||
* | - Default to gzip -d -c since zcat may only support compress'ed files | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -3/+3 |
| | | | | according to SuS. Thanks to Heikki Lindholm for pointing this out. | ||||
* | - speeling fix | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -2/+2 |
| | |||||
* | - add gcc-4.0.4 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -0/+5 |
| | | | | - add knob to enable unsupported, deprecated, obsoleted versions of packages | ||||
* | Prepatory patch to allow AVR32/AT91 support from Ulf Samuelsson | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -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-Fischer | 2007-01-28 | 1 | -32/+57 |
| | | | | Currently disfunctional for gcc-4.2 due to PR30620 and possibly others | ||||
* | - convert to lowercase to match the other sub-arches | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -2/+2 |
| | |||||
* | - add ARM_IWMMXT variant since uClibc supports it | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -0/+3 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+11 |
| | |||||
* | - add BR2_ZCAT in preparation of fixing bug #971 | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -0/+10 |
| | |||||
* | Add an sh64 target to buildroot. | Paul Mundt | 2006-08-28 | 1 | -2/+6 |
| | |||||
* | - list defaults for BR2_GNU_TARGET_SUFFIX in help text | Bernhard Reutner-Fischer | 2006-07-04 | 1 | -2/+6 |
| | | | | - fix a few typos | ||||
* | Add support for ARM EABI. | Paul Mundt | 2006-06-05 | 1 | -0/+11 |
| | |||||
* | Split the target suffix out as a config option, for the few cases where | Paul Mundt | 2006-06-05 | 1 | -0/+12 |
| | | | | | we have to use a different one. | ||||
* | patch by David Anders to add arm variants | Mike Frysinger | 2006-01-18 | 1 | -0/+42 |
| | |||||
* | incorporate patches from marc in bug #273 to add support for nios2 | Mike Frysinger | 2006-01-04 | 1 | -2/+4 |
| | |||||
* | add an option for the --build so cygwin users can utilize buildroot | Mike Frysinger | 2005-12-27 | 1 | -0/+13 |
| | |||||
* | - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -5/+5 |
| | | | | default to no additional tar options. | ||||
* | - add option to pass to tar for unpacking the source. | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -0/+4 |
| | | | | Set it to exclude .svn per default (please default to "" if inappropriate) | ||||
* | let people control location of download dir | Mike Frysinger | 2005-10-01 | 1 | -0/+6 |
| | |||||
* | allow people to build for i386/i486/i586/i686 targets since some packages ↵ | Mike Frysinger | 2005-09-24 | 1 | -19/+21 |
| | | | | (like gcc) build differently based upon the host tuplet | ||||
* | make alpha/x86_64 selectable options and export architecture endian so we ↵ | Mike Frysinger | 2005-09-22 | 1 | -0/+16 |
| | | | | can use it in uclibc config setup | ||||
* | add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵ | Mike Frysinger | 2005-09-18 | 1 | -2/+23 |
| | | | | add custom prefix/suffix to builds | ||||
* | Switch default from 'unc' to 'easynews' | Eric Andersen | 2005-08-13 | 1 | -1/+1 |
| | |||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -0/+9 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | http://bugs.uclibc.org/view.php?id=294 | Eric Andersen | 2005-06-09 | 1 | -2/+2 |
| | | | | There is a mistake in buildroot/Config.in |