diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2013-12-05 14:39:11 +0000 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-04-09 02:20:45 +0100 |
commit | 448a779f01583c6fda27d4229641615fdedfb4c5 (patch) | |
tree | bf2c1178cefb62c6fbe9bc6431d54ae75e76a395 /fs/dcache.c | |
parent | c0319b50b55b63163cc2cf73eb31861ea754c6c3 (diff) | |
download | lwn-448a779f01583c6fda27d4229641615fdedfb4c5.tar.gz lwn-448a779f01583c6fda27d4229641615fdedfb4c5.zip |
deb-pkg: Fix building for MIPS big-endian or ARM OABI
commit c5e318f67eebbad491615a752c51dbfde7dc3d78 upstream.
These commands will mysteriously fail:
$ make ARCH=arm versatile_defconfig
[...]
$ make ARCH=arm deb-pkg
[...]
make[1]: *** [deb-pkg] Error 1
make: *** [deb-pkg] Error 2
The Debian architecture selection for these kernel architectures does
'grep FOO=y $KCONFIG_CONFIG && echo bar', and after 'set -e' this
aborts the script if grep does not find the given config symbol.
Fixes: 10f26fa64200 ('build, deb-pkg: select userland architecture based on UTS_MACHINE')
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions