summaryrefslogtreecommitdiffstats
path: root/make/custom/ods68302.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/ods68302.cfg')
-rw-r--r--make/custom/ods68302.cfg17
1 files changed, 1 insertions, 16 deletions
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index 4ee821f722..b2e2e2fecc 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -35,21 +35,6 @@ CFLAGS_DEBUG_V =
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.
-ifeq ($(RTEMS_USE_GCC272),yes)
-
-# override default location of Standard C Library
-# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/libc.a
-# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/libm.a
-
-define make-exe
- $(LD) $(LDFLAGS) -N \
- -T $(LINKCMDS) -o $(basename $@).exe \
- $(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-else
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $@ \
@@ -57,7 +42,7 @@ define make-exe
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
-endif
+
# Miscellaneous additions go here
ifeq ($(RTEMS_DEBUGGER),yes)