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 e4cbeafa1c.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2019-04-15 13:03:32 +02:00
parent e4cbeafa1c
commit 6c38b38f95
1 changed files with 0 additions and 4 deletions

View File

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