summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain/helpers.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk
index 6044b7e5f4..2f73ebbe8b 100644
--- a/toolchain/helpers.mk
+++ b/toolchain/helpers.mk
@@ -133,16 +133,6 @@ check_kernel_headers_version = \
# $1: path to gcc
# $2: expected gcc version
#
-# Some details about the sed expression:
-# - 1!d
-# - delete if not line 1
-#
-# - s/^[^)]+\) ([^[:space:]]+).*/\1/
-# - eat all until the first ')' character followed by a space
-# - match as many non-space chars as possible
-# - eat all the remaining chars on the line
-# - replace by the matched expression
-#
check_gcc_version = \
expected_version="$(strip $2)" ; \
if [ -z "$${expected_version}" ]; then \
OpenPOWER on IntegriCloud