Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 583042 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 934-939 grub_CHECK_PIE Link Here
934
# `-fPIE' in the default specs.
934
# `-fPIE' in the default specs.
935
if [ x"$pie_possible" = xyes ]; then
935
if [ x"$pie_possible" = xyes ]; then
936
  TARGET_CFLAGS="$TARGET_CFLAGS -fno-PIE"
936
  TARGET_CFLAGS="$TARGET_CFLAGS -fno-PIE"
937
  TARGET_LDFLAGS="$TARGET_LDFLAGS -no-pie"
937
fi]
938
fi]
938
939
939
CFLAGS="$TARGET_CFLAGS"
940
CFLAGS="$TARGET_CFLAGS"

Return to bug 583042