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

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- a/config/cet.m4
0
++ b/config/cet.m4
Lines 156-163 main () Link Here
156
  return 0;
156
  return 0;
157
}
157
}
158
    ],
158
    ],
159
    [have_cet=no],
159
    [have_cet=yes],
160
    [have_cet=yes])
160
    [have_cet=no])
161
    if test x$enable_cet = xno -a x$have_cet = xyes; then
161
    if test x$enable_cet = xno -a x$have_cet = xyes; then
162
      AC_MSG_ERROR([Intel CET must be enabled on Intel CET enabled host])
162
      AC_MSG_ERROR([Intel CET must be enabled on Intel CET enabled host])
163
    fi
163
    fi
164
-- a/libiberty/configure
164
++ b/libiberty/configure
Lines 5426-5434 main () Link Here
5426
5426
5427
_ACEOF
5427
_ACEOF
5428
if ac_fn_c_try_run "$LINENO"; then :
5428
if ac_fn_c_try_run "$LINENO"; then :
5429
  have_cet=no
5430
else
5431
  have_cet=yes
5429
  have_cet=yes
5430
else
5431
  have_cet=no
5432
fi
5432
fi
5433
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5433
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5434
  conftest.$ac_objext conftest.beam conftest.$ac_ext
5434
  conftest.$ac_objext conftest.beam conftest.$ac_ext

Return to bug 770061