From a71efa13ec129b70f6958770b9d3a091e1c5e395 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 2 Oct 2006 18:25:37 +0000 Subject: Andrew E. Mileski writes: This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything. --- package/xorg/xorg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/xorg/xorg.mk') diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index 34a39e262..41e338cff 100644 --- a/package/xorg/xorg.mk +++ b/package/xorg/xorg.mk @@ -59,7 +59,7 @@ ifeq ($(BR2_armeb),y) XARCH=Arm32 endif ifeq ($(BR2_i386),y) -XARCH=i386A +XARCH=i386 endif ifeq ($(BR2_mips),y) XARCH=Mips -- cgit v1.2.3