mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
vpe-vpdma: pass float ABI flag to fix gcc-4.9.1 issue with stubs
Similar fix as 7b8ee4026e, see for more details.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
|
|||||||
COMPATIBLE_MACHINE = "dra7xx"
|
COMPATIBLE_MACHINE = "dra7xx"
|
||||||
|
|
||||||
PV = "1b8"
|
PV = "1b8"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
|
SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"
|
||||||
BRANCH ?= "master"
|
BRANCH ?= "master"
|
||||||
@@ -17,8 +17,10 @@ SRC_URI = "git://git.ti.com/vpe_tests/vpe_tests.git;protocol=git;branch=${BRANCH
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
FLOATABI = "${@base_contains("TUNE_FEATURES", "vfp", base_contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}"
|
||||||
|
|
||||||
# The test application needs additional include headers from the kernel
|
# The test application needs additional include headers from the kernel
|
||||||
EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
|
EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc ${FLOATABI}" KDIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"'
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR="${D}" install
|
oe_runmake DESTDIR="${D}" install
|
||||||
|
|||||||
Reference in New Issue
Block a user