conf/distro/jlime-2010.1.conf:
authorKristoffer Ericson <kristoffer.ericson@gmail.com>
Sun, 27 Jun 2010 15:56:13 +0000 (17:56 +0200)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Sun, 27 Jun 2010 15:56:13 +0000 (17:56 +0200)
* Hardcode TARGET_OS = "linux" so its easier for
  eager builders (and doesnt get caught in sanity check).

Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
conf/distro/jlime-2010.1.conf

index 62258b7..3ec3e86 100644 (file)
@@ -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"