Browse Source

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.

Eric Andersen 19 years ago
parent
commit
a71efa13ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/xorg/xorg.mk

+ 1 - 1
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