conf/bitbake.conf:
authorHolger Freyther <zecke@selfish.org>
Tue, 16 May 2006 21:44:32 +0000 (21:44 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 16 May 2006 21:44:32 +0000 (21:44 +0000)
    Add an alternative OVERRIDES line to enable my gcc hacks to
    make things fail fast.

conf/bitbake.conf

index bcff586..54815cd 100644 (file)
@@ -383,6 +383,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}"
 #
 # This works for  functions as well, they are really just environment variables.
 OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}"
+# Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon
+#OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast"
 
 ##################################################################
 # Include the rest of the config files.