summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-09 13:51:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-09 13:51:09 +0000
commit96e34e007f4b430249b22c851e2af639774565e8 (patch)
tree981b851e0e170e7149ebab47e1f6b27ba86c9d6c /make/custom
parent2001-01-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-96e34e007f4b430249b22c851e2af639774565e8.tar.bz2
2001-01-09 Joel Sherrill <joel@OARcorp.com>
* custom/pc386.cfg (make-exe): Removed commented out lines that were displayed in build longs.
Diffstat (limited to 'make/custom')
-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