Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | noMMU ELF needs -fpie/pie | Waldemar Brodkorb | |
2024-01-18 | support nommu with ELF binaries | Waldemar Brodkorb | |
2023-02-26 | riscv: -fPIC for c++ apps | Waldemar Brodkorb | |
2023-02-22 | aircrack-ng: update to 1.7 | Waldemar Brodkorb | |
2022-09-12 | riscv: use -fPIC for noMMU | Waldemar Brodkorb | |
2022-02-26 | riscv64: add support for nommu target systems | Waldemar Brodkorb | |
2022-02-08 | kvx: update gcc/binutils/linux | Waldemar Brodkorb | |
2022-01-21 | microblaze: workaround for gcc bug #97208 | Waldemar Brodkorb | |
2021-11-11 | xtensa: use -mlongcalls for big-endian, too | Waldemar Brodkorb | |
2019-10-13 | arm: allow to build FDPIC toolchain | Waldemar Brodkorb | |
2019-09-30 | remove unfinished alternative os porting efforts | Waldemar Brodkorb | |
2018-06-14 | add option for special CFLAGS/CXXFLAGS | Waldemar Brodkorb | |
Do not disable exception handling and unwinding options by default, as this breaks exception handling in C++ applications using libstdc++. Reported-by: Tom Deblauwe | |||
2018-06-03 | add suffix for instruction set | Waldemar Brodkorb | |
2018-06-01 | c6x: fix shared toolchain building, disable multilib dirs in gcc 7.3.0 | Waldemar Brodkorb | |
2018-05-27 | kodi: update to leia 18 alpha, add all required packages | Waldemar Brodkorb | |
2018-05-25 | rework hardware and C library settings | Waldemar Brodkorb | |
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM. | |||
2018-03-17 | use HOST_PATH for tar | Waldemar Brodkorb | |
2018-03-13 | csky: fix qemu system emulation | Waldemar Brodkorb | |
2018-03-07 | add support for waldux | Waldemar Brodkorb | |
2018-01-12 | add basic rtems support as a new playground | Waldemar Brodkorb | |
2017-12-31 | add basic zephyr experiments, add xtensa newlib support | Waldemar Brodkorb | |
2017-12-17 | allow to build static gdb/strace with static/shared mixed toolchain | Waldemar Brodkorb | |
2017-11-24 | csky: ck610 doesn't support FPU. | Guo Ren | |
1. No FPU for ck610 2. Only little endian is supported. 3. linux-4.9.56 for now. Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-10-17 | csky: fine tune support | Waldemar Brodkorb | |
2017-09-17 | remove -fhonour-copts usage | Waldemar Brodkorb | |
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. | |||
2017-09-06 | frosted: finetune, remove menuconfig warnings | Waldemar Brodkorb | |
2017-08-27 | add basic support for frosted operating system | Waldemar Brodkorb | |
https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. | |||
2017-07-29 | add basic support for architecture c-sky, not yet working | Waldemar Brodkorb | |
2017-04-23 | fix build on Cygwin | Waldemar Brodkorb | |
2017-04-11 | Fix CXX variable when using ccache | csk | |
2017-04-02 | kernel modules: handle missing -fhonour-copts | Waldemar Brodkorb | |
2017-03-28 | Darwin: host-tools shouldn't use -rpath | Waldemar Brodkorb | |
2017-03-22 | Introduce CCACHE-less compiler variables and use for building with cmake | dir | |
2017-03-17 | llvm: update to 4.0.0, allow to compile musl with it | Waldemar Brodkorb | |
2017-02-19 | use unzip for zip | Waldemar Brodkorb | |
2017-02-10 | add CPU_FLAGS for target to TARGET_LDFLAGS, required for h8300 | Waldemar Brodkorb | |
2017-02-09 | add basic support for edosk2674 | Waldemar Brodkorb | |
2017-01-14 | binutils: -all-static does not work for 2.27 | Waldemar Brodkorb | |
2016-12-25 | use GNU cpio instead of heirloom cpio | Waldemar Brodkorb | |
On newer hardware heirloom cpio triggers a segfault in memcpy from glibc (ssse3 optimized version). Just use default GNU cpio and provide it via host package. | |||
2016-12-05 | xtensa: only use auto-litpools for little endian | Waldemar Brodkorb | |
2016-11-27 | add three library methods, static, shared or both | Waldemar Brodkorb | |
Rename the static symbol and add the choice to a more visible place for users. | |||
2016-11-21 | m68k/coldfire: elf2flt has some issues, gas error, so disable cfi asm generation | Waldemar Brodkorb | |
2016-11-21 | xtensa: use optimized flags, default to binutils 2.27 | Waldemar Brodkorb | |
2016-09-29 | flags require for host env | Waldemar Brodkorb | |
2016-09-12 | qemu: efi boot works, need to add a package for EFI bios file | Waldemar Brodkorb | |
2016-07-10 | allow debug builds for cortex-m toolchains | Waldemar Brodkorb | |
2016-07-06 | x32: fix toolchain buiding | Waldemar Brodkorb | |
2016-06-19 | remove unused variables | Waldemar Brodkorb | |
FETCHCMD is added to prereq.mk, so ADK_WGET_TIMEOUT is unused nowadays. | |||
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-04-28 | if text-section-literals should be used, we will add special option later | Waldemar Brodkorb | |