2001-01-09 Joel Sherrill <joel@OARcorp.com>

* custom/pc386.cfg (make-exe): Removed commented out lines that
	were displayed in build longs.
This commit is contained in:
Joel Sherrill
2001-01-09 13:51:09 +00:00
parent 73ee510586
commit 96e34e007f
2 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +1,9 @@
2001-01-09 Joel Sherrill <joel@OARcorp.com>
* custom/pc386.cfg (make-exe): Removed commented out lines that
were displayed in build longs.
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Remove

View File

@@ -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