From: nkukard at uclibc.org <nkukard@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: target/device/x86/i386 toolchain/gcc
Date: Sun, 30 Mar 2008 01:12:23 -0700 (PDT) [thread overview]
Message-ID: <20080330081223.623403C4CD@busybox.net> (raw)
Author: nkukard
Date: 2008-03-30 01:12:22 -0700 (Sun, 30 Mar 2008)
New Revision: 21577
Log:
* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)
Added:
trunk/buildroot/toolchain/gcc/4.2.3/
Removed:
trunk/buildroot/toolchain/gcc/4.2.2/
Modified:
trunk/buildroot/target/device/x86/i386/i686_defconfig
trunk/buildroot/toolchain/gcc/Config.in
Changeset:
Modified: trunk/buildroot/target/device/x86/i386/i686_defconfig
===================================================================
--- trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-30 08:07:53 UTC (rev 21576)
+++ trunk/buildroot/target/device/x86/i386/i686_defconfig 2008-03-30 08:12:22 UTC (rev 21577)
@@ -198,12 +198,12 @@
# BR2_GCC_VERSION_3_4_6 is not set
# BR2_GCC_VERSION_4_0_4 is not set
# BR2_GCC_VERSION_4_1_2 is not set
-# BR2_GCC_VERSION_4_2_0 is not set
-BR2_GCC_VERSION_4_2_1=y
+# BR2_GCC_VERSION_4_2_1 is not set
+BR2_GCC_VERSION_4_2_3=y
# BR2_GCC_IS_SNAP is not set
BR2_GCC_SUPPORTS_SYSROOT=y
# BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE is not set
-BR2_GCC_VERSION="4.2.1"
+BR2_GCC_VERSION="4.2.3"
BR2_TOOLCHAIN_SYSROOT=y
# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
Copied: trunk/buildroot/toolchain/gcc/4.2.3 (from rev 21562, trunk/buildroot/toolchain/gcc/4.2.2)
Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in 2008-03-30 08:07:53 UTC (rev 21576)
+++ trunk/buildroot/toolchain/gcc/Config.in 2008-03-30 08:12:22 UTC (rev 21577)
@@ -4,7 +4,7 @@
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_2_1 if !BR2_avr32
+ default BR2_GCC_VERSION_4_2_3 if !BR2_avr32
default BR2_GCC_VERSION_4_1_2 if BR2_avr32
help
Select the version of gcc you wish to use.
@@ -23,16 +23,15 @@
depends BR2_EXT_GCC_VERSION_4_1_2
bool "gcc 4.1.2"
- config BR2_GCC_VERSION_4_2_0
- depends !BR2_avr32 && !BR2_nios2
- depends BR2_DEPRECATED || BR2_RECENT
- bool "gcc 4.2.0"
-
config BR2_GCC_VERSION_4_2_1
depends !BR2_nios2
depends BR2_EXT_GCC_VERSION_4_2_1
bool "gcc 4.2.1"
+ config BR2_GCC_VERSION_4_2_3
+ depends !BR2_nios2 && !BR2_avr32
+ bool "gcc 4.2.3"
+
# config BR2_GCC_VERSION_4_3
# depends !BR2_avr32 && !BR2_nios2
# select BR2_GCC_IS_SNAP
@@ -52,8 +51,8 @@
config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE
bool
- default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_0 || BR2_GCC_VERSION_4_2_1
- default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_2_1
+ default n if BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_4 || BR2_GCC_VERSION_4_1_2 || BR2_GCC_VERSION_4_2_1 || BR2_GCC_VERSION_4_2_3
+ default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_3
config BR2_GCC_SNAP_DATE
string "GCC snapshot date"
@@ -68,8 +67,8 @@
default "3.4.6" if BR2_GCC_VERSION_3_4_6
default "4.0.4" if BR2_GCC_VERSION_4_0_4
default "4.1.2" if BR2_GCC_VERSION_4_1_2
- default "4.2.0" if BR2_GCC_VERSION_4_2_0
default "4.2.1" if BR2_GCC_VERSION_4_2_1
+ default "4.2.3" if BR2_GCC_VERSION_4_2_3
default "4.3" if BR2_GCC_VERSION_4_3
config BR2_TOOLCHAIN_SYSROOT
reply other threads:[~2008-03-30 8:12 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=20080330081223.623403C4CD@busybox.net \
--to=nkukard@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.