summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2015-12-03toolchain: add newlib supportWaldemar Brodkorb
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet.
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02fix gcc 5.2 nios2/tilegx toolchain buildingWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar 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-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-27bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵Waldemar Brodkorb
disable it for now.
2015-11-17sh3: disable FPU in generated configWaldemar Brodkorb
2015-11-16disable FPU for sh2/sh2aWaldemar Brodkorb
2015-11-16h8300: refresh gdb io patchWaldemar Brodkorb
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-11-15uclibc-ng: update to 1.0.9Waldemar Brodkorb
2015-11-13remove ISA config choice, they are noops and soon removed from uClibc-ngWaldemar Brodkorb
2015-11-12limit workaround to h8/300, move 4.2.x patches to get usedWaldemar Brodkorb
2015-11-10use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary formatWaldemar Brodkorb
2015-11-06or1k: use special gcc branches for uClibc-ng/muslWaldemar Brodkorb
2015-11-06fix sh3 toolchain buildingWaldemar Brodkorb
2015-11-05fix for arch without threadsWaldemar Brodkorb
2015-11-04gcc: better settings for uClibc-ng LT toolchainsWaldemar Brodkorb
2015-11-02sh4a: add support for toolchain buildingWaldemar Brodkorb
2015-10-31simplify, avoid problems with musl patch, reported by Johnathan McKnightWaldemar Brodkorb
2015-10-30add musl patch for gcc 5.2.0Waldemar Brodkorb
2015-10-25always apply patchWaldemar Brodkorb
2015-10-24uClibc-ng: update to latestWaldemar Brodkorb
2015-10-23add release variable for glibc gitWaldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-10-20update musl to 1.1.12Waldemar Brodkorb
2015-10-18alpha: build toolchain w/o 128bit long double, add uClibc-ng configWaldemar Brodkorb
2015-10-17remove unneeded checkWaldemar Brodkorb
2015-10-13filter out -fno-asynchronous-unwind-tables as it breaks any newer glibc ↵Waldemar Brodkorb
build for x86_64. gconv failures
2015-10-12update uClibc-ng to 1.0.7Waldemar Brodkorb
2015-10-12fix ssp uClibc-ng buildsWaldemar Brodkorb
2015-10-12support the latest three C library releasesWaldemar Brodkorb
2015-10-11remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDSWaldemar Brodkorb
2015-09-07update gdb to latest, set to defaultWaldemar Brodkorb
2015-09-04add required patch for glibc sparcWaldemar Brodkorb
2015-08-30update to latest musl releaseWaldemar Brodkorb
2015-08-26bump git versionWaldemar Brodkorb
2015-08-22update uClibc-ng to 1.0.6, no symlinking requiredWaldemar Brodkorb
2015-08-19allow cross-compile on CygwinWaldemar Brodkorb
2015-08-10Revert "cleanup duplicate configure args for gcc"Waldemar Brodkorb
This reverts commit 104a7e63b5fcdc1bf124142b31498795b23eeb57.
2015-08-09cleanup duplicate configure args for gccWaldemar Brodkorb
2015-08-09fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd ↵Waldemar Brodkorb
results in gconv compile issues
2015-08-08fix microblaze compile from glibc gitWaldemar Brodkorb
2015-08-07update glibc to 2.22Waldemar Brodkorb
2015-08-03rework kernel module infrastructureWaldemar Brodkorb
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-08-02separate serial drivers, add builtin dtb. still no shellWaldemar Brodkorb
2015-08-02update to uClibc-ng 1.0.5Waldemar Brodkorb
2015-07-29update gcc/binutils to latest synopsis github versionWaldemar Brodkorb
2015-07-27add new binutils versionWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb