From fb2205a11b25796f47b950ab64ff9e2446a55301 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Sep 2008 16:30:27 +0000 Subject: 2008-09-09 Joel Sherrill * leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg, custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately. --- make/custom/gen83xx.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/gen83xx.cfg') diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg index b99e461d35..d8faa53327 100644 --- a/make/custom/gen83xx.cfg +++ b/make/custom/gen83xx.cfg @@ -26,4 +26,4 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \ # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused -AM_LDFLAGS+= -qnolinkcmds -T $(RTEMS_LINKCMDS) +LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS) -- cgit v1.2.3