summaryrefslogtreecommitdiffstats
path: root/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index f00d1523b3d..3f57a9ecf6c 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -9345,7 +9345,7 @@ echo "configure:9329: checking assembler instructions" >&5
fi
if test x"$gcc_cv_as_instructions" != x; then
cat >> confdefs.h <<EOF
-#define HAVE_GAS_`echo "$gcc_cv_as_instructions" | tr 'a-z ' 'A-Z_'` 1
+#define HAVE_GAS_`echo "$gcc_cv_as_instructions" | sed -e 's/ $//' | tr 'a-z ' 'A-Z_'` 1
EOF
fi
OpenPOWER on IntegriCloud