summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2010-02-03fix compile for mips64 targetWaldemar Brodkorb
from http://www.mail-archive.com/uclibc@uclibc.org/msg04960.html
2010-01-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30update uclibc to latest upstream versionWaldemar Brodkorb
MIPS problem is solved, no extension patch needed anymore. uClibc can be compiled again with optimization for size. getline patch is already included upstream. New patch backported from uclibc-current, to compile fastat on 64 Bit Host and Target. ICE for Etrax also fixed.
2010-01-30update to latest upstream versionWaldemar Brodkorb
2009-12-31install stdio_lim.h via install-headersWaldemar Brodkorb
2009-12-19fix busybox compile on MirBSD for qemu-arm target, from mirabilosWaldemar Brodkorb
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-12-19fighting with git am and git format-patch...Waldemar Brodkorb
2009-12-19revert, already doneWaldemar
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-19disable precompiled headers, solves problem on MirBSDWaldemar Brodkorb
2009-12-11make iproute compilable on FreeBSD hostWaldemar Brodkorb
make an extra linux-headers dir in STAGING_DIR for special cases, where host gcc is used, but kernel headers from Linux are needed. Move GNU make specific export to GNUMakefile.
2009-12-07install development libraries into /libWaldemar Brodkorb
- otherwise libopenssl compile fails
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-10-31finetune qemu-cris, add qemu-x86_64Waldemar Brodkorb
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-10-10add fix to compile uClibc based toolchain on UbuntuWaldemar Brodkorb
2009-09-29fix some eglibc adk buildsystem problemsWaldemar Brodkorb
2009-09-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)
2009-09-11avoid exit when rm failsWaldemar Brodkorb
2009-09-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-09-10small workaroundWaldemar Brodkorb
remove this static library, otherwise binutils cross-compile fails, because it tries to use it.
2009-09-10eglibc compiles fine for armWaldemar Brodkorb
2009-09-09add shuttle and tomtom device supportWaldemar Brodkorb
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that.
2009-08-28make allmodconfig round for lemote yeelong targetWaldemar Brodkorb
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-20update foxboard to latest stuffWaldemar Brodkorb
2009-08-12update gcc, kernel and uclibc MakefileWaldemar Brodkorb
- bring rb532 in shape, make it bootable
2009-07-23patch breaks rb532, need to investigate laterWaldemar Brodkorb
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-22two leftovers from early commitsWaldemar Brodkorb
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-18fix broken uClibcWaldemar Brodkorb
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile
2009-06-14finetune kernel config for lemoteWaldemar Brodkorb
- boot via tftp works now - fix libgcrypt compile issue - disable-sjlj-exceptions, does not compile for mips64
2009-06-13update to 2.6.30Waldemar Brodkorb
2009-06-13Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-13finetune lemote targetWaldemar Brodkorb
2009-06-13fix uclibc targets, gcc 4.4 needs to configured without TLSWaldemar Brodkorb
2009-06-04Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-03package updates and rescue-x86_64 fixWaldemar Brodkorb
- merge device-mapper and lvm package, because of upstream merge - update squid to latest stable version - add no64-lib patch for gcc, which fixes cross-build from x86 to x86_64
2009-06-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb