Re: [U-Boot] [PATCH 02/32] x86: Align config.mk and linker scripts with other arches

2011-02-11 Thread Graeme Russ
On 04/02/11 23:35, Graeme Russ wrote: > Signed-off-by: Graeme Russ > --- > arch/i386/config.mk | 13 -- > arch/i386/cpu/config.mk |4 +- > arch/i386/cpu/u-boot.lds | 104 > ++ > board/eNET/config.mk |4 -- > board/eNET/u-boot.l

Re: [U-Boot] [PATCH 02/32] x86: Align config.mk and linker scripts with other arches

2011-02-09 Thread Lo?c Minier
On Fri, Feb 04, 2011, Graeme Russ wrote: > diff --git a/arch/i386/config.mk b/arch/i386/config.mk > index 3fb97c1..77a33dd 100644 > --- a/arch/i386/config.mk > +++ b/arch/i386/config.mk > @@ -21,8 +21,6 @@ > # MA 02111-1307 USA > # > > -CROSS_COMPILE ?= i386-linux- > - > STANDALONE_LOAD_ADDR =

Re: [U-Boot] [PATCH 02/32] x86: Align config.mk and linker scripts with other arches

2011-02-04 Thread Graeme Russ
On 05/02/11 07:42, Scott Wood wrote: > On Fri, 4 Feb 2011 23:35:29 +1100 > Graeme Russ wrote: > >> LDFLAGS += --cref >> -LDFLAGS_u-boot += --gc-sections >> -PLATFORM_RELFLAGS += -ffunction-sections >> +LDFLAGS_u-boot += --gc-sections -pie >> +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds > > The

Re: [U-Boot] [PATCH 02/32] x86: Align config.mk and linker scripts with other arches

2011-02-04 Thread Scott Wood
On Fri, 4 Feb 2011 23:35:29 +1100 Graeme Russ wrote: > LDFLAGS += --cref > -LDFLAGS_u-boot += --gc-sections > -PLATFORM_RELFLAGS += -ffunction-sections > +LDFLAGS_u-boot += --gc-sections -pie > +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds The use of --cref came up recently (see http://lists.den

[U-Boot] [PATCH 02/32] x86: Align config.mk and linker scripts with other arches

2011-02-04 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/i386/config.mk | 13 -- arch/i386/cpu/config.mk |4 +- arch/i386/cpu/u-boot.lds | 104 ++ board/eNET/config.mk |4 -- board/eNET/u-boot.lds| 104 -