Home
last modified time | relevance | path

Searched refs:host_pie (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/
Dconfigure.ac1977 [host_pie=$enableval
1980 if test x$host_pie != xyes ; then
1983 host_pie=yes
1991 host_pie=yes
1994 *) host_pie=no ;;
1997 AC_SUBST(host_pie) subst
2014 if test x$host_pie = xyes -a x$host_shared != xyes ; then
2024 *-*-darwin*) host_shared=$host_pie ;;
2034 # host_pie, ensure that we present the PIE flag when host_pie is active.
2035 if test x$host_pie = xyes; then
[all …]
Dconfigure8759 enableval=$enable_host_pie; host_pie=$enableval
8762 if test x$host_pie != xyes ; then
8766 host_pie=yes
8775 host_pie=yes
8778 *) host_pie=no ;;
8800 if test x$host_pie = xyes -a x$host_shared != xyes ; then
8812 *-*-darwin*) host_shared=$host_pie ;;
8825 if test x$host_pie = xyes; then
8833 elif test x$host_pie = xyes; then
8845 if test "$host_shared" = "yes" -o "$host_pie" = "yes"; then
/netbsd/src/external/gpl3/binutils/dist/
Dconfigure.ac1977 [host_pie=$enableval
1980 if test x$host_pie != xyes ; then
1983 host_pie=yes
1991 host_pie=yes
1994 *) host_pie=no ;;
1997 AC_SUBST(host_pie) subst
2014 if test x$host_pie = xyes -a x$host_shared != xyes ; then
2024 *-*-darwin*) host_shared=$host_pie ;;
2034 # host_pie, ensure that we present the PIE flag when host_pie is active.
2035 if test x$host_pie = xyes; then
[all …]
Dconfigure8759 enableval=$enable_host_pie; host_pie=$enableval
8762 if test x$host_pie != xyes ; then
8766 host_pie=yes
8775 host_pie=yes
8778 *) host_pie=no ;;
8800 if test x$host_pie = xyes -a x$host_shared != xyes ; then
8812 *-*-darwin*) host_shared=$host_pie ;;
8825 if test x$host_pie = xyes; then
8833 elif test x$host_pie = xyes; then
8845 if test "$host_shared" = "yes" -o "$host_pie" = "yes"; then
DChangeLog.git32649 of the host_pie setting so that the logic for setting PICFLAG must be amended
32654 override the setting. These versions must also switch host_pie on even if it
32656 value of host_pie, as determined by top-level configure, to the GCC configure.