forked from Imagelibrary/rtems
2001-02-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Reworked for Canadian Cross support. * Makefile.am: Reflect changes to configure.in. * config.guess, config.sub: Update from subversions.gnu.org. * README.cdn-X: New file. * tools/Makefile.am: Remove build, tools from SUBDIRS.
This commit is contained in:
@@ -35,8 +35,8 @@ CFLAGS_DEBUG_V = -O1
|
||||
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
|
||||
|
||||
define make-exe
|
||||
$(CC) -v -static -Wl,-Map -Wl,Mapfile -Wl,-T -Wl,linkcmds -Wl,-N -o $(basename $@).obj $(LINK_OBJS) $(LINK_LIBS)
|
||||
# $(LINK.c) $(LDLIBS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).obj \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
$(OBJCOPY) -O binary \
|
||||
--only-section=.text \
|
||||
--only-section=.data \
|
||||
|
||||
Reference in New Issue
Block a user