summaryrefslogtreecommitdiffstats
path: root/testsuite/link01/Makefile_ldr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/link01/Makefile_ldr')
-rw-r--r--testsuite/link01/Makefile_ldr31
1 files changed, 0 insertions, 31 deletions
diff --git a/testsuite/link01/Makefile_ldr b/testsuite/link01/Makefile_ldr
deleted file mode 100644
index 54db09a3..00000000
--- a/testsuite/link01/Makefile_ldr
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# $Id$
-#
-
-include ../../config.inc
-
-PGM=${ARCH}/link01_r.exe
-
-# optional managers required
-MANAGERS=all
-
-# C source names
-C_FILES = test.c
-C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
-
-AM_CPPFLAGS += -I $(INSTALL_BASE)/include
-LINK_LIBS += $(INSTALL_BASE)/libbsd.a -Wl,-r
-
-include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
-include $(RTEMS_CUSTOM)
-include $(PROJECT_ROOT)/make/leaf.cfg
-
-OBJS= $(C_O_FILES)
-CLEAN_ADDITIONS += undefined.txt
-
-all: ${ARCH} $(PGM)
-
-$(PGM): $(OBJS)
- $(make-exe)
-
-# @test `cat undefined.txt | wc -l` -ne 0 && exit 1