From 304c21bd3f9584466413525da4302a14c1ffd268 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 1 May 2019 13:12:07 +0200 Subject: 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 --- rules/libelf.make | 4 ---- 1 file changed, 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3