Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-06-26 | rework intl/iconv/locale configuration for uClibc-ng toolchains | Waldemar Brodkorb | |
2017-05-27 | sh: update uclibc-ng config, fix toolchain multilib configure | 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-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-14 | lm32 workarounds and hacks | Waldemar Brodkorb | |
2016-12-14 | allow to build sh2 flat toolchain | 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-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 | 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-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 | 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-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 | |||
2015-12-26 | add experimental support for xtensa de212 core | 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-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-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-12 | fix ssp uClibc-ng builds | Waldemar Brodkorb | |
2015-08-22 | update uClibc-ng to 1.0.6, no symlinking required | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |