diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-24 09:24:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-24 09:24:55 +0200 |
commit | 74e7797a2f1a8cb7c96c74a48a94268879780d7d (patch) | |
tree | 8ddb47450be3b77346971434b8d434c19f7ab699 /toolchain/gcc | |
parent | ab0aed0deaeb33a09a2729843a6af18173c36a79 (diff) |
update arc toolchain components
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile | 1 | ||||
-rw-r--r-- | toolchain/gcc/Makefile.inc | 10 | ||||
-rw-r--r-- | toolchain/gcc/patches/4.8.3/cflags.patch (renamed from toolchain/gcc/patches/4.8.0/cflags.patch) | 0 |
3 files changed, 6 insertions, 5 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 7acf88d5b..6285b2af6 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -42,6 +42,7 @@ GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \ --disable-libmudflap \ --disable-libgomp \ --disable-libcilkrts \ + --disable-libquadmath-support \ --disable-decimal-float \ --disable-libstdcxx-pch \ --disable-ppl-version-check \ diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index e39727f70..802cafa62 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -18,11 +18,11 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz LIBSTDCXXVER:= 19 endif -ifeq ($(ADK_TOOLCHAIN_GCC_4_8_0_ARC),y) -# git commit e9dbcfdba0f42639b3aa9e3b06fe781599eb98fe -# from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/tree/arc-4.8-tls -PKG_VERSION:= 4.8.0 -PKG_HASH:= cbd50f7fa9d6dd4974ff809e1f5791de4a07796bd9fd6f71ed85d17a730a3783 +ifeq ($(ADK_TOOLCHAIN_GCC_4_8_3_ARC),y) +# git commit 2b0dc74388f22ba98b36f7f57a9cc41aca62e223 arc-4.8-dev +# from https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git +PKG_VERSION:= 4.8.3 +PKG_HASH:= ca0f6ad111593b6a45d5e94a725d0561dce97e3ef7db38053b96b9eede0dce6b PKG_SITES:= http://www.openadk.org/distfiles/ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz diff --git a/toolchain/gcc/patches/4.8.0/cflags.patch b/toolchain/gcc/patches/4.8.3/cflags.patch index 4f9de8069..4f9de8069 100644 --- a/toolchain/gcc/patches/4.8.0/cflags.patch +++ b/toolchain/gcc/patches/4.8.3/cflags.patch |