From: Eric Andersen Date: Mon, 2 Oct 2006 18:25:37 +0000 (-0000) Subject: Andrew E. Mileski writes: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a71efa13ec129b70f6958770b9d3a091e1c5e395;p=buildroot.git 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. --- diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index 34a39e2626..41e338cff5 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