projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fe5f48
)
Andrew E. Mileski writes:
author
Eric Andersen
<andersen@codepoet.org>
Mon, 2 Oct 2006 18:25:37 +0000
(18:25 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 2 Oct 2006 18:25:37 +0000
(18:25 -0000)
This looks like a typo to me. Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.
package/xorg/xorg.mk
patch
|
blob
|
history
diff --git
a/package/xorg/xorg.mk
b/package/xorg/xorg.mk
index 34a39e2626e142a97e135ebb6acc92e26cc8eacc..41e338cff58231e277d9f2f2c0ece23cdab2887a 100644
(file)
--- 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=i386
A
+XARCH=i386
endif
ifeq ($(BR2_mips),y)
XARCH=Mips