diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-04-09 06:44:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-04-09 06:46:07 +0200 |
commit | d62765dac74142468588229405896043b79bf32d (patch) | |
tree | 5021449361150737339adfddbe35ec10621831da /toolchain/gcc/Makefile | |
parent | 115df5a7a5750eddf0deb6cb4e611788ae69eefd (diff) |
gcc: update to 10.3, set as default
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 569f032f7..39c68364d 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -61,7 +61,8 @@ GCC_CONFOPTS:= --prefix=$(TOOLCHAIN_DIR)/usr \ --without-cloog \ --without-isl \ --disable-werror \ - --disable-nls + --disable-nls \ + --enable-obsolete ifeq ($(ADK_TARGET_OS_LINUX),y) ifeq ($(ADK_TARGET_LIB_UCLIBC_NG),y) |