Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | musl: update to 1.2.4 | Waldemar Brodkorb | |
2022-04-09 | musl: update to 1.2.3 | Waldemar Brodkorb | |
2021-02-19 | update musl/glibc/newlib | Waldemar Brodkorb | |
2020-10-02 | musl: update to version 1.2.1 | Waldemar Brodkorb | |
2020-08-05 | musl: update to 1.2.0 | Waldemar Brodkorb | |
2020-02-16 | musl: update to 1.1.24 | Waldemar Brodkorb | |
2019-10-01 | musl: update to 1.1.23 | Waldemar Brodkorb | |
2018-10-07 | musl m68k | Waldemar Brodkorb | |
2018-02-25 | musl: update to 1.1.19 | Waldemar Brodkorb | |
2017-11-02 | musl: update to 1.1.18 | Waldemar Brodkorb | |
2017-10-23 | musl: update to 1.1.17 | Waldemar Brodkorb | |
2017-07-05 | musl: hotfix committed upstream | Waldemar Brodkorb | |
2017-01-01 | musl: update to 1.1.16 | Waldemar Brodkorb | |
2016-12-14 | only support latest C library version, this is the best tested one | Waldemar Brodkorb | |
2016-11-25 | musl: add s390 hotfix from #musl, remove old xtensa patch | Waldemar Brodkorb | |
2016-07-06 | musl: update to 1.1.15 | Waldemar Brodkorb | |
2016-06-05 | xtensa musl patch breaks other architectures | Waldemar Brodkorb | |
2016-05-18 | add experimental musl xtensa support | Waldemar Brodkorb | |
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | 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-16 | musl: add latest stable version | Waldemar Brodkorb | |
2016-02-15 | remove unused lists | 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-20 | update musl to 1.1.12 | Waldemar Brodkorb | |
2015-10-12 | support the latest three C library releases | Waldemar Brodkorb | |
2015-08-30 | update to latest musl release | Waldemar Brodkorb | |
2015-06-05 | update musl to latest release | Waldemar Brodkorb | |
2015-05-13 | update musl to 1.1.9 | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-03-21 | update musl to latest stable version | Waldemar Brodkorb | |
2015-01-30 | fix find command, reported by phil | Waldemar Brodkorb | |
2015-01-17 | update to musl 1.1.6 | Waldemar Brodkorb | |
2014-12-27 | optimize git downloader | Waldemar Brodkorb | |
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. | |||
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-10-14 | update musl to latest stable version | Waldemar Brodkorb | |
2014-08-06 | bsd fixes | Waldemar Brodkorb | |
2014-08-04 | add musl git support | Waldemar Brodkorb | |
2014-08-01 | update to latest musl version | Waldemar Brodkorb | |
2014-06-26 | update to latest stable version | 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-11 | add cleansystem target, filter fstack-protector-all for musl | Waldemar Brodkorb | |
2014-06-08 | fixup and rename of libc arch lists | Waldemar Brodkorb | |
2014-06-07 | update to latest | 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-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | fix arch lists | Waldemar Brodkorb | |
2014-05-21 | udpate musl | Waldemar Brodkorb | |
2014-05-18 | update to musl 1.1.0 | Waldemar Brodkorb | |