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:
parent
e4cbeafa1c
commit
6c38b38f95
|
|
@ -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 ?= ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue