diff options
-rw-r--r-- | conf/distro/jlime-2010.1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf index 62258b7b75..3ec3e86129 100644 --- a/conf/distro/jlime-2010.1.conf +++ b/conf/distro/jlime-2010.1.conf @@ -78,7 +78,8 @@ PREFERRED_VERSION_coreutils-native = "7.2" # # Target OS & FPU system # -TARGET_OS ?= "linux" +TARGET_OS = "linux" + TARGET_FPU_sh = "soft" TARGET_FPU_arm = "soft" TARGET_FPU_armeb = "soft" |