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

Collapse All | Expand All

(-)oss-v4.1test0-071114-src-gpl/setup/srcconf.c (-1 / +1 lines)
Lines 958-964 check_system (conf_t * conf) Link Here
958
  strcpy (conf->arch, un.machine);
958
  strcpy (conf->arch, un.machine);
959
959
960
#ifdef HAVE_SYSDEP
960
#ifdef HAVE_SYSDEP
961
  check_sysdep (conf, &un);
961
  check_sysdep (conf);
962
#else
962
#else
963
  if (strcmp (un.machine, "i386") == 0 ||
963
  if (strcmp (un.machine, "i386") == 0 ||
964
      strcmp (un.machine, "i486") == 0 ||
964
      strcmp (un.machine, "i486") == 0 ||

Return to bug 184123