Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | add basic newlib toolchain support for moxie | 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-10 | unbreak perl compile for mips64 n32, not sure we still need to add this for ↵ | Waldemar Brodkorb | |
some packages | |||
2016-01-07 | do not use common V/VERBOSE variables, avoids clashing with openjdk8 package | 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-04 | set LDFLAGS, too | Waldemar Brodkorb | |
2015-12-04 | cleanup binfmt flat handling, reduce duplicates | Waldemar Brodkorb | |
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-11-29 | h8300: no sep-data support for h8/300 | Waldemar Brodkorb | |
2015-11-29 | bfin: fix elf2flt CFLAGS/CXXFLAGS | Waldemar Brodkorb | |
2015-11-23 | gcc git doesn't use text-section-literals | Waldemar Brodkorb | |
2015-09-15 | LIBTOOLIZE is used sometimes in packages, remove -q | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-24 | enable fast-math together with ARM neon | Waldemar Brodkorb | |
2015-06-28 | more h8300 fixes | Waldemar Brodkorb | |
2015-06-26 | use gcc wrappers for lto | Waldemar Brodkorb | |
2015-06-16 | fix h8/300 userland build | Waldemar Brodkorb | |
2015-06-10 | add some h8/300 fixes | 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-05-13 | only use when NEON choosen | Waldemar Brodkorb | |
2015-05-02 | create HOST_CFLAGS/HOST_CXXFLAGS dynamically for static-libgcc systems | Waldemar Brodkorb | |
2015-05-01 | add cpu type for different toolchains with the same architecture | Waldemar Brodkorb | |
2015-04-26 | make compiling with debug information non-default behavior | Waldemar Brodkorb | |
As mentioned by Phil, a lot of disk space is needed nowadays to build OpenADK. Switch to non debug builds as default to save 2 GB for each default build. | |||
2015-04-11 | check ostype directly | Waldemar Brodkorb | |
2015-04-04 | fix the leading underscore in firmware dir | Waldemar Brodkorb | |
2015-04-04 | we need to use unique name for firmware dirs, too | Waldemar Brodkorb | |
2015-04-02 | respect HOST_PATH | Waldemar Brodkorb | |
2015-03-29 | use separate dirs for soft-float/hard-float toolchains | Waldemar Brodkorb | |
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-03-04 | use separate directories for nommu setup | Waldemar Brodkorb | |
2015-03-02 | update elf2flt, so that arm-nommu binaries are linkable. | Waldemar Brodkorb | |
2015-03-01 | use special cflags for neon | Waldemar Brodkorb | |
2015-02-25 | use elf2flt CFLAGS for ARM with BINFMT_FLAT | Waldemar Brodkorb | |
2015-02-25 | m68k specific LDFLAGS | Waldemar Brodkorb | |
2015-02-25 | set CFLAGS for float/fpu correctly | Waldemar Brodkorb | |
2015-02-25 | another special handling for cris | Waldemar Brodkorb | |
malloc needs to be fixed for linuxthreads in uClibc-ng git. | |||
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-10 | make cmake build verbose | Waldemar Brodkorb | |
2015-02-02 | add some fixes and inrastructure for arm nommu support | Waldemar Brodkorb | |
2015-01-27 | add basic support for opkg, update to latest stable | Waldemar Brodkorb | |
2015-01-09 | add support for usb.ids.gz | Waldemar Brodkorb | |
2015-01-05 | another thumb fix | Waldemar Brodkorb | |
2015-01-03 | use wrapper only for m68k and uclinux aka coldfire | Waldemar Brodkorb | |
2014-12-26 | use XZ instead of GZIP compression. remove old installer scripts | Waldemar Brodkorb | |
2014-12-19 | use ADK_VERBOSE to be more consistent. | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-06 | add basic bits for c6x toolchains support | Waldemar Brodkorb | |