From 7a7028de56714b944c4e5251bb962ceee4d5e67d Mon Sep 17 00:00:00 2001 From: Uchenna Ezeobi Date: Fri, 17 Nov 2023 13:00:28 -0600 Subject: [PATCH] Config: Fixed Hard coded LDFLAGS in MVME2500 --- configure/os/CONFIG.Common.RTEMS-qoriq_e500 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS-qoriq_e500 b/configure/os/CONFIG.Common.RTEMS-qoriq_e500 index 7f5c42e8e..94c7e825e 100644 --- a/configure/os/CONFIG.Common.RTEMS-qoriq_e500 +++ b/configure/os/CONFIG.Common.RTEMS-qoriq_e500 @@ -22,7 +22,7 @@ ARCH_DEP_CFLAGS += -DRTEMS_HAS_ALTIVEC #OP_SYS_LDLIBS += -lbspExt #does not use posix stuff ... want to ignore OP_SYS_LDLIBS += -Wl,--gc-sections #ARCH_DEP_LDFLAGS = -mcpu=8540 -meabi -msdata=sysv -mstrict-align -mspe -mabi=spe -mfloat-gprs=double -ARCH_DEP_LDFLAGS = -L$(RTEMS_BASE)/powerpc-rtems5/qoriq_e500/lib +ARCH_DEP_LDFLAGS = -L$(RTEMS_BASE)/$(GNU_TARGET)$(RTEMS_VERSION)/$(RTEMS_BSP)/lib MUNCH_SUFFIX = .img MUNCHNAME = $(PRODNAME:%$(EXE)=%$(MUNCH_SUFFIX))