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

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 2145-2151 Link Here
2145
# error PIC is default.
2145
# error PIC is default.
2146
#endif
2146
#endif
2147
EOF
2147
EOF
2148
if eval "${CC-cc} -S conftest.c 2>&AS_MESSAGE_LOG_FD 1>&AS_MESSAGE_LOG_FD"; then
2148
if eval "${CC-cc} -fno-PIE -S conftest.c 2>&AS_MESSAGE_LOG_FD 1>&AS_MESSAGE_LOG_FD"; then
2149
  libc_cv_pic_default=no
2149
  libc_cv_pic_default=no
2150
fi
2150
fi
2151
rm -f conftest.*])
2151
rm -f conftest.*])
2152
-- configure
2152
++ configure
Lines 7698-7704 Link Here
7698
# error PIC is default.
7698
# error PIC is default.
7699
#endif
7699
#endif
7700
EOF
7700
EOF
7701
if eval "${CC-cc} -S conftest.c 2>&5 1>&5"; then
7701
if eval "${CC-cc} -fno-PIE -S conftest.c 2>&5 1>&5"; then
7702
  libc_cv_pic_default=no
7702
  libc_cv_pic_default=no
7703
fi
7703
fi
7704
rm -f conftest.*
7704
rm -f conftest.*

Return to bug 270274