diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 11:13:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 11:13:54 +0200 |
commit | cd3c00fbc01e99496f28276c62182963cada0979 (patch) | |
tree | d4d3e25bd9274b86227b11ead33701118a82dbc9 /package/exim | |
parent | 30a3b08c1766561b17ef36dcd868a53917665a28 (diff) |
toolchain-external: mark Synopsys toolchain as broken
This uClibc toolchain does not provide an appropriate uClibc
configuration for Buildroot: missing IPv6, missing nsl stub, missing
program invocation, etc. Therefore, we mark it as broken, waiting for
a new upstream release of a new toolchain.
We keep around the toolchain-external Synopsys code anyway, since it
will most likely be identical for the new toolchain version. However,
we remove all the quirks that were introduced to start work around
issues related to this toolchain.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/exim')
-rw-r--r-- | package/exim/exim.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/exim/exim.mk b/package/exim/exim.mk index 67dbd643e..ed309de1d 100644 --- a/package/exim/exim.mk +++ b/package/exim/exim.mk @@ -70,13 +70,6 @@ define EXIM_USE_DEFAULT_CONFIG_FILE_OPENSSL endef endif -# this specific toolchain lacks libnsl -ifeq ($(BR2_TOOLCHAIN_EXTERNAL_SYNOPSYS_ARC_2014_12),y) -define EXIM_REMOVE_LIBNSL_FROM_MAKEFILE - $(SED) 's/-lnsl//g' $(@D)/OS/Makefile-Linux -endef -endif - define EXIM_CONFIGURE_TOOLCHAIN $(call exim-config-add,CC,$(TARGET_CC)) $(call exim-config-add,CFLAGS,$(TARGET_CFLAGS)) |