From b361eabd93e35e2c72d3721583fa83fb14e39f4d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Jan 2021 06:28:33 +0100 Subject: bsps: Replace bsp_specs with an empty file This fixes an issue with the latest tool chain which adds the default linker script in the endfile specification. Update #3250. --- bsps/no_cpu/no_bsp/start/bsp_specs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bsps/no_cpu/no_bsp') diff --git a/bsps/no_cpu/no_bsp/start/bsp_specs b/bsps/no_cpu/no_bsp/start/bsp_specs index 140802f2c0..e69de29bb2 100644 --- a/bsps/no_cpu/no_bsp/start/bsp_specs +++ b/bsps/no_cpu/no_bsp/start/bsp_specs @@ -1,7 +0,0 @@ -%rename lib old_lib - -*lib: -%{!qrtems: %(old_lib)} \ -%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \ -%{!qnolinkcmds: -T linkcmds%s}}} - -- cgit v1.2.3