mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-08 20:40:20 +00:00
7018264d66
We are moving the meta-arago-test layer to meta-ti-test. This commit imports all of the recipes under recipes-benchmark. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
INSANE_SKIP:${PN} += "ldflags"
|
|
INSANE_SKIP:${PN}-openmp += "ldflags"
|
|
|
|
PR:append = ".ti1"
|
|
|
|
BRANCH = "sdk"
|
|
SRCREV = "96156d407d9a4e5fac4513f3d3f60a414b3355cd"
|
|
|
|
do_compile:prepend() {
|
|
#Explicitly clear some variables to insure no unexpected optimizations are being passed in.
|
|
unset CFLAGS
|
|
unset LDFLAGS
|
|
}
|