* [Buildroot] Bad architecture in xorg.mk
@ 2006-10-02 17:52 Andrew E. Mileski
2006-10-02 18:26 ` Erik Andersen
0 siblings, 1 reply; 2+ messages in thread
From: Andrew E. Mileski @ 2006-10-02 17:52 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Bad architecture in xorg.mk
2006-10-02 17:52 [Buildroot] Bad architecture in xorg.mk Andrew E. Mileski
@ 2006-10-02 18:26 ` Erik Andersen
0 siblings, 0 replies; 2+ messages in thread
From: Erik Andersen @ 2006-10-02 18:26 UTC (permalink / raw)
To: buildroot
On Mon Oct 02, 2006 at 01:52:43PM -0400, Andrew E. Mileski wrote:
> This looks like a typo to me. Without this patch, one ends up with
> "i386AArchitecture" being defined, which doesn't match anything.
applied
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-02 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 17:52 [Buildroot] Bad architecture in xorg.mk Andrew E. Mileski
2006-10-02 18:26 ` Erik Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox