Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-20 | kernel: update to latest | Waldemar Brodkorb | |
2016-02-19 | update older 2.6.x and 3.2.x kernels | 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-02-08 | update sourceforge mirrors | Waldemar Brodkorb | |
2016-02-08 | remove make.log on distclean | Waldemar Brodkorb | |
2016-02-02 | update Linux kernel 4.3.x to latest version | Waldemar Brodkorb | |
2016-01-24 | linux: update to 4.1.16 | Waldemar Brodkorb | |
2016-01-17 | use perl-cross for perl5 | Waldemar Brodkorb | |
The direct cross-compilation of perl requires some pre-generated config files. It is a mess on perl updates. Buildroot is happy with perl-cross, so I switch now. Perl-host is still required for perl-modules to compile. | |||
2016-01-11 | fix preseeding libc git version | Waldemar Brodkorb | |
2016-01-07 | do not use common V/VERBOSE variables, avoids clashing with openjdk8 package | Waldemar Brodkorb | |
2016-01-07 | allow to choose Xtensa target | Waldemar Brodkorb | |
2015-12-31 | fix initramfs generation | Waldemar Brodkorb | |
2015-12-29 | xorg: update all packages to latest stable version, remove mirror.mk entry | Waldemar Brodkorb | |
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-27 | more xtensa improvements | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-12-26 | allow to pregen libc version | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-26 | fix pregen of config | Waldemar Brodkorb | |
2015-12-24 | be more quiet | Waldemar Brodkorb | |
2015-12-24 | bump kernelversions | Waldemar Brodkorb | |
2015-12-22 | fix mksh test | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-21 | fix with no modules | Waldemar Brodkorb | |
2015-12-21 | finetune logging | Waldemar Brodkorb | |
2015-12-15 | remove make.log on distclean | Waldemar Brodkorb | |
2015-12-15 | don't error out if directory is missing | Waldemar Brodkorb | |
2015-12-14 | forgot another important dir for old toolchains | Waldemar Brodkorb | |
2015-12-14 | be sure to create staging target /usr/lib, remove duplicate HOSTCC | 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-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-09 | quirks needed globally | Waldemar Brodkorb | |
2015-12-08 | fixup make check | Waldemar Brodkorb | |
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
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-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-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
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-27 | bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵ | Waldemar Brodkorb | |
disable it for now. | |||
2015-11-23 | gcc git doesn't use text-section-literals | Waldemar Brodkorb | |
2015-11-13 | bump Linux 4.2.x kernel | Waldemar Brodkorb | |
2015-11-12 | linux: add support for version 4.3 | Waldemar Brodkorb | |
2015-11-12 | prepare for mksh testsuite runs | Waldemar Brodkorb | |
2015-11-01 | rebuild base-files on any ADK_RUNTIME symbol change | Waldemar Brodkorb | |
2015-11-01 | minor number is wrong for ttyAMA | Waldemar Brodkorb | |