Must explicitly set EXE and OBJ variables.

This commit is contained in:
W. Eric Norum
2001-02-15 02:08:27 +00:00
parent f121fbb43b
commit 85485063cf
+6 -1
View File
@@ -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 =