Skip to content

Commit 07d96e5

Browse files
committed
capitalise lto both times
1 parent 689a527 commit 07d96e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ AS_VAR_IF([ZEND_GCC_GLOBAL_REGS], [yes], [
345345
[aarch64*|arm64*], [AS_VAR_APPEND([LDFLAGS], [" -ffixed-x27 -ffixed-x28"])],
346346
[ppc64*|powerpc64*], [AS_VAR_APPEND([LDFLAGS], [" -ffixed-r14 -ffixed-r15"])],
347347
[riscv64*], [AS_VAR_APPEND([LDFLAGS], [" -ffixed-x18 -ffixed-x19"])],
348-
[AC_MSG_ERROR([Cannot reserve VM registers for LTO, disable lto or use --disable-gcc-global-regs])])
348+
[AC_MSG_ERROR([Cannot reserve VM registers for LTO, disable LTO or use --disable-gcc-global-regs])])
349349
])
350350
])
351351
])

0 commit comments

Comments
 (0)