From 8425de7b82d4d8e0bc5fb3c98fab6c34b5799b31 Mon Sep 17 00:00:00 2001 From: Yunus Bas Date: Wed, 18 Nov 2020 14:22:15 +0100 Subject: recipes-bsp: barebox-targettools: Change TARGETCFLAGS to userccflags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TARGETCFLAGS property has been dropped from barebox, userccflags is used instead. Signed-off-by: Yunus Bas Signed-off-by: Stefan Müller-Klieser --- recipes-bsp/barebox/barebox-targettools_2020.09.0-phy1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox-targettools_2020.09.0-phy1.bb b/recipes-bsp/barebox/barebox-targettools_2020.09.0-phy1.bb index 21b95af..a4f2e4b 100644 --- a/recipes-bsp/barebox/barebox-targettools_2020.09.0-phy1.bb +++ b/recipes-bsp/barebox/barebox-targettools_2020.09.0-phy1.bb @@ -6,7 +6,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/barebox/:" PR = "${INC_PR}.0" -export TARGETCFLAGS="${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CFLAGS} ${LDFLAGS}" +export userccflags="${TARGET_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CFLAGS} ${LDFLAGS}" do_configure_append() { # Compile target tools for barebox -- cgit v1.2.3