diff options
author | Holger Freyther <zecke@selfish.org> | 2006-05-26 14:35:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-26 14:35:04 +0000 |
commit | a47134e5ac4d3f00323aaa599b157dc0edf8258e (patch) | |
tree | ee7427a4896da5a7ff2e87126a9a2e3612da5fe4 /conf | |
parent | e5357d974467d9751a375d8db6d52ee98eeb180e (diff) |
conf/machine/include/ixp4xx.conf: Enable fail-fast as well
OVERRIDES got redefined in this configuration file. We add
fail-fast now as well.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/ixp4xx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf index 639bf4a74e..2dab2e2e40 100644 --- a/conf/machine/include/ixp4xx.conf +++ b/conf/machine/include/ixp4xx.conf @@ -62,7 +62,7 @@ IXP4XX_SUFFIX = "${MACHINE_ARCH}" # arm/thumb interworking are enabled in the inputs. OVERRIDE_THUMB = "${@['', ':thumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}" OVERRIDE_INTERWORK = "${@['', ':thumb-interwork'][bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes']}" -OVERRIDES = "local:${MACHINE}:ixp4xx:${DISTRO}${DISTRO_BASE}:${TARGET_OS}:${TARGET_ARCH}${OVERRIDE_THUMB}${OVERRIDE_INTERWORK}:build-${BUILD_OS}" +OVERRIDES = "local:${MACHINE}:ixp4xx:${DISTRO}${DISTRO_BASE}:${TARGET_OS}:${TARGET_ARCH}${OVERRIDE_THUMB}${OVERRIDE_INTERWORK}:build-${BUILD_OS}:fail-fast" # TARGET_CC_ARCH # TARGET_CC_KERNEL_ARCH |