summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-01 13:41:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-01 13:41:21 +0100
commitabe3b8f248e747fa1267b2260f9605987aa0c41d (patch)
tree8a79b062551e4f9bfa2de6b76b3d068d12aa2d09 /toolchain
parent4346edab2ed56943ea4f7bc61380dfeab65817d4 (diff)
add basic support for x86_64 x32 abi, convert to miniconfig
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile1
-rw-r--r--toolchain/gcc/Makefile.inc7
2 files changed, 1 insertions, 7 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 2cd720a63..8fe6e0b09 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -18,6 +18,7 @@ GCC_CONFOPTS= --prefix=$(STAGING_HOST_DIR) \
--with-libelf=$(STAGING_HOST_DIR) \
--disable-__cxa_atexit \
--with-gnu-ld \
+ --disable-libsanitizer \
--disable-libmudflap \
--disable-libgomp \
--disable-decimal-float \
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 689de3b63..86a0a5992 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -2,15 +2,8 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gcc
-
-ifeq ($(ADK_LINUX_MICROBLAZE),y)
PKG_VERSION:= 4.8.2
PKG_MD5SUM:= a3d7d63b9cb6b6ea049469a0c4a43c9d
-else
-PKG_VERSION:= 4.7.3
-PKG_MD5SUM:= 86f428a30379bdee0224e353ee2f999e
-endif
-
PKG_RELEASE:= 1
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2