From 6c38b38f953d168e61e99a774178bbe9a37b551e Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 15 Apr 2019 13:03:32 +0200 Subject: [PATCH] Revert "imx-digi-base: disable GCCPIE by default" Removing the flag breaks the build of the freetype package and possibly others. Leave the flag as it is for now. This reverts commit e4cbeafa1c1edc34342950182703438300ecda8c. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/machine/include/imx-digi-base.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-arm/conf/machine/include/imx-digi-base.inc b/meta-digi-arm/conf/machine/include/imx-digi-base.inc index ae334e4f5..f3474b6e3 100644 --- a/meta-digi-arm/conf/machine/include/imx-digi-base.inc +++ b/meta-digi-arm/conf/machine/include/imx-digi-base.inc @@ -116,7 +116,3 @@ MACHINEOVERRIDES =. "imx:" # U-Boot 2017.X requires a specific dtc version. PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5" PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5" - -# Don't add default PIE support to gcc, since static PIE executables don't work -# very well with gcc 7.x and the glibc we use isn't configured to support them. -GCCPIE ?= ""