Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-01 | uclibc-ng: update to 1.0.17 | Waldemar Brodkorb | |
2016-07-03 | uClibc-ng: update to 1.0.16 | Waldemar Brodkorb | |
2016-06-18 | unbreak NPTL config generation | Waldemar Brodkorb | |
2016-06-14 | uclibc-ng: fix generation for config for linuxthreads targets like ARM noMMU | Waldemar Brodkorb | |
2016-05-29 | update uClibc-ng here, too | Waldemar Brodkorb | |
2016-05-29 | uClibc-ng: update to 1.0.15, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-05-22 | do not use parallel builds for testsuite | Waldemar Brodkorb | |
2016-05-21 | fix broken toolchain compile for uClibc-ng | Waldemar Brodkorb | |
2016-05-19 | uclibc-ng: avoid rebuilds when compiling testsuite | Waldemar Brodkorb | |
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-04-24 | m68k: remove gcc wrapper | Waldemar Brodkorb | |
We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working. | |||
2016-04-23 | disable DOPIC for coldfire flat | Waldemar Brodkorb | |
2016-04-18 | uclibc-ng: update to latest release | Waldemar Brodkorb | |
2016-03-13 | update uClibc-ng to 1.0.13 | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar Brodkorb | |
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup. | |||
2016-02-07 | uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵ | Waldemar Brodkorb | |
1.0 config | |||
2016-02-01 | update uClibc-ng to 1.0.12 | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-24 | update uCLibc-ng to 1.0.10 | Waldemar Brodkorb | |
2015-12-22 | fix DODEBUG and LDSO_GNU_HASH_SUPPORT settings | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-14 | be sure to create staging target /usr/lib, remove duplicate HOSTCC | Waldemar Brodkorb | |
2015-12-09 | quirks needed globally | Waldemar Brodkorb | |
2015-12-05 | fix uClibc-ng config generation for shared flat | Waldemar Brodkorb | |
2015-12-04 | get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵ | Waldemar Brodkorb | |
to ld | |||
2015-12-02 | simplify toolchain building | Waldemar Brodkorb | |
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken. | |||
2015-11-17 | sh3: disable FPU in generated config | Waldemar Brodkorb | |
2015-11-16 | disable FPU for sh2/sh2a | Waldemar Brodkorb | |
2015-11-16 | always build testsuite for uClibc-ng | Waldemar Brodkorb | |
2015-11-15 | uclibc-ng: update to 1.0.9 | Waldemar Brodkorb | |
2015-11-13 | remove ISA config choice, they are noops and soon removed from uClibc-ng | Waldemar Brodkorb | |
2015-11-02 | sh4a: add support for toolchain building | Waldemar Brodkorb | |
2015-10-24 | uClibc-ng: update to latest | Waldemar Brodkorb | |
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-12 | update uClibc-ng to 1.0.7 | Waldemar Brodkorb | |
2015-10-12 | fix ssp uClibc-ng builds | Waldemar Brodkorb | |
2015-10-12 | support the latest three C library releases | Waldemar Brodkorb | |
2015-08-22 | update uClibc-ng to 1.0.6, no symlinking required | Waldemar Brodkorb | |
2015-08-02 | update to uClibc-ng 1.0.5 | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-15 | update to 1.0.4 | Waldemar Brodkorb | |
2015-07-08 | locale support must be enabled, when libc iconv used | Waldemar Brodkorb | |
2015-06-13 | update uClibc-ng to 1.0.3, remove older versions | Waldemar Brodkorb | |
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-04 | add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpus | Waldemar Brodkorb | |
2015-05-29 | use new uclibcng-testrunner | Waldemar Brodkorb | |
2015-05-26 | fix cris32 build | Waldemar Brodkorb | |
2015-05-25 | use shell based testrunner for uClibc-ng git | Waldemar Brodkorb | |