Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | rework intl/iconv/locale configuration for uClibc-ng toolchains | Waldemar Brodkorb | |
2017-06-12 | uclibc-ng: update to 1.0.25 | Waldemar Brodkorb | |
2017-05-27 | sh: update uclibc-ng config, fix toolchain multilib configure | Waldemar Brodkorb | |
2017-04-23 | uclibc-ng: forgot to push the bump | Waldemar Brodkorb | |
2017-04-22 | uclibc-ng: update to 1.0.24 | Waldemar Brodkorb | |
2017-04-02 | uclibc-ng: update to 1.0.23 | Waldemar Brodkorb | |
2017-02-12 | disable utils in some cases | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-02-09 | systemd: enable for uClibc-ng | Waldemar Brodkorb | |
Patch out IDN usage. libidn will be removed from GNU C library in the future, so we don't add it to uClibc-ng getnameinfo(). libkmod can't be activated when PKG_BB is 1 for kmod package. | |||
2017-02-01 | uclibc-ng: update to 1.0.22 | Waldemar Brodkorb | |
2017-01-19 | Add experimental support for STM32F769 | Waldemar Brodkorb | |
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com> | |||
2016-12-28 | uclibc-ng: fix iconv handling | Waldemar Brodkorb | |
2016-12-26 | uclibc-ng: update to 1.0.21 | Waldemar Brodkorb | |
2016-12-14 | lm32 workarounds and hacks | Waldemar Brodkorb | |
2016-12-14 | only support latest C library version, this is the best tested one | Waldemar Brodkorb | |
2016-12-14 | allow to build sh2 flat toolchain | Waldemar Brodkorb | |
2016-12-04 | uclibc-ng: update to 1.0.20 | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-10-28 | uclibc-ng: separate test suite from uClibc-ng package | Waldemar Brodkorb | |
2016-10-23 | uclibc-ng: add new release 1.0.19 | Waldemar Brodkorb | |
2016-10-22 | uclibc-ng: fix locale compiling/installing, reported by Oliver | Waldemar Brodkorb | |
2016-10-02 | uclibc-ng: rework package, fix spurious unneeded rebuilds | Waldemar Brodkorb | |
2016-10-01 | uclibc-ng: move test building to package/uclibc-ng | Waldemar 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-28 | uclibc-ng: disable parallel build for tests, to get ordered results | Waldemar Brodkorb | |
2016-09-27 | uclibc-ng: update to 1.0.18 | Waldemar Brodkorb | |
2016-09-27 | fixup locale support | Waldemar Brodkorb | |
2016-09-24 | locale: rework locale support (not fully ready) | Waldemar Brodkorb | |
2016-09-22 | uclibc-ng: add locale option | Waldemar Brodkorb | |
2016-08-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
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 | |