[OE-core] [PATCH v2 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

Khem Raj raj.khem at gmail.com
Tue Jul 10 05:15:49 UTC 2012


On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock <msm at freescale.com> wrote:
> +
> +       # clean up extra libgomp files
> +       if [[ "${RUNTIMETARGET}" =~ "libgomp" ]]; then

This seems bashism.

if could just check the valued of $d in the loop instead something like


> +               rm -rf ${D}${datadir}/info/libgomp.info ${D}${datadir}/info/dir
> +               rmdir --ignore-fail-on-non-empty -p ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude
> +               rmdir --ignore-fail-on-non-empty -p ${D}${datadir}/info
> +       fi
> +




More information about the Openembedded-core mailing list