Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | glibc: udpate to 2.24 | Waldemar Brodkorb | |
2016-04-19 | merge | Waldemar Brodkorb | |
2016-02-27 | add glibc patch to cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-15 | remove unused lists | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |
2015-12-21 | fix ppc64/sh4 glibc toolchain building | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-08 | glibc: move env/flags back to Makefile, fix cross-compile on MacOS X | Waldemar Brodkorb | |
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-10-23 | add release variable for glibc git | Waldemar Brodkorb | |
2015-10-13 | filter out -fno-asynchronous-unwind-tables as it breaks any newer glibc ↵ | Waldemar Brodkorb | |
build for x86_64. gconv failures | |||
2015-09-04 | add required patch for glibc sparc | Waldemar Brodkorb | |
2015-08-26 | bump git version | Waldemar Brodkorb | |
2015-08-19 | allow cross-compile on Cygwin | Waldemar Brodkorb | |
2015-08-08 | fix microblaze compile from glibc git | Waldemar Brodkorb | |
2015-08-07 | update glibc to 2.22 | Waldemar Brodkorb | |
2015-07-24 | enable fast-math together with ARM neon | Waldemar Brodkorb | |
2015-06-15 | add support for glibc 2.19, suggested as workaround by joerg s. | Waldemar Brodkorb | |
2015-04-16 | add cross-compile patch | Waldemar Brodkorb | |
2015-03-19 | disable werror, as it breaks some builds | Waldemar Brodkorb | |
2015-03-03 | disable werror, as suggested by a GNU libc developer to avoid breakage for ↵ | Waldemar Brodkorb | |
architectures like hppa | |||
2015-02-28 | toolchain/glibc: set asm-CPPFLAGS to CFLAGS when compiling the final version | Phil Sutter | |
Otherwise, CFLAGS are not passed to gcc when compiling assembly (*.S) files. This is crucial for certain #define-optimisations (seen when compiling for armv5te). | |||
2015-02-19 | update version for glibc git | Waldemar Brodkorb | |
2015-02-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-01-30 | fix find command, reported by phil | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-26 | fix cross-compile on Cygwin | Waldemar Brodkorb | |
2014-09-13 | add patches for glibc 2.20 | Waldemar Brodkorb | |
2014-09-08 | update glibc to latest stable | Waldemar Brodkorb | |
2014-08-06 | bsd fixes | Waldemar Brodkorb | |
2014-08-04 | fix glibc git compile | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-06-28 | add alpha for glibc and xtensa for uclibc | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-16 | do not delete gconv dir, required for iconv_open | Waldemar Brodkorb | |
2014-06-08 | fixup and rename of libc arch lists | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-25 | only test archs | Waldemar Brodkorb | |
2014-05-24 | fix build with ssp enabled | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | fix arch lists | Waldemar Brodkorb | |
2014-05-17 | set CONFIG_SHELL to unbreak x86_64 x32 build on a system without /bin/sh ↵ | Waldemar Brodkorb | |
being /bin/bash | |||
2014-05-04 | remove workaround | Waldemar Brodkorb | |
2014-04-27 | update checksum | Waldemar Brodkorb | |
2014-04-23 | fix toolchain build on darwin, avoid (a|), which seems to be not documented ↵ | Waldemar Brodkorb | |
in POSIX | |||
2014-04-10 | use libc specific toolchain arch list | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-20 | fix stripping for uclibc/musl toolchains, do not remove *_pic.a might be ↵ | Waldemar Brodkorb | |
needed for shared libraries | |||
2014-03-19 | fix stripping for toolchain, toolchain dir includes target libgcc | Waldemar Brodkorb | |