summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-01 13:12:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-01 13:15:10 +0200
commit304c21bd3f9584466413525da4302a14c1ffd268 (patch)
tree11446c1e99d2fc0bb6d2f37060523fade7e39403
parent975c923d287cbe42d19eab8cc84f1e9d017589a3 (diff)
downloadptxdist-304c21bd3f9584466413525da4302a14c1ffd268.tar.gz
ptxdist-304c21bd3f9584466413525da4302a14c1ffd268.tar.xz
Revert "libelf: fix building with gcc-7.x and icecc"
This reverts commit 9403f6955e59f6518e151dad48bd58d951c70875. Implicit fallthrough errors are now avoided my the toolchain wrapper. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libelf.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/libelf.make b/rules/libelf.make
index 4914cf4bd..80533856e 100644
--- a/rules/libelf.make
+++ b/rules/libelf.make
@@ -59,10 +59,6 @@ ifdef PTXCONF_ARCH_ARM64
LIBELF_ARCH := aarch64
endif
-ifdef PTXDIST_ICECC
-LIBELF_CFLAGS := -C
-endif
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------