diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-10-02 18:25:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-10-02 18:25:37 +0000 |
commit | a71efa13ec129b70f6958770b9d3a091e1c5e395 (patch) | |
tree | e0a469a43db1518a8beb84ab41ea1b8c6c83089f /package | |
parent | 6fe5f48cbf2cafa3ff39a0befa2a4aa157ae167c (diff) | |
download | buildroot-novena-a71efa13ec129b70f6958770b9d3a091e1c5e395.tar.gz buildroot-novena-a71efa13ec129b70f6958770b9d3a091e1c5e395.zip |
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.
Diffstat (limited to 'package')
-rw-r--r-- | package/xorg/xorg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index 34a39e262..41e338cff 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 |