sdk.bbclass: Need to mask TOOLCHAIN_OPTIONS here as well
authorTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 15:13:46 +0000 (08:13 -0700)
committerTom Rini <tom_rini@mentor.com>
Sat, 26 Feb 2011 15:13:46 +0000 (08:13 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/sdk.bbclass

index bf77744..8d5b3dc 100644 (file)
@@ -34,6 +34,8 @@ CFLAGS = "${BUILD_CFLAGS}"
 CXXFLAGS = "${BUILD_CFLAGS}"
 LDFLAGS = "${BUILD_LDFLAGS}"
 
+TOOLCHAIN_OPTIONS = ""
+
 # Path prefixes
 prefix = "${SDK_PATH}"
 exec_prefix = "${prefix}"