From: Andrew E. Mileski <andrewm@isoar.ca>
To: buildroot@busybox.net
Subject: [Buildroot] Bad architecture in xorg.mk
Date: Mon, 02 Oct 2006 13:52:43 -0400 [thread overview]
Message-ID: <452151EB.9020105@isoar.ca> (raw)
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
next reply other threads:[~2006-10-02 17:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-02 17:52 Andrew E. Mileski [this message]
2006-10-02 18:26 ` [Buildroot] Bad architecture in xorg.mk Erik Andersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=452151EB.9020105@isoar.ca \
--to=andrewm@isoar.ca \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox