changeset 875:7e4057d3b52a

m68k isn't a soft-float target.
author Rob Landley <rob@landley.net>
date Thu, 05 Nov 2009 02:29:40 -0600
parents d29edba5582f
children 563c1abb06d0
files sources/targets/m68k/settings
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/m68k/settings	Tue Nov 03 13:48:08 2009 -0600
+++ b/sources/targets/m68k/settings	Thu Nov 05 02:29:40 2009 -0600
@@ -7,7 +7,10 @@
 ROOT=sda
 CONSOLE=ttyAMA0
 
-UCLIBC_CONFIG="TARGET_m68k=y"
+UCLIBC_CONFIG="
+TARGET_m68k=y
+UCLIBC_HAS_FPU=y
+"
 
 emulator_command()
 {