summaryrefslogtreecommitdiffstats
path: root/toolchain
Commit message (Collapse)AuthorAgeFilesLines
* - drop circular dependencyBernhard Reutner-Fischer2007-08-221-1/+1
|
* - improve the way host prerequisites for "dependencies" are establishedBernhard Reutner-Fischer2007-08-222-16/+7
|
* - use the correct host compilerBernhard Reutner-Fischer2007-08-221-3/+5
|
* - fix wrong help-textBernhard Reutner-Fischer2007-08-221-4/+1
|
* - make sure that sstrip is available early enoughBernhard Reutner-Fischer2007-08-211-1/+5
|
* - add question for UlfBernhard Reutner-Fischer2007-08-211-0/+1
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-214-15/+15
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-216-37/+37
| | | | toolchain/*/*.mk */Makefile.in -l)
* - forgot to add this file to go with r19619Bernhard Reutner-Fischer2007-08-211-0/+44
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-212-1/+14
| | | | - remove non-working attempt to install an lzma to the host via sudo
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-213-5/+5
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-3/+3
|
* - 4.2.1 obsoletes 4.2.0Bernhard Reutner-Fischer2007-08-211-1/+1
|
* - put libstdc++.so into the correct place (usr/lib) and make sure that the ↵Bernhard Reutner-Fischer2007-08-212-1/+3
| | | | dir exists
* - SH endian setting (fgretief in bug #1446)Bernhard Reutner-Fischer2007-08-211-0/+2
|
* Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson2007-08-201-1/+7
|
* - whitespace fixesBernhard Reutner-Fischer2007-08-201-2/+2
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-201-0/+3
|
* Ensure ipmi conditional patch is appliedUlf Samuelsson2007-08-201-0/+4
|
* Make ipmi kernelpatch selectable, add possibility for custom kernel patchUlf Samuelsson2007-08-196-5/+30
|
* gcc-4 cleanupUlf Samuelsson2007-08-191-2/+2
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-182-14820/+4
| | | | | | | | | | | | 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
* Add binutils dependencies on AVR32Ulf Samuelsson2007-08-171-21/+21
|
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-0/+11
|
* Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson2007-08-166-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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...
* Use SED instead of ECHO when config 'program_invocation_name'Ulf Samuelsson2007-08-161-2/+2
|
* Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson2007-08-152-0/+14
|
* Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', ↵Ulf Samuelsson2007-08-141-75/+76
| | | | cleanup ARM config to avoid stop during build
* Stop halting ARM build to configure uClibcUlf Samuelsson2007-08-131-0/+2
|
* Workaround bug in TinyX makedepend by removing some whitespaceUlf Samuelsson2007-08-132-0/+172
|
* Whitespace cleanup of uclibc, remove debug aidUlf Samuelsson2007-08-121-9/+10
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-112-5/+5
|
* F77 is not supported on AVR32Ulf Samuelsson2007-08-011-0/+1
|
* Avoid stopping asking questions, when gettext is selectedUlf Samuelsson2007-08-011-0/+1
|
* Sort uclibc artificial targets in execution orderUlf Samuelsson2007-08-011-5/+4
|
* Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵Ulf Samuelsson2007-08-013-23/+3
| | | | objections)
* Add linux-2.6.22.1 AVR32 patchUlf Samuelsson2007-08-011-0/+14820
|
* linux-2.6.22.1 headers, makefile partUlf Samuelsson2007-08-011-0/+15
|
* Allow use of 2.6.22.1 kernel headersUlf Samuelsson2007-08-011-10/+15
|
* Revert Atmel patches for nowUlf Samuelsson2007-07-312-32592/+0
|
* Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson2007-07-312-0/+2
|
* Change def of BR2_USE_WCHAR to build uClibc w WCHAR supportUlf Samuelsson2007-07-311-0/+6
|
* Remove duplicate patchUlf Samuelsson2007-07-312-3828/+0
|
* Add AVR32 kernel patches for linux-2.6.21.5Ulf Samuelsson2007-07-313-0/+19741
|
* Add AVR32 kernel patches for linux 2.6.22.1Ulf Samuelsson2007-07-312-0/+16734
|
* - add possibility to select which cross-compilers to buildBernhard Reutner-Fischer2007-07-312-4/+37
| | | | - add prerequisites from the config
* Add support for prepatched toolchainsUlf Samuelsson2007-07-318-39/+121
|
* Revert bad patchUlf Samuelsson2007-07-301-1/+2
|
* Revert bad commit, sorry about that\!Ulf Samuelsson2007-07-301-2/+1
|
* Add AVR32 options to gccUlf Samuelsson2007-07-291-0/+11
|