diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-17 12:24:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-17 12:24:34 +0200 |
commit | 95444b27abfb723db6c66c08dc6c12c7e1128e2e (patch) | |
tree | c9acdec9f7f8cb7e22caad371c77834c389655c0 /package/python3/Makefile | |
parent | 79d5a4a7dc9648e2d55407ca11daa9a4342abe72 (diff) |
remove -fhonour-copts usage
This reuires a external gcc patch, which I no longer add to newer gcc.
A lot of packages already need to disable the usage of -fhonour-copts, because
it doesn't work without patching. May be we need something like Buildroot
is using, a gcc wrapper to see poisened include or library paths while
cross-compiling.
Diffstat (limited to 'package/python3/Makefile')
-rw-r--r-- | package/python3/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python3/Makefile b/package/python3/Makefile index 14627542c..4128b5f9f 100644 --- a/package/python3/Makefile +++ b/package/python3/Makefile @@ -89,7 +89,6 @@ $(eval $(call PKG_mod_template,PYTHON3_MOD_SSL,_ssl)) MAKE_ENV+= HOSTPGEN=$(STAGING_HOST_DIR)/usr/bin/pgen3 FAKE_FLAGS+= ENSUREPIP=no -XAKE_FLAGS+= GCC_HONOUR_COPTS=s CONFIGURE_ARGS:= --with-threads \ --with-system-ffi \ --with-system-expat \ |