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/powerpc/qoriq/start/bsp_specs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'bsps/powerpc/qoriq') diff --git a/bsps/powerpc/qoriq/start/bsp_specs b/bsps/powerpc/qoriq/start/bsp_specs index 001c45b3c4..e69de29bb2 100644 --- a/bsps/powerpc/qoriq/start/bsp_specs +++ b/bsps/powerpc/qoriq/start/bsp_specs @@ -1,9 +0,0 @@ -%rename endfile old_endfile -%rename startfile old_startfile - -*startfile: -%{!qrtems: %(old_startfile)} \ -%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}} - -*endfile: -%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s rtems_crtn.o%s ecrtn.o%s} -- cgit v1.2.3