diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/multilib_header.bbclass | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/multilib_header.bbclass b/meta/classes/multilib_header.bbclass index 304c28e771..e03f5b13b2 100644 --- a/meta/classes/multilib_header.bbclass +++ b/meta/classes/multilib_header.bbclass | |||
@@ -13,13 +13,9 @@ oe_multilib_header() { | |||
13 | ;; | 13 | ;; |
14 | *) | 14 | *) |
15 | esac | 15 | esac |
16 | # We use | ||
17 | # For ARM: We don't support multilib builds. | ||
18 | # For MIPS: "n32" is a special case, which needs to be | 16 | # For MIPS: "n32" is a special case, which needs to be |
19 | # distinct from both 64-bit and 32-bit. | 17 | # distinct from both 64-bit and 32-bit. |
20 | case ${TARGET_ARCH} in | 18 | case ${TARGET_ARCH} in |
21 | arm*) return | ||
22 | ;; | ||
23 | mips*) case "${MIPSPKGSFX_ABI}" in | 19 | mips*) case "${MIPSPKGSFX_ABI}" in |
24 | "-n32") | 20 | "-n32") |
25 | ident=n32 | 21 | ident=n32 |
@@ -31,9 +27,6 @@ oe_multilib_header() { | |||
31 | ;; | 27 | ;; |
32 | *) ident=${SITEINFO_BITS} | 28 | *) ident=${SITEINFO_BITS} |
33 | esac | 29 | esac |
34 | if echo ${TARGET_ARCH} | grep -q arm; then | ||
35 | return | ||
36 | fi | ||
37 | for each_header in "$@" ; do | 30 | for each_header in "$@" ; do |
38 | if [ ! -f "${D}/${includedir}/$each_header" ]; then | 31 | if [ ! -f "${D}/${includedir}/$each_header" ]; then |
39 | bberror "oe_multilib_header: Unable to find header $each_header." | 32 | bberror "oe_multilib_header: Unable to find header $each_header." |