Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-04 | arc workaround no longer required | 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-09-05 | update binutils default and linux kernel where possible | Waldemar Brodkorb | |
2016-09-04 | gccgo: fix bulding and package libgo | Waldemar Brodkorb | |
2016-09-02 | gcc-go: force linking with librt | Waldemar Brodkorb | |
2016-08-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
2016-08-16 | bfin: fix remaining c++ compile issues | Waldemar Brodkorb | |
2016-08-08 | add support for ARM thumb mode | Waldemar Brodkorb | |
2016-07-28 | frv: remove --enable-sjlj-exceptions | Waldemar Brodkorb | |
2016-07-06 | x32: fix toolchain buiding | Waldemar Brodkorb | |
2016-06-30 | add support for nds32 architecture | Waldemar Brodkorb | |
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-06-18 | remove -fPIC from static builds | Waldemar Brodkorb | |
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |
2016-04-29 | fixup c++ compiler issues the right way | Waldemar Brodkorb | |
2016-04-28 | musl: use shared libgcc for non-static builds | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-04-26 | allow to experiment with gcc go | 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-14 | fix debugging of threaded apps | Waldemar Brodkorb | |
2016-04-05 | add better gcc language support, allow to build objc/fortran | 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-08 | finetune gcc stage1 compile | Waldemar Brodkorb | |
2016-02-05 | fr-v: allow to build a uClibc-ng toolchain | 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-31 | cleanup unused stuff | Waldemar Brodkorb | |
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-10 | remove any libiberty library from staging directory | Waldemar Brodkorb | |
2015-12-09 | quirks needed globally | Waldemar Brodkorb | |
2015-12-04 | get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵ | Waldemar Brodkorb | |
to ld | |||
2015-12-03 | toolchain: add newlib support | Waldemar Brodkorb | |
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet. | |||
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-10 | use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary format | Waldemar Brodkorb | |
2015-11-06 | fix sh3 toolchain building | Waldemar Brodkorb | |
2015-11-05 | fix for arch without threads | Waldemar Brodkorb | |
2015-11-04 | gcc: better settings for uClibc-ng LT toolchains | Waldemar Brodkorb | |
2015-11-02 | sh4a: add support for toolchain building | Waldemar Brodkorb | |
2015-10-18 | alpha: build toolchain w/o 128bit long double, add uClibc-ng config | Waldemar Brodkorb | |
2015-08-10 | Revert "cleanup duplicate configure args for gcc" | Waldemar Brodkorb | |
This reverts commit 104a7e63b5fcdc1bf124142b31498795b23eeb57. | |||
2015-08-09 | cleanup duplicate configure args for gcc | Waldemar Brodkorb | |
2015-08-02 | separate serial drivers, add builtin dtb. still no shell | Waldemar Brodkorb | |
2015-07-09 | add support for metag architecture | Waldemar Brodkorb | |
2015-06-25 | lto couldn't be used for gcc itself | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar Brodkorb | |
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. | |||
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-04 | add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpus | Waldemar Brodkorb | |
2015-05-31 | better handling for no-thread compiles of toolchain | Waldemar Brodkorb | |
2015-05-31 | enable microblaze for uClibc-ng for testing | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-04-20 | remove lowercase ABI symbols. tested with x86/mips64 variants | Waldemar Brodkorb | |