From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 28 Dec 2010 23:47:08 -0500 Subject: [U-Boot] [PATCH 12/13] add support for function-sections In-Reply-To: <1293540211-3684-13-git-send-email-michael@schwingen.org> References: <1293540211-3684-1-git-send-email-michael@schwingen.org> <1293540211-3684-13-git-send-email-michael@schwingen.org> Message-ID: <201012282347.09343.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, December 28, 2010 07:43:30 Michael Schwingen wrote: > Signed-off-by: Michael Schwingen > --- > config.mk | 6 ++++++ > include/configs/actux1.h | 1 + > include/configs/actux2.h | 1 + > include/configs/actux3.h | 1 + > include/configs/actux4.h | 1 + > 5 files changed, 10 insertions(+), 0 deletions(-) > > diff --git a/config.mk b/config.mk > index 66f8fe6..f7c7760 100644 > --- a/config.mk > +++ b/config.mk > @@ -152,6 +152,9 @@ endif > RELFLAGS= $(PLATFORM_RELFLAGS) > DBGFLAGS= -g # -DDEBUG > OPTFLAGS= -Os #-fomit-frame-pointer > +ifeq ($(CONFIG_USE_FUNCTION_SECTIONS),y) > +OPTFLAGS += -ffunction-sections > +endif you can already do this with board config.mk and PLATFORM_RELFLAGS. no need to introduce some random new config name for a random compiler flag. -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20101228/e3987907/attachment.pgp