config/arch/blackfin.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Tue May 08 18:31:10 2012 +0200 (2012-05-08)
changeset 2964 d48c03998dc1
parent 2444 896cb0d36c1a
permissions -rw-r--r--
scripts: fix catching failures

POSIX 1003.1-2008 does not say whether "set -e" should catch a sub-shell
that exits with !0 (it has a list of conditions to catch, but no list of
conditions not to catch, and this situation is not listed).

bash-3 does not catch such a failure, but bash-4 does. That why, on my
Squeeze system I did not see the issue, while Thomas did on is Lenny chroot.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
thomas@1910
     1
# Blackfin specific configuration file
thomas@1910
     2
yann@2444
     3
## select ARCH_SUPPORTS_32
yann@2444
     4
## select ARCH_DEFAULT_32
yann@2444
     5
## select ARCH_DEFAULT_LE
yann@2788
     6
## select ARCH_SUPPORTS_WITH_ARCH
yann@2788
     7
## select ARCH_SUPPORTS_WITH_CPU
yann@2788
     8
## select ARCH_SUPPORTS_WITH_TUNE
yann@2788
     9
## select ARCH_SUPPORTS_WITH_FPU
yann@2444
    10
##
yann@2444
    11
## help The Blackfin architecture