projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac001f5
)
gcc/configure typo fix
author
Alan Modra
<amodra@gmail.com>
Mon, 28 Sep 2020 05:30:35 +0000
(15:00 +0930)
committer
Alan Modra
<amodra@gmail.com>
Wed, 30 Sep 2020 03:06:52 +0000
(12:36 +0930)
* configure.ac (--with-long-double-format): Typo fix.
* configure: Regenerate.
gcc/configure
patch
|
blob
|
history
gcc/configure.ac
patch
|
blob
|
history
diff --git
a/gcc/configure
b/gcc/configure
index b05a3714fb2b97b6dd060b7ca03fef1ce6e5ad02..22fb85280d675c357351277ec2965ef1df1e0731 100755
(executable)
--- a/
gcc/configure
+++ b/
gcc/configure
@@
-29897,7
+29897,7
@@
supported if the default cpu is power7 or newer" "$LINENO" 5
;;
esac
;;
-
x
powerpc64*-*-linux*:*)
+ powerpc64*-*-linux*:*)
as_fn_error $? "--with-long-double-format argument should be ibm or ieee" "$LINENO" 5
with_long_double_format=""
;;
diff --git
a/gcc/configure.ac
b/gcc/configure.ac
index f5612161dcdc1dd720b24b0ac99dcdd7b9f14800..1ad5bbc693579223ad1e56191d0e35de0d9ed07e 100644
(file)
--- a/
gcc/configure.ac
+++ b/
gcc/configure.ac
@@
-6260,7
+6260,7
@@
supported if the default cpu is power7 or newer])
;;
esac
;;
-
x
powerpc64*-*-linux*:*)
+ powerpc64*-*-linux*:*)
AC_MSG_ERROR([--with-long-double-format argument should be ibm or ieee])
with_long_double_format=""
;;