From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: package target
Date: Tue, 2 Oct 2007 14:36:50 -0700 (PDT) [thread overview]
Message-ID: <20071002213650.2140BA6045@busybox.net> (raw)
Author: aldot
Date: 2007-10-02 14:36:49 -0700 (Tue, 02 Oct 2007)
New Revision: 20175
Log:
- default to mips I for mipsel and mips III for mips
- suggest some target flags for abi64
Modified:
trunk/buildroot/package/Makefile.in
trunk/buildroot/target/Config.in.arch
Changeset:
Modified: trunk/buildroot/package/Makefile.in
===================================================================
--- trunk/buildroot/package/Makefile.in 2007-10-02 15:38:27 UTC (rev 20174)
+++ trunk/buildroot/package/Makefile.in 2007-10-02 21:36:49 UTC (rev 20175)
@@ -51,6 +51,10 @@
TARGET_CFLAGS+=-mvis
endif
+ifeq ($(findstring yy,$(BR2_mips)$(BR2_MIPS_ABI64)),yy)
+TARGET_CFLAGS+=-fno-pic -mno-abicalls
+endif
+
TARGET_CXXFLAGS=$(TARGET_CFLAGS)
# else it's an external toolchain
Modified: trunk/buildroot/target/Config.in.arch
===================================================================
--- trunk/buildroot/target/Config.in.arch 2007-10-02 15:38:27 UTC (rev 20174)
+++ trunk/buildroot/target/Config.in.arch 2007-10-02 21:36:49 UTC (rev 20175)
@@ -124,9 +124,13 @@
choice
prompt "Target Architecture Variant"
depends BR2_mips || BR2_mipsel
- default BR2_mips_3
+ default BR2_mips_3 if BR2_mips
+ default BR2_mips_1 if BR2_mipsel
help
Specific CPU variant to use
+
+ 64bit cabable: 3, 4, 64, 64r2
+ non-64bit capable: 1, 2, 32, 32r2
config BR2_mips_1
bool "mips I (generic)"
reply other threads:[~2007-10-02 21:36 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=20071002213650.2140BA6045@busybox.net \
--to=aldot@uclibc.org \
--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