summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-24 09:24:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-24 09:24:55 +0200
commit74e7797a2f1a8cb7c96c74a48a94268879780d7d (patch)
tree8ddb47450be3b77346971434b8d434c19f7ab699 /toolchain/binutils
parentab0aed0deaeb33a09a2729843a6af18173c36a79 (diff)
update arc toolchain components
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile15
-rw-r--r--toolchain/binutils/Makefile.inc8
2 files changed, 12 insertions, 11 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 24970feb7..833f0ca97 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -13,13 +13,13 @@ CONFOPTS+= --disable-libssp
endif
ifeq ($(ADK_TOOLCHAIN_WITH_LTO),y)
-CONFOPTS+= --enable-lto
+CONFOPTS+= --enable-lto --enable-plugins
else
-CONFOPTS+= --disable-lto
+CONFOPTS+= --disable-lto --disable-plugins
endif
ifeq ($(ADK_TOOLCHAIN_WITH_GOLD),y)
-CONFOPTS+= --enable-gold
+CONFOPTS+= --enable-gold=default
else
CONFOPTS+= --disable-gold
endif
@@ -56,20 +56,21 @@ endif
--disable-dependency-tracking \
--disable-libtool-lock \
--disable-nls \
- --enable-plugins \
+ --disable-sim \
+ --disable-gdb \
--disable-werror \
--disable-install-libiberty \
${CONFOPTS} \
);
$(MAKE) ${BINUTILS_MAKEOPTS} -C $(WRKBUILD) configure-host
- touch $@
+ @touch $@
$(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
$(MAKE) ${BINUTILS_MAKEOPTS} ${BINUTILS_STATIC_MAKEOPTS} -C $(WRKBUILD) all
- touch $@
+ @touch $@
$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
$(MAKE) -C $(WRKBUILD) install
- touch $@
+ @touch $@
include ${ADK_TOPDIR}/mk/toolchain.mk
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index ae6320db0..7df390725 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -17,11 +17,11 @@ PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
-# git commit afcd0783a37c73e09439737a11e0b3183746a652
-# https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2.23-tls
-PKG_VERSION:= 2.23
+# git commit c4395290b351f76229a326fcc20a1a5da8cf67a1 arc-2.23-dev
+# https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git
+PKG_VERSION:= 2.23.2
PKG_RELEASE:= 1
-PKG_HASH:= 12901398ada805926926e39eea84089efad6feabfe148a54a194db36a960f4f4
+PKG_HASH:= cd0e68644d9f28e1d61f83267e4b7ce71038277a7153603fdfa403b233968184
PKG_SITES:= http://www.openadk.org/distfiles/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
endif