summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile
AgeCommit message (Collapse)Author
2024-01-08add support for Synopsys ARCv3Waldemar Brodkorb
2022-02-24binutils: do not use LDFLAGS, build failure on OpenBSDWaldemar Brodkorb
2022-02-09kvx: add qemu supportWaldemar Brodkorb
2022-01-21binutils: disable gprofWaldemar Brodkorb
2021-02-08binutils: update to 2.36.1Waldemar Brodkorb
2019-10-15allow to build nds32 toolchain with old kernelWaldemar Brodkorb
2018-01-07binutils/gcc: cosmetic changesWaldemar Brodkorb
2017-05-22sh: allow to build fdpic toolchain for pure sh architectureWaldemar Brodkorb
2017-01-14binutils: -all-static does not work for 2.27Waldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-10-09disable makeinfo so that it is compilable without host-texinfoWaldemar Brodkorb
2016-09-27add HOST_PATH, required for bisonWaldemar Brodkorb
2016-09-22binutils: allow to build gold without making it defaultWaldemar Brodkorb
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-31h8300: use correct branch for gdb simulatorWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar 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 ;)
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
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-12limit workaround to h8/300, move 4.2.x patches to get usedWaldemar 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-06-28more h8300 fixesWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar Brodkorb
2015-04-24update arc toolchain componentsWaldemar Brodkorb
2015-03-25disable multilib for sh4Waldemar Brodkorb
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2014-12-29with binutils git, uClibc toolchain does compile and link successfully.Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar 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-08-12add 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-06allow static building of toolchainWaldemar Brodkorb
2014-06-21s/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-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-05-31do not install libiberty in staging areaWaldemar Brodkorb
2014-05-24remove 3.13 kernel, add generic kernel version symbolsWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar 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-22workaround no needed anymoreWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-19fix readelf installation, required for firefox cross-buildWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar Brodkorb
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore.
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-02remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵Waldemar Brodkorb
know why this is required. the names are not unique between arch with different abi
2014-01-06disable pluginsWaldemar Brodkorb
2013-05-06add toolchain support for raspberry piWaldemar Brodkorb
2012-10-05make libgcc static for busybox, make librt separate package, remove ↵Waldemar Brodkorb
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64
2012-01-14add support for 64bit kernels on supporting targetsPhil Sutter
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support).
2011-11-07autodetect host/build systemWaldemar Brodkorb
2011-01-10add LTO support to toolchain settings. Cleanup SYSROOT mess.Waldemar Brodkorb
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup)
2011-01-07add toolchain settings menu pointWaldemar Brodkorb
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled
2011-01-04copy readelf only on Darwin build systemWaldemar Brodkorb
On Cygwin readelf in this directory is not the right binary. The real binary is in .libs/readelf.exe. Toolchain building fails on Cygwin after copying the readelf thingy.