[uClibc-cvs] svn commit: trunk/buildroot/toolchain/binutils
mjn3 at uclibc.org
mjn3 at uclibc.org
Sat Apr 30 21:51:24 UTC 2005
Author: mjn3
Date: 2005-04-30 15:51:23 -0600 (Sat, 30 Apr 2005)
New Revision: 10208
Log:
Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files.
Modified:
trunk/buildroot/toolchain/binutils/binutils.mk
Changeset:
Modified: trunk/buildroot/toolchain/binutils/binutils.mk
===================================================================
--- trunk/buildroot/toolchain/binutils/binutils.mk 2005-04-30 05:11:57 UTC (rev 10207)
+++ trunk/buildroot/toolchain/binutils/binutils.mk 2005-04-30 21:51:23 UTC (rev 10208)
@@ -6,6 +6,9 @@
BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
+ifeq ($(BINUTILS_VERSION),2.16)
+BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
+endif
ifeq ($(BINUTILS_VERSION),2.15)
BINUTILS_SITE:=http://ftp.gnu.org/gnu/binutils/
endif
@@ -46,6 +49,7 @@
--target=$(REAL_GNU_TARGET_NAME) \
$(DISABLE_NLS) \
$(MULTILIB) \
+ --disable-werror \
$(SOFT_FLOAT_CONFIG_OPTION) );
touch $(BINUTILS_DIR1)/.configured
@@ -104,6 +108,7 @@
--target=$(REAL_GNU_TARGET_NAME) \
$(DISABLE_NLS) \
$(MULTILIB) \
+ --disable-werror \
$(SOFT_FLOAT_CONFIG_OPTION) );
touch $(BINUTILS_DIR2)/.configured
More information about the uClibc-cvs
mailing list