From: bugs at busybox.net <bugs@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [buildroot 0001525]: BR2_ARCH not set for Pentium3 resulting in failure to create directories
Date: Fri, 12 Oct 2007 08:58:48 -0700 [thread overview]
Message-ID: <1bec5e04724c18d3db689fa0b78bc23e@busybox.net> (raw)
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1525
======================================================================
Reported By: Leon Bailly
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1525
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-12-2007 08:58 PDT
Last Modified: 10-12-2007 08:58 PDT
======================================================================
Summary: BR2_ARCH not set for Pentium3 resulting in failure
to create directories
Description:
Buildroot fails to create architecture specific directories caused by
BR2_ARCH not set by make menuconfig.
I am using the following patch to correct this:
*** Config.in.arch.org 2007-10-12 12:16:04.000000000 +0200
--- Config.in.arch 2007-10-12 14:43:59.000000000 +0200
***************
*** 475,480 ****
--- 475,485 ----
default "i486" if BR2_x86_i486
default "i586" if BR2_x86_i586
default "i686" if BR2_x86_i686
+ default "i686" if BR2_x86_pentium_mmx
+ default "i686" if BR2_x86_pentiumpro
+ default "i686" if BR2_x86_pentium_m
+ default "i686" if BR2_x86_pentium2
+ default "i686" if BR2_x86_pentium3
default "i686" if BR2_x86_pentium4
default "i686" if BR2_x86_nocona
default "i686" if BR2_x86_core2
***************
*** 507,513 ****
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel
|| \
BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2
|| \
! BR2_sh64
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 ||
BR2_m68k || BR2_mips || \
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb
|| \
BR2_sh3eb || BR2_sh4eb || BR2_sparc ||
BR2_sparc64
--- 512,518 ----
string
default "LITTLE" if BR2_arm || BR2_cris || BR2_i386 || BR2_mipsel
|| \
BR2_sh3 || BR2_sh4 || BR2_x86_64 || BR2_nios2
|| \
! BR2_sh64 || BR2_i686
default "BIG" if BR2_alpha || BR2_armeb || BR2_avr32 ||
BR2_m68k || BR2_mips || \
BR2_powerpc || BR2_sh2a_nofpueb || BR2_sh2eb
|| \
BR2_sh3eb || BR2_sh4eb || BR2_sparc ||
BR2_sparc64
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
10-12-07 08:58 Leon Bailly New Issue
10-12-07 08:58 Leon Bailly Status new => assigned
10-12-07 08:58 Leon Bailly Assigned To => buildroot
======================================================================
reply other threads:[~2007-10-12 15:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1bec5e04724c18d3db689fa0b78bc23e@busybox.net \
--to=bugs@busybox.net \
--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