summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc
index 485c252e7..4ed19d649 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012, 2013 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4require recipes-bsp/u-boot/u-boot.inc 4require recipes-bsp/u-boot/u-boot.inc
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
22# used for generating the boot logo and other tools used 22# used for generating the boot logo and other tools used
23# during the build process. 23# during the build process.
24EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \ 24EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
25 HOSTLDFLAGS="-L${STAGING_BASE_LIBDIR_NATIVE} -L${STAGING_LIBDIR_NATIVE}" \ 25 HOSTLDFLAGS="${BUILD_LDFLAGS}" \
26 HOSTSTRIP=true' 26 HOSTSTRIP=true'
27 27
28PACKAGE_ARCH = "${MACHINE_ARCH}" 28PACKAGE_ARCH = "${MACHINE_ARCH}"