Fix syntax errors. ihse-cflags-rewrite-branch
authorihse
Mon, 19 Feb 2018 23:09:18 +0100
branchihse-cflags-rewrite-branch
changeset 56154 af8654dcd46a
parent 56153 13a257673a61
child 56155 f98e22c513dd
Fix syntax errors.
make/autoconf/flags.m4
--- a/make/autoconf/flags.m4	Mon Feb 19 23:07:19 2018 +0100
+++ b/make/autoconf/flags.m4	Mon Feb 19 23:09:18 2018 +0100
@@ -23,7 +23,9 @@
 # questions.
 #
 
+m4_include([flags-cflags.m4])
 m4_include([flags-ldflags.m4])
+m4_include([flags-other.m4])
 
 ################################################################################
 #
@@ -670,7 +672,7 @@
   fi
 
   # CFLAGS PER CPU
-  if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang || ; then
+  if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
     # COMMON to gcc and clang
     if test "x$FLAGS_CPU" = xx86; then
       # Force compatibility with i586 on 32 bit intel platforms.