summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2016-10-18gdb: update to 7.12Waldemar Brodkorb
2016-10-16nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking failsWaldemar Brodkorb
2016-10-14nds32: ext4 does not compile, disable this rootfs for nowWaldemar Brodkorb
2016-10-09fix build for arch without threadsWaldemar Brodkorb
2016-10-09rework thread handlingWaldemar Brodkorb
In the next uClibc-ng release Linuxthreads support will be again allowed for architectures supporting NPTL. To keep Linuxthreads supported and shiny we need architectures and emulators supported where native debugging is simple. Last time stucked with microblaze as only system where I could run some gdb somehow :(
2016-10-09more systemdWaldemar Brodkorb
2016-10-09arc: toolchain updateWaldemar Brodkorb
2016-10-09bfin: fix some issues so that it can be used to do some basic testing with ↵Waldemar Brodkorb
embedded-test
2016-10-03enable aarch64 for uClibc-ngWaldemar Brodkorb
2016-10-03clarify static toolchain options, one for host, one for targetWaldemar Brodkorb
2016-10-03autoselect libgcc, always required until we introduce -static-libgcc for ↵Waldemar Brodkorb
musl/uCLibc-ng
2016-10-02uclibc-ng: rework package, fix spurious unneeded rebuildsWaldemar Brodkorb
2016-10-01arc: update toolchainWaldemar Brodkorb
2016-09-29alix1c: fix keyboard support, add SERIO symbols and cleanup aranym/lemote stuffWaldemar Brodkorb
2016-09-27uclibc-ng: update to 1.0.18Waldemar Brodkorb
2016-09-27alix1c: enable vga by defaultWaldemar Brodkorb
2016-09-26binutils: more version finetuningWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-09-23add support for permission fixups when using genimageWaldemar Brodkorb
Add suid-bit to Xorg as an example. Create simple *.perm files with relative path to the files. You can use any command available on the host. (f.e. chmod/chown)
2016-09-22binutils: allow to build gold without making it defaultWaldemar Brodkorb
2016-09-22uClibc-ng: add locale option, needs more testingWaldemar Brodkorb
2016-09-20binutils: use working versions as defaultWaldemar Brodkorb
2016-09-19gcc: disable c++ by default, reduces build time for a simple setupWaldemar Brodkorb
2016-09-19arc: update to toolchain to 2016.09-eng013Waldemar Brodkorb
2016-09-17binutils: set dafult back to 2.25.1, too much issues. uClibc-ng regex ↵Waldemar Brodkorb
testsuite problems
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-13binutils: blacklist newer versions then 2.25.1, as they break musl and libstdc++Waldemar Brodkorb
2016-09-12gptfdisk: add new packageWaldemar Brodkorb
2016-09-12gdb: decouple toolchain and package, add special package for microblaze, ↵Waldemar Brodkorb
looks cleaner to me
2016-09-12add gfortran package for the library, move libstdc++ to baseWaldemar Brodkorb
2016-09-11qemu: allow to start X with modesetting driverWaldemar Brodkorb
2016-09-11use 4.4 for qemu-arm nommuWaldemar Brodkorb
2016-09-10use 4.4 for qemu arm nommuWaldemar Brodkorb
2016-09-10linux: update to 4.4.20Waldemar Brodkorb
2016-09-10linux: remove deprecated 4.6 supportWaldemar Brodkorb
2016-09-10genimage: add better supportWaldemar Brodkorb
2016-09-08linux: update to 4.7.3Waldemar Brodkorb
2016-09-05add some basic genimage supportWaldemar Brodkorb
2016-09-05add hosttool genimageWaldemar Brodkorb
2016-09-05update binutils default and linux kernel where possibleWaldemar Brodkorb
2016-09-05binutils: use 2.26.1 as defaultWaldemar Brodkorb
2016-09-03add basic support for s6 init systemWaldemar Brodkorb
2016-08-30gdb-host: disable by default to fasten toolchain buildingWaldemar Brodkorb
2016-08-28mips: add hidden NaN choice, refresh uClibc-ng configsWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-08-25arc: update binutils and gcc to latest engineer tagsWaldemar Brodkorb
While there only use binutils 2.24 for nds32.
2016-08-24gcc: update to 6.2.0, cleanup symbol names to simplify minor updatesWaldemar Brodkorb
Remove old versions of gcc no longer used or regulary tested. We concentrate on the latest three major versions for most of the architectures.
2016-08-22linux: add support for 4.7.xWaldemar Brodkorb
2016-08-19solidrun-imx6: fix default fslc kernel build, reported by JoernWaldemar Brodkorb