From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chunhe Lan Date: Thu, 3 May 2012 11:09:09 +0800 Subject: [U-Boot] [PATCH] powerpc/85xx: fix NAND boot linker scripts for -fpic In-Reply-To: <20120501214551.GA12049@schlenkerla.am.freescale.net> References: <20120501214551.GA12049@schlenkerla.am.freescale.net> Message-ID: <4FA1F6D5.70604@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Scott Wood wrote: > GOT is now handled the way the main u-boot.lds does it. Without this, > the boot hangs when built with newer GCC (since 4.6). Older toolchains > hid the issue by converting -fpic to -fPIC. > > Signed-off-by: Scott Wood > Tested-by: Chunhe Lan