diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:41:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 13:41:21 +0100 |
commit | abe3b8f248e747fa1267b2260f9605987aa0c41d (patch) | |
tree | 8a79b062551e4f9bfa2de6b76b3d068d12aa2d09 /toolchain/gcc/Makefile | |
parent | 4346edab2ed56943ea4f7bc61380dfeab65817d4 (diff) |
add basic support for x86_64 x32 abi, convert to miniconfig
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
1 files changed, 1 insertions, 0 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 \ |