From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Brunck Date: Wed, 23 Mar 2011 11:02:10 +0100 Subject: [U-Boot] Compiler flag -msoft-float in arch/powerpc/cpu/mpc83xx/config.mk Message-ID: <4D89C522.2000604@keymile.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I am wondering why arch/powerpc/cpu/mpc83xx/config.mk sets -msoft-float for all ppc 83xx processors. This is valid e.g. for MPC8321 but e.g. the MPC8360 has a hardware floating point unit. Shouldn't the config.mk file distinguish between different 83xx processors to set this flag only for those which don't have a FPU? Best regards Holger Brunck