summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-01 13:11:36 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-01 13:11:36 +0200
commit975c923d287cbe42d19eab8cc84f1e9d017589a3 (patch)
treee287c6a1fd65f97256f37c63b595a8830b62e05c
parent86b4491d44004b96636d1b8bf1ffa40ebe941af7 (diff)
downloadptxdist-975c923d287cbe42d19eab8cc84f1e9d017589a3.tar.gz
ptxdist-975c923d287cbe42d19eab8cc84f1e9d017589a3.tar.xz
Revert "optee-client: fix building with gcc-7.x and icecc"
This reverts commit 667cb27fe9ae1c5aa4e4509e4046c1b53450cfb8. Implicit fallthrough errors are now avoided my the toolchain wrapper. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/optee-client.make3
1 files changed, 0 insertions, 3 deletions
diff --git a/rules/optee-client.make b/rules/optee-client.make
index d4dbeec39..3b8a23755 100644
--- a/rules/optee-client.make
+++ b/rules/optee-client.make
@@ -35,9 +35,6 @@ OPTEE_CLIENT_MAKE_ENV := \
LIBDIR=/usr/lib \
INCLUDEDIR=/usr/include
-ifdef PTXDIST_ICECC
-OPTEE_CLIENT_CFLAGS := -C
-endif
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------