summaryrefslogtreecommitdiffstats
path: root/make/custom/vegaplus.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-07 06:13:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-07 06:13:46 +0000
commit45afe48ace3c538247fdf07a63f2033dde88022e (patch)
treea8544151491adddac580c63555e8ce9a488e0259 /make/custom/vegaplus.cfg
parent2002-08-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-45afe48ace3c538247fdf07a63f2033dde88022e.tar.bz2
2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/vegaplus.cfg: Fix bogus and corrupted make-exe.
Diffstat (limited to 'make/custom/vegaplus.cfg')
-rw-r--r--make/custom/vegaplus.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/vegaplus.cfg b/make/custom/vegaplus.cfg
index f4cfb22bfe..e7487a1433 100644
--- a/make/custom/vegaplus.cfg
+++ b/make/custom/vegaplus.cfg
@@ -30,11 +30,9 @@ CFLAGS_OPTIMIZE_V=
CFLAGS_DEBUG_V = -O1
#CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
-
- $(LINK.c) -Wl,-Map,$(basename $@).map \
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
- -v -static -Wl,-Map -Wl,$(basename $@).map -o $(basename $@).obj \
+ -static -Wl,-Map,$(basename $@).map -o $(basename $@).obj \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O binary \
--only-section=.text \