summaryrefslogtreecommitdiff
path: root/make/custom/rbtx4938.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-11 18:38:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-11 18:38:37 +0000
commit77c5e9120d67ed3756a0a11d50f43b39dd4d3303 (patch)
tree5683ea9a30cb1dfead1e2d1998f94dce0dca0ae9 /make/custom/rbtx4938.cfg
parentb335275de03a1fb802ea8e23663bf83554b5721f (diff)
2008-08-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/rbtx4925.cfg, custom/rbtx4938.cfg: Fix so all C++ example code compiles and links.
Diffstat (limited to 'make/custom/rbtx4938.cfg')
-rw-r--r--make/custom/rbtx4938.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/rbtx4938.cfg b/make/custom/rbtx4938.cfg
index 6c9f51d02a..377de2d58a 100644
--- a/make/custom/rbtx4938.cfg
+++ b/make/custom/rbtx4938.cfg
@@ -22,8 +22,8 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
# is currently required.
define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
- -o $@ -Xlinker -Map -Xlinker $(basename $@).map $(LINK_OBJS) $(LINK_LIBS)
+ $(LINK.c) $(CPU_CFLAGS) $(CFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
+ -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@).srec
endef