make/autoconf/flags.m4
branchihse-cflags-rewrite-branch
changeset 56194 8b7430e0a67a
parent 56179 dc0add3a3212
child 56228 a20f3126f7c0
--- a/make/autoconf/flags.m4	Tue Feb 27 00:04:54 2018 +0100
+++ b/make/autoconf/flags.m4	Tue Feb 27 00:07:16 2018 +0100
@@ -27,13 +27,6 @@
 m4_include([flags-ldflags.m4])
 m4_include([flags-other.m4])
 
-# Sort the flags in a given variable, and remove superfluous whitespace.
-#
-# $1 = name of variable to sort
-AC_DEFUN([FLAGS_SORT_FLAGS], [
-  $1=`$ECHO ${$1} | $TR ' ' '\n' | $SORT | $TR '\n' ' '`
-])
-
 ################################################################################
 #
 # Setup ABI profile (for arm)