summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-29 14:52:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-29 14:52:33 +0000
commitef386359a31777efa7e2ae55a4b4934d1e59583e (patch)
treed0895bbb59cd8592d0b813a70b8fa529a975c37b /make/custom
parentCorrecting. (diff)
downloadrtems-ef386359a31777efa7e2ae55a4b4934d1e59583e.tar.bz2
2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/armulator.cfg: Corrected make-exe rule to pick up debug flags.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/armulator.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/armulator.cfg b/make/custom/armulator.cfg
index 753acdd2ae..ef09b42e32 100644
--- a/make/custom/armulator.cfg
+++ b/make/custom/armulator.cfg
@@ -43,8 +43,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 $@ \
+ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(basename $@).exe > $(basename $@).num
$(SIZE) $(basename $@).exe