summaryrefslogtreecommitdiff
path: root/toolchain/uclibc-ng
AgeCommit message (Collapse)Author
2016-12-28uclibc-ng: fix iconv handlingWaldemar Brodkorb
2016-12-26uclibc-ng: update to 1.0.21Waldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-14only support latest C library version, this is the best tested oneWaldemar Brodkorb
2016-12-14allow to build sh2 flat toolchainWaldemar Brodkorb
2016-12-04uclibc-ng: update to 1.0.20Waldemar Brodkorb
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-10-28uclibc-ng: separate test suite from uClibc-ng packageWaldemar Brodkorb
2016-10-23uclibc-ng: add new release 1.0.19Waldemar Brodkorb
2016-10-22uclibc-ng: fix locale compiling/installing, reported by OliverWaldemar Brodkorb
2016-10-02uclibc-ng: rework package, fix spurious unneeded rebuildsWaldemar Brodkorb
2016-10-01uclibc-ng: move test building to package/uclibc-ngWaldemar Brodkorb
After the one libc release some tests for ppc/xtensa are failing when the testsuite is not build with the full shared gcc instead of the non-shared gcc.
2016-09-28uclibc-ng: disable parallel build for tests, to get ordered resultsWaldemar Brodkorb
2016-09-27uclibc-ng: update to 1.0.18Waldemar Brodkorb
2016-09-27fixup locale supportWaldemar Brodkorb
2016-09-24locale: rework locale support (not fully ready)Waldemar Brodkorb
2016-09-22uclibc-ng: add locale optionWaldemar Brodkorb
2016-08-28mips: add hidden NaN choice, refresh uClibc-ng configsWaldemar Brodkorb
2016-08-01uclibc-ng: update to 1.0.17Waldemar Brodkorb
2016-07-03uClibc-ng: update to 1.0.16Waldemar Brodkorb
2016-06-18unbreak NPTL config generationWaldemar Brodkorb
2016-06-14uclibc-ng: fix generation for config for linuxthreads targets like ARM noMMUWaldemar Brodkorb
2016-05-29update uClibc-ng here, tooWaldemar Brodkorb
2016-05-29uClibc-ng: update to 1.0.15, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-05-22do not use parallel builds for testsuiteWaldemar Brodkorb
2016-05-21fix broken toolchain compile for uClibc-ngWaldemar Brodkorb
2016-05-19uclibc-ng: avoid rebuilds when compiling testsuiteWaldemar Brodkorb
2016-05-12add support to play with LLVM/clangWaldemar Brodkorb
2016-04-24m68k: remove gcc wrapperWaldemar 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-23disable DOPIC for coldfire flatWaldemar Brodkorb
2016-04-18uclibc-ng: update to latest releaseWaldemar Brodkorb
2016-03-13update uClibc-ng to 1.0.13Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar 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-27fix ARM noMMU toolchain creationWaldemar Brodkorb
2016-02-16rework ARM NEON supportWaldemar 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-07uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵Waldemar Brodkorb
1.0 config
2016-02-01update uClibc-ng to 1.0.12Waldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-24update uCLibc-ng to 1.0.10Waldemar Brodkorb
2015-12-22fix DODEBUG and LDSO_GNU_HASH_SUPPORT settingsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-14be sure to create staging target /usr/lib, remove duplicate HOSTCCWaldemar Brodkorb
2015-12-09quirks needed globallyWaldemar Brodkorb
2015-12-05fix uClibc-ng config generation for shared flatWaldemar Brodkorb
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
2015-12-02simplify toolchain buildingWaldemar 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-17sh3: disable FPU in generated configWaldemar Brodkorb
2015-11-16disable FPU for sh2/sh2aWaldemar Brodkorb
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-11-15uclibc-ng: update to 1.0.9Waldemar Brodkorb