Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-13 | update uClibc-ng to 1.0.13 | Waldemar Brodkorb | |
2016-03-12 | arc: update gcc and binutils | Waldemar Brodkorb | |
2016-03-11 | allow to select nds32 to build uClibc-ng toolchain | 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-03-07 | mpfr: update to latest stable version | Waldemar Brodkorb | |
2016-03-07 | fix nothread x86 builds | Waldemar Brodkorb | |
2016-03-06 | allow to build x86 without threads | Waldemar Brodkorb | |
2016-03-05 | or1k: use musl branch for gcc-5.2.0 | Waldemar Brodkorb | |
2016-02-27 | libelf provides a pkgconfig file, which should not be using double prefix, ↵ | Waldemar Brodkorb | |
fixes glib host compile | |||
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-27 | add glibc patch to cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | 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-16 | add nds32 bare-metal toolchain support | Waldemar Brodkorb | |
2016-02-15 | remove unused lists | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |
2016-02-14 | fix microblaze musl combination | Waldemar Brodkorb | |
2016-02-08 | bfin: remove assert, FDPIC works fine without it, tested with gdb simulator | Waldemar Brodkorb | |
2016-02-08 | finetune gcc stage1 compile | Waldemar Brodkorb | |
2016-02-08 | use only gcc 5.2 for or1k | Waldemar Brodkorb | |
2016-02-07 | uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵ | Waldemar Brodkorb | |
1.0 config | |||
2016-02-05 | fr-v: allow to build a uClibc-ng toolchain | Waldemar Brodkorb | |
2016-02-03 | add support for binutils 2.26 | Waldemar Brodkorb | |
2016-02-02 | update gcc version for ARC | Waldemar Brodkorb | |
2016-02-01 | might fix some problems on older MacOS X | Waldemar Brodkorb | |
2016-02-01 | update uClibc-ng to 1.0.12 | Waldemar Brodkorb | |
2016-01-27 | another hack to disable docs in old gcc | Waldemar Brodkorb | |
2016-01-27 | add hackish way to disable doc generation on newer hosts | Waldemar Brodkorb | |
2016-01-26 | add support for tilepro/tilegx toolchain, tilepro is broken | 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> | |||
2016-01-09 | update gdb for h8/300, includes clang patches | Waldemar Brodkorb | |
2015-12-31 | cleanup unused stuff | Waldemar Brodkorb | |
2015-12-28 | v850: add basic newlib toolchain support | Waldemar Brodkorb | |
2015-12-27 | more xtensa improvements | Waldemar Brodkorb | |
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-25 | bfin: gdb compiles perfectly well with out-of-tree compile. thanks Mike for ↵ | Waldemar Brodkorb | |
the help | |||
2015-12-24 | update to latest gcc for ARC | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-24 | update uCLibc-ng to 1.0.10 | Waldemar Brodkorb | |
2015-12-23 | add gdb git from ysato for h8300 | 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-21 | fix ppc64/sh4 glibc toolchain building | 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-13 | gdb: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | mpfr: update to latest stable version | Waldemar Brodkorb | |
2015-12-13 | update to gcc 5.3.0, use as default compiler | Waldemar Brodkorb | |
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. |