Andrew E. Mileski writes:
authorEric Andersen <andersen@codepoet.org>
Mon, 2 Oct 2006 18:25:37 +0000 (18:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 2 Oct 2006 18:25:37 +0000 (18:25 -0000)
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

index 34a39e2626e142a97e135ebb6acc92e26cc8eacc..41e338cff58231e277d9f2f2c0ece23cdab2887a 100644 (file)
@@ -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