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 ?= ""