From d3d4e77c4218377d9aad9a3ac5d71461274bbc1e Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Fri, 18 Jan 2019 12:37:55 +0100 Subject: riscv: add griscv bsp Update #3678. --- bsps/riscv/griscv/start/bsp_specs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bsps/riscv/griscv/start/bsp_specs (limited to 'bsps/riscv/griscv/start/bsp_specs') diff --git a/bsps/riscv/griscv/start/bsp_specs b/bsps/riscv/griscv/start/bsp_specs new file mode 100644 index 0000000000..87638cc027 --- /dev/null +++ b/bsps/riscv/griscv/start/bsp_specs @@ -0,0 +1,9 @@ +%rename endfile old_endfile +%rename startfile old_startfile + +*startfile: +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}} + +*endfile: +%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -- cgit v1.2.3