[OE-core] [PATCH 2/6] Fix perl for powerpc64 build

McClintock Matthew-B29882 B29882 at freescale.com
Fri Oct 7 16:07:11 UTC 2011


On Fri, Oct 7, 2011 at 10:52 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> Do you still need this bit:
>
>        case "${TARGET_ARCH}" in
> -               x86_64 | powerpc | s390)
> +               x86_64 | powerpc | powerpc64 | s390)
>                        sed -i -e "s,\(need_va_copy=\)'undef',\1'define',g" \
>                                config.sh-${TARGET_ARCH}-${TARGET_OS}
>                        ;;

Missing this does not seem to affect things negatively so far, I've
been build testing mostly though - will revisit this later if
something comes up.

-M




More information about the Openembedded-core mailing list