mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-01 07:41:48 +08:00
libtests/Makefile.am: Add CPU_CFLAGS to rtems-ld invocation
closes #3401, #3402.
This commit is contained in:
@@ -487,7 +487,8 @@ dl06-o1.o: dl06/dl06-o1.c Makefile
|
||||
dl06-o2.o: dl06/dl06-o2.c Makefile
|
||||
$(AM_V_CC)$(COMPILE) -c -o $@ $<
|
||||
dl06.rap: dl06.pre dl06-o1.o dl06-o2.o
|
||||
$(AM_V_GEN)rtems-ld -r $(RTEMS_BUILD_ROOT) -O rap -b $< -e rtems_main -s \
|
||||
$(AM_V_GEN)rtems-ld -r $(RTEMS_BUILD_ROOT) -c "$(CPU_CFLAGS)" \
|
||||
-O rap -b $< -e rtems_main -s \
|
||||
-o $@ $(filter-out dl06.pre,$+) -lm
|
||||
dl06.tar: dl06.rap
|
||||
@rm -f $@
|
||||
|
||||
Reference in New Issue
Block a user