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

(-)a/config/cet.m4 (+8 lines)
Lines 67-72 case "$host" in Link Here
67
    may_have_cet=yes
67
    may_have_cet=yes
68
    cet_save_CFLAGS="$CFLAGS"
68
    cet_save_CFLAGS="$CFLAGS"
69
    CFLAGS="$CFLAGS -fcf-protection"
69
    CFLAGS="$CFLAGS -fcf-protection"
70
    case "$host" in
71
      i[[345]]86-*-linux*)
72
	if test x$enable_cet = xauto; then
73
	  # Disable Intel CET by default for i386, i486 and i586 hosts.
74
	  enable_cet=no
75
	fi
76
        ;;
77
    esac;
70
    case "$enable_cet" in
78
    case "$enable_cet" in
71
      auto)
79
      auto)
72
	# Check if target supports multi-byte NOPs
80
	# Check if target supports multi-byte NOPs
(-)a/libiberty/configure (-1 / +8 lines)
Lines 5429-5434 case "$host" in Link Here
5429
    may_have_cet=yes
5429
    may_have_cet=yes
5430
    cet_save_CFLAGS="$CFLAGS"
5430
    cet_save_CFLAGS="$CFLAGS"
5431
    CFLAGS="$CFLAGS -fcf-protection"
5431
    CFLAGS="$CFLAGS -fcf-protection"
5432
    case "$host" in
5433
      i[345]86-*-linux*)
5434
	if test x$enable_cet = xauto; then
5435
	  # Disable Intel CET by default for i386, i486 and i586 hosts.
5436
	  enable_cet=no
5437
	fi
5438
        ;;
5439
    esac;
5432
    case "$enable_cet" in
5440
    case "$enable_cet" in
5433
      auto)
5441
      auto)
5434
	# Check if target supports multi-byte NOPs
5442
	# Check if target supports multi-byte NOPs
5435
- 

Return to bug 770061