On 2013-04-04 17:56, Richard Henderson wrote:
+#ifdef CONFIG_GETAUXVAL +#include <sys/auxv.h> +static bool have_isa_2_06; +#define HAVE_ISA_2_06 have_isa_2_06 +#define HAVE_ISEL have_isa_2_06 +#else #define HAVE_ISA_2_06 0 -#define HAVE_ISEL 0 +#define HAVE_ISA_ISEL 0
Guh. I've pushed a new tree with this typo fixed. I won't repost the patch series just for this though. r~