Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/toolchain: binutils gcc
@ 2006-10-17 20:11 andersen at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: andersen at uclibc.org @ 2006-10-17 20:11 UTC (permalink / raw)
  To: buildroot

Author: andersen
Date: 2006-10-17 13:11:47 -0700 (Tue, 17 Oct 2006)
New Revision: 16401

Log:
update defaults


Modified:
   trunk/buildroot/toolchain/binutils/Config.in
   trunk/buildroot/toolchain/gcc/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/binutils/Config.in
===================================================================
--- trunk/buildroot/toolchain/binutils/Config.in	2006-10-17 16:57:49 UTC (rev 16400)
+++ trunk/buildroot/toolchain/binutils/Config.in	2006-10-17 20:11:47 UTC (rev 16401)
@@ -4,7 +4,7 @@
 
 choice
 	prompt "Binutils Version"
-	default BR2_BINUTILS_VERSION_2_16_1
+	default BR2_BINUTILS_VERSION_2_16_91_0_7
 	help
 	  Select the version of binutils you wish to use.
 

Modified: trunk/buildroot/toolchain/gcc/Config.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Config.in	2006-10-17 16:57:49 UTC (rev 16400)
+++ trunk/buildroot/toolchain/gcc/Config.in	2006-10-17 20:11:47 UTC (rev 16401)
@@ -4,7 +4,7 @@
 
 choice
 	prompt "GCC compiler Version"
-	default BR2_GCC_VERSION_3_4_5
+	default BR2_GCC_VERSION_3_4_6
 	help
 	  Select the version of gcc you wish to use.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/toolchain: binutils gcc
@ 2007-02-09 13:05 aldot at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2007-02-09 13:05 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2007-02-09 05:05:43 -0800 (Fri, 09 Feb 2007)
New Revision: 17832

Log:
- fix crosscompiler prerequisites


Modified:
   trunk/buildroot/toolchain/binutils/binutils.mk
   trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk


Changeset:
Modified: trunk/buildroot/toolchain/binutils/binutils.mk
===================================================================
--- trunk/buildroot/toolchain/binutils/binutils.mk	2007-02-09 12:32:21 UTC (rev 17831)
+++ trunk/buildroot/toolchain/binutils/binutils.mk	2007-02-09 13:05:43 UTC (rev 17832)
@@ -40,8 +40,15 @@
 # We do not rely on the host's gmp/mpfr but use a known working one
 BINUTILS_HOST_PREREQ:=
 BINUTILS_TARGET_PREREQ:=
+
+ifeq ($(findstring 3.,$(GCC_VERSION)),3.)
+BINUTILS_NO_MPFR:=y
+endif
+ifeq ($(findstring 4.0,$(GCC_VERSION)),4.0)
+BINUTILS_NO_MPFR:=y
+endif
+
 ifndef BINUTILS_NO_MPFR
-
 BINUTILS_HOST_PREREQ:=$(TOOL_BUILD_DIR)/gmp/lib/libgmp.so \
 	$(TOOL_BUILD_DIR)/mpfr/lib/libmpfr.so
 

Modified: trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk
===================================================================
--- trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2007-02-09 12:32:21 UTC (rev 17831)
+++ trunk/buildroot/toolchain/gcc/gcc-uclibc-3.x.mk	2007-02-09 13:05:43 UTC (rev 17832)
@@ -72,7 +72,7 @@
 GCC_TARGET_PREREQ =
 GCC_STAGING_PREREQ= $(STAGING_DIR)/lib/libc.a
 
-ifndef $(GCC_NO_MPFR)
+ifndef GCC_NO_MPFR
 GCC_WITH_HOST_GMP=--with-gmp=$(GMP_HOST_DIR)
 GCC_WITH_HOST_MPFR=--with-mpfr=$(MPFR_HOST_DIR)
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-09 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-09 13:05 [Buildroot] svn commit: trunk/buildroot/toolchain: binutils gcc aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2006-10-17 20:11 andersen at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox