mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user