From 85485063cf2406873e75697f1f422be6cda553a9 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 15 Feb 2001 02:08:27 +0000 Subject: [PATCH] Must explicitly set EXE and OBJ variables. --- configure/os/CONFIG.Common.RTEMS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 1f51760f9..335ebf538 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -9,7 +9,7 @@ # Contains definitions common to all RTEMS targets # # This file is maintained by the build community. -# Sites may override definitions in CONFIG_SITE.Common.RTEMS +# Sites may override definitions in os/CONFIG_SITE.Common.RTEMS #------------------------------------------------------- # @@ -55,6 +55,11 @@ CPPFLAGS += $(CROSS_CPPFLAGS) $(POSIX_CPPFLAGS) $(EPICS_BASE_CPPFLAGS)\ $(TARGET_CPPFLAGS) $(USR_CPPFLAGS) $(ARCH_DEP_CPPFLAGS)\ $(OP_SYS_CPPFLAGS) $(CODE_CPPFLAGS) +#------------------------------------------------------- +# RTEMS prefix and suffix definitions +EXE = +OBJ = .o + #-------------------------------------------------- # Although RTEMS uses gcc, it wants to use gcc its own way CROSS_CPPFLAGS =