gcc/configure typo fix
* configure.ac (--with-long-double-format): Typo fix. * configure: Regenerate.
This commit is contained in:
parent
ac001f5ce6
commit
de2c1d00f2
2 changed files with 2 additions and 2 deletions
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -29897,7 +29897,7 @@ supported if the default cpu is power7 or newer" "$LINENO" 5
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
xpowerpc64*-*-linux*:*)
|
||||
powerpc64*-*-linux*:*)
|
||||
as_fn_error $? "--with-long-double-format argument should be ibm or ieee" "$LINENO" 5
|
||||
with_long_double_format=""
|
||||
;;
|
||||
|
|
|
@ -6260,7 +6260,7 @@ supported if the default cpu is power7 or newer])
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
xpowerpc64*-*-linux*:*)
|
||||
powerpc64*-*-linux*:*)
|
||||
AC_MSG_ERROR([--with-long-double-format argument should be ibm or ieee])
|
||||
with_long_double_format=""
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue