1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/makefiles
Marian Buschsieweke 10f65f1631
build system: Fix compilation for RISC-V with newer GCC
A backward incompatible change in the RISC-V resulting in instructions
previously included by rv32imac to only be available with
rv32imac_zicsr. All RISC-V CPUs supported by RIOT are hence either
considered as rv32imac (from the old ISA spec point of view) or as
rv32imac_zicsr (from the new ISA spec point of view). This adds a
simple test if GCC understands rv32imac_zicsr and uses it then as march,
but uses rv32imac as march if not.
2022-04-14 16:52:48 +02:00
..
arch build system: Fix compilation for RISC-V with newer GCC 2022-04-14 16:52:48 +02:00
boards sys/xtimer: prefer ztimer_xtimer_compat 2022-03-17 14:37:40 +01:00
boot
libc makefiles/libc/newlibc: allow toolchains with nano version only 2022-01-23 10:48:26 +01:00
tests
toolchain
tools makefiles/tools/serial.inc.mk: socat set no parity 2022-03-28 08:53:27 +02:00
utils
app_dirs.inc.mk
application.inc.mk core: split out library code 2022-03-09 21:43:05 +01:00
auto_init.inc.mk
bindist.inc.mk
blob.inc.mk
boards.inc.mk make: add info-emulated-boards helper target 2021-10-12 10:39:57 +02:00
buildtests.inc.mk
cargo-settings.inc.mk makefiles: Add mechanism to build modules through Cargo 2021-12-14 13:27:41 +01:00
cargo-targets.inc.mk cpu/riscv_common: Enable Rust applications 2022-01-14 13:42:32 +01:00
cflags.inc.mk make: add -ffunction-sections -fdata-sections to LINKFLAGS if LTO=1 2022-02-15 12:28:16 +01:00
clang_tidy.inc.mk
color.inc.mk
default_modules.deps.mk sys/xtimer-ztimer: rework dependecies to ease backend switch 2022-03-17 14:37:40 +01:00
default-radio-settings.inc.mk
defaultmodules.inc.mk core: split out library code 2022-03-09 21:43:05 +01:00
dependencies_debug.inc.mk
dependency_resolution.inc.mk makefiles: warn if telnet is used in auto-init mode 2022-03-01 23:07:22 +01:00
deprecated_boards.inc.mk cpu/mips: deprecate mips cpu 2021-12-09 10:14:52 +01:00
deprecated_cpus.inc.mk cpu/mips: deprecate mips cpu 2021-12-09 10:14:52 +01:00
deprecated_modules.inc.mk sys/sema: use sema_ztimer64 to implement old sema api 2022-03-10 14:19:44 +01:00
docker.inc.mk makefiles/docker.ink.mk: do not always pass CFLAGS to docker 2022-03-17 10:10:45 +01:00
driver_with_disp_dev.mk make: introduce makefile to optimize driver with disp/touch_dev build 2022-01-06 12:07:07 +01:00
driver_with_saul.mk make: introduce makefile to optimize driver with saul build 2022-01-06 12:07:06 +01:00
driver_with_touch_dev.mk make: introduce makefile to optimize driver with disp/touch_dev build 2022-01-06 12:07:07 +01:00
eclipse.inc.mk
features_check.inc.mk
features_modules.inc.mk makefiles/dependency_resolution: add outer loop for DEFAULT_MODULE deps 2022-02-14 12:59:31 +01:00
git_version.inc.mk
info-global.inc.mk makefiles: Define RUST_TARGET for use with Cargo / Rust 2021-12-14 12:55:13 +01:00
info-nproc.inc.mk
info.inc.mk build-info: Report Rust target 2021-12-19 10:02:38 +01:00
kconfig.mk boards: Use BOARD.config pattern for kconfig 2022-02-14 13:10:09 +01:00
mcuboot.mk
modules.inc.mk
murdock.inc.mk
periph.mk
pseudomodules.inc.mk sys/syscalls: add libc_gettimeofday 2022-03-24 11:36:49 +01:00
scan-build.inc.mk
stdio.inc.mk sys/net/application_layer: add telnet server module 2022-03-01 23:07:22 +01:00
suit.base.inc.mk
suit.inc.mk
tests.inc.mk
ubsan.inc.mk make: add initial ubsan support 2022-02-16 12:20:45 +01:00
usb-codes.inc.mk
vars.inc.mk buildsystem/pkg: expand paths early 2022-01-30 19:58:52 +01:00