summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc386.cfg')
-rw-r--r--make/custom/pc386.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index ad69be1bd0..48301b8ef4 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -114,16 +114,6 @@ define make-cxx-exe
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
$(NM) -g -n $(basename $@).obj > $(basename $@).num
$(SIZE) $(basename $@).obj
-# test -d ${PROJECT_RELEASE}/BootImgs \
-# || mkdir ${PROJECT_RELEASE}/BootImgs
-# f=`basename $@ .exe`; \
-# cp $(basename $@).bt \
-# ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt \
-# && chmod 755 \
-# ${PROJECT_RELEASE}/BootImgs/$${f}$(LIB_VARIANT).bt
-# $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \
-# -Wl,-Ttext,$(RELOCADDR) \
-# -o $(basename $@).coff $(LINK_OBJS) $(LINK_LIBS)
endef
endif