From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Thu, 20 Jan 2011 14:37:35 -0600 Subject: [U-Boot] powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o uses hard float, libpost.o uses soft float Message-ID: <4D389D0F.5000706@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 I'm trying to build Kumar's repository, and I'm getting this error. Is anyone else seeing this? $ make P4080DS_config awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for P4080DS board... $ make -s powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o uses hard float, libpost.o uses soft float -- Timur Tabi Linux kernel developer at Freescale