summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
2007-08-17Add binutils dependencies on AVR32Ulf Samuelsson
2007-08-16Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson
2007-08-16Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson
They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me...
2007-08-16Use SED instead of ECHO when config 'program_invocation_name'Ulf Samuelsson
2007-08-15Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson
2007-08-14Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', ↵Ulf Samuelsson
cleanup ARM config to avoid stop during build
2007-08-13Stop halting ARM build to configure uClibcUlf Samuelsson
2007-08-13Workaround bug in TinyX makedepend by removing some whitespaceUlf Samuelsson
2007-08-12Whitespace cleanup of uclibc, remove debug aidUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-08-01F77 is not supported on AVR32Ulf Samuelsson
2007-08-01Avoid stopping asking questions, when gettext is selectedUlf Samuelsson
2007-08-01Sort uclibc artificial targets in execution orderUlf Samuelsson
2007-08-01Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵Ulf Samuelsson
objections)
2007-08-01Add linux-2.6.22.1 AVR32 patchUlf Samuelsson
2007-08-01linux-2.6.22.1 headers, makefile partUlf Samuelsson
2007-08-01Allow use of 2.6.22.1 kernel headersUlf Samuelsson
2007-07-31Revert Atmel patches for nowUlf Samuelsson
2007-07-31Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson
2007-07-31Change def of BR2_USE_WCHAR to build uClibc w WCHAR supportUlf Samuelsson
2007-07-31Remove duplicate patchUlf Samuelsson
2007-07-31Add AVR32 kernel patches for linux-2.6.21.5Ulf Samuelsson
2007-07-31Add AVR32 kernel patches for linux 2.6.22.1Ulf Samuelsson
2007-07-31- add possibility to select which cross-compilers to buildBernhard Reutner-Fischer
- add prerequisites from the config
2007-07-31Add support for prepatched toolchainsUlf Samuelsson
2007-07-30Revert bad patchUlf Samuelsson
2007-07-30Revert bad commit, sorry about that\!Ulf Samuelsson
2007-07-29Add AVR32 options to gccUlf Samuelsson
2007-07-29Add AVR32 support to uClibcUlf Samuelsson
2007-07-29gcc target config for AVR32Ulf Samuelsson
2007-07-29uClibc config for AVR32Ulf Samuelsson
2007-07-29gcc config for AVR32Ulf Samuelsson
2007-07-29gdb config for AVR32Ulf Samuelsson
2007-07-29Add AVR32 needs to uClibc def configUlf Samuelsson
2007-07-27- put dependency checking right to the start where any later stages can rely ↵Bernhard Reutner-Fischer
on the being ok.
2007-07-24- add gcc-4.2.1Bernhard Reutner-Fischer
2007-07-24- adjust lzma arguments for current versionBernhard Reutner-Fischer
2007-07-24- add fixups for lzma'ed initramfsBernhard Reutner-Fischer
2007-07-24- forward port lzma-vmlinux and ipmisensors to 2.6.22.1Bernhard Reutner-Fischer
2007-07-23- add missing dependencyBernhard Reutner-Fischer
2007-07-23- update ipmisensorsBernhard Reutner-Fischer
- add lzma vmlinuz
2007-07-20Add uclibc wchar default configurationUlf Samuelsson
2007-07-17Allow selection of RPC and IPv6 options for an external toolchain."Steven J. Hill"
2007-07-10- fix building sstripBernhard Reutner-Fischer
2007-07-08- unify the GCC_WITH_ configure options and make them activeBernhard Reutner-Fischer
2007-07-08- factor-out common config options for staging and target compilerBernhard Reutner-Fischer
- take extra options for the respective compilers into account
2007-07-08- we have to reconfigure iff some compiler-config was changed.Bernhard Reutner-Fischer
2007-07-08- provide default for vfprintfBernhard Reutner-Fischer
2007-07-07- adjust for the released 4.2.0 versionBernhard Reutner-Fischer