[Buildroot] svn commit: trunk/buildroot/package/xorg

andersen at uclibc.org andersen at uclibc.org
Mon Oct 2 18:25:38 UTC 2006


Author: andersen
Date: 2006-10-02 11:25:37 -0700 (Mon, 02 Oct 2006)
New Revision: 16288

Log:
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.


Modified:
   trunk/buildroot/package/xorg/xorg.mk


Changeset:
Modified: trunk/buildroot/package/xorg/xorg.mk
===================================================================
--- trunk/buildroot/package/xorg/xorg.mk	2006-10-01 21:37:40 UTC (rev 16287)
+++ trunk/buildroot/package/xorg/xorg.mk	2006-10-02 18:25:37 UTC (rev 16288)
@@ -59,7 +59,7 @@
 XARCH=Arm32
 endif
 ifeq ($(BR2_i386),y)
-XARCH=i386A
+XARCH=i386
 endif
 ifeq ($(BR2_mips),y)
 XARCH=Mips




More information about the buildroot mailing list