Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | binutils: remove upstreamed patch | Waldemar Brodkorb | |
2016-03-31 | h8300: use correct branch for gdb simulator | Waldemar Brodkorb | |
2016-03-25 | bfin: add binutils bugfix from Bug report 17334 | Waldemar Brodkorb | |
2016-03-18 | arc: use stable tags for binutils/gcc | 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-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-03 | add support for binutils 2.26 | Waldemar Brodkorb | |
2016-01-27 | add hackish way to disable doc generation on newer hosts | 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 | get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵ | Waldemar Brodkorb | |
to ld | |||
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-12 | limit workaround to h8/300, move 4.2.x patches to get used | Waldemar Brodkorb | |
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-08-09 | fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd ↵ | Waldemar Brodkorb | |
results in gconv compile issues | |||
2015-07-29 | update gcc/binutils to latest synopsis github version | Waldemar Brodkorb | |
2015-07-22 | update binutils to latest stable version | Waldemar Brodkorb | |
2015-06-28 | more h8300 fixes | Waldemar Brodkorb | |
2015-05-31 | fix distfiles url | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |
2015-04-26 | refresh checksums, needed to repack | Waldemar Brodkorb | |
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-03-25 | disable multilib for sh4 | Waldemar Brodkorb | |
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( | |||
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2014-12-29 | with binutils git, uClibc toolchain does compile and link successfully. | Waldemar Brodkorb | |
2014-12-27 | optimize git downloader | Waldemar Brodkorb | |
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. | |||
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-25 | fix tarball name | 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-10-19 | fix checksums for binutils | Waldemar Brodkorb | |
2014-10-06 | use binutils 2.22 for m68k to fix a issue with testsuite compile | Waldemar Brodkorb | |
2014-09-09 | add information where the tarballs are from | Waldemar Brodkorb | |
2014-09-09 | add toolchain support for avr32 | Waldemar Brodkorb | |
2014-09-05 | start arc integration | Waldemar Brodkorb | |
2014-08-31 | use tar.gz | Waldemar Brodkorb | |
2014-08-31 | add support for bfin toolchain creation | Waldemar Brodkorb | |
2014-08-12 | add support for xtensa dc233c variant. use uImage, which works with a ↵ | Waldemar Brodkorb | |
patched Qemu. Thanks to Max Filippov for fixes and ideas. | |||
2014-07-22 | fix kernel module linking for xtensa, from buildroot | Waldemar Brodkorb | |
2014-07-12 | add binutils patches from buildroot, to make xtensa more stable | Waldemar Brodkorb | |
2014-07-06 | allow static building of toolchain | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-05-31 | do not install libiberty in staging area | Waldemar Brodkorb | |
2014-05-24 | remove 3.13 kernel, add generic kernel version symbols | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |