[Buildroot] Bad architecture in xorg.mk

Andrew E. Mileski andrewm at isoar.ca
Mon Oct 2 17:52:43 UTC 2006


This looks like a typo to me.  Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.

Index: xorg.mk
===================================================================
--- xorg.mk     (revision 16287)
+++ xorg.mk     (working copy)
@@ -59,7 +59,7 @@
  XARCH=Arm32
  endif
  ifeq ($(BR2_i386),y)
-XARCH=i386A
+XARCH=i386
  endif
  ifeq ($(BR2_mips),y)
  XARCH=Mips

-- 
Andrew E. Mileski




More information about the buildroot mailing list