Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-12 | Update NWG100 skeleton | Ulf Samuelsson | |
2007-10-12 | Cannot copy shared c++ lib, if one has not been created | Ulf Samuelsson | |
2007-10-07 | Allow longer history for package versions | Ulf Samuelsson | |
2007-10-07 | Do not create new directories in external toolchain | Ulf Samuelsson | |
2007-10-07 | - pull patches 018..024 | Bernhard Reutner-Fischer | |
2007-10-07 | Allow date to be added to Image | Ulf Samuelsson | |
2007-10-07 | Do not create directories, if they exist | Ulf Samuelsson | |
2007-10-05 | - fix some whitespace damage.. | Bernhard Reutner-Fischer | |
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | |||
2007-10-05 | - start to think about GNU/hurd support. | Bernhard Reutner-Fischer | |
Not yet functional. Help welcome | |||
2007-10-05 | - comment out apparently unused? cruft (linux-experimental) | Bernhard Reutner-Fischer | |
2007-10-05 | - adjust default for LFS | Bernhard Reutner-Fischer | |
2007-10-05 | - add pattern for gnuhurd-uclibc | Bernhard Reutner-Fischer | |
2007-10-02 | - default to mips I for mipsel and mips III for mips | Bernhard Reutner-Fischer | |
- suggest some target flags for abi64 | |||
2007-10-02 | - make sure that the target's usr/include dir exists when installing the headers | Bernhard Reutner-Fischer | |
It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include if installing any headers was requested to fix this in a generic manner.. | |||
2007-10-02 | - remove usage of SUSv3 LEGACY functions | Bernhard Reutner-Fischer | |
2007-10-02 | - has to select libelf (and should nowadays work without LFS) | Bernhard Reutner-Fischer | |
2007-10-02 | - bump version | Bernhard Reutner-Fischer | |
2007-10-01 | Update AVR32 tools config | Ulf Samuelsson | |
2007-10-01 | Update ATNGW100 defconfig | Ulf Samuelsson | |
2007-10-01 | Use the right Config for AVR32 gcc build | Ulf Samuelsson | |
2007-10-01 | - remove misplaced comment | Bernhard Reutner-Fischer | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-10-01 | - pass configure args for the -target compiler | Bernhard Reutner-Fischer | |
2007-10-01 | - add additional EXTRA_GCC_CONFIG_OPTIONS for initial, cross and target compiler | Bernhard Reutner-Fischer | |
2007-10-01 | - comment out non-existing source | Bernhard Reutner-Fischer | |
2007-09-30 | - put a static grub into the staging dir | Bernhard Reutner-Fischer | |
2007-09-30 | - bump version | Bernhard Reutner-Fischer | |
2007-09-30 | - no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-30 | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-30 | - propagate mips ISA down to uClibc | Bernhard Reutner-Fischer | |
2007-09-30 | - fix typo | Bernhard Reutner-Fischer | |
2007-09-29 | - add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten) | Bernhard Reutner-Fischer | |
2007-09-29 | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | |
2007-09-29 | - remove SUSv3 LEGACY function | Bernhard Reutner-Fischer | |
2007-09-29 | Update nwg100 defconfig | Ulf Samuelsson | |
2007-09-29 | Go back to gcc for avr32 rev 2.0 | Ulf Samuelsson | |
2007-09-29 | Revert modification of gcc, and make it AVR32 specific | Ulf Samuelsson | |
2007-09-29 | - pull "kconfig: oldconfig shall not set symbols if it does not need to" | Bernhard Reutner-Fischer | |
2007-09-29 | - forgot to svn add kconfig-language.txt | Bernhard Reutner-Fischer | |
2007-09-29 | - remove some duplicate entries | Bernhard Reutner-Fischer | |
2007-09-29 | - better use commonly used digits in ISA config | Bernhard Reutner-Fischer | |
2007-09-29 | - remove empty, orphaned file | Bernhard Reutner-Fischer | |
2007-09-29 | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | |
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | |||
2007-09-29 | Use linke to build-time-tools, disable libssp which does not work for ↵ | Ulf Samuelsson | |
cross-compile | |||
2007-09-29 | - fixup after Ulf | Bernhard Reutner-Fischer | |
2007-09-29 | - update ARM integrator sample and add a "huge" variant of the same | Bernhard Reutner-Fischer | |
2007-09-29 | - add ttyAMA | Bernhard Reutner-Fischer | |
2007-09-29 | - fix quotes for STRIP. | Bernhard Reutner-Fischer | |
Sorry for any inconvenience this may have caused.. | |||
2007-09-29 | - Nowadays there is no need to strip the config symbols anymore | Bernhard Reutner-Fischer | |
2007-09-29 | - make sure that strip and all it's arguments are passed if used via | Bernhard Reutner-Fischer | |
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky for mentioning this. |