diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-09 17:42:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-09 17:42:16 +0200 |
| commit | c81c181e7afe707fef8a772334972cfe4d01f56c (patch) | |
| tree | 81e78942d1b3211431ad048dcb88707bd2de0199 /package/gcc/Makefile | |
| parent | 375255ca7ce830c93a585c46df19f796900c11fa (diff) | |
| parent | 2308963c1a13cc665c5f14872a648bf382d73a04 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gcc/Makefile')
| -rw-r--r-- | package/gcc/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/gcc/Makefile b/package/gcc/Makefile index 76e58d954..24571fb3e 100644 --- a/package/gcc/Makefile +++ b/package/gcc/Makefile @@ -39,12 +39,6 @@ ifeq ($(ADK_TARGET_SYSTEM_QEMU_MIPS64EL),y) CONFIGURE_ARGS+= --with-abi=$(ADK_TARGET_MIPS_ABI) endif -ifeq ($(ADK_TOOLCHAIN_GCC_SJLJ),y) -CONFIGURE_ARGS+= --enable-sjlj-exceptions -else -CONFIGURE_ARGS+= --disable-sjlj-exceptions -endif - ifneq ($(ADK_PACKAGE_GXX),) CONFIGURE_ARGS+= --enable-languages=c,c++ else @@ -57,7 +51,6 @@ else CONFIGURE_ARGS+= --enable-target-optspace endif - CONFIGURE_ENV+= have_sys_sdt_h=no CONFIGURE_ARGS+= --host=$(GNU_TARGET_NAME) \ --target=$(GNU_TARGET_NAME) \ |
