mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
autoconf: sync with upstream pa_option_lto.m4
This change has no effect on NASM, but syncs with the upstream collection. RANLIB should be defaulting to : if not present. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
3ee140842f
commit
ea675d0af7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ dnl If not, do it now to prevent it from getting down further down.
|
|||
dnl Do it unconditionally to avoid inconsistent behavior with or
|
||||
dnl without --enable-lto.
|
||||
AS_IF([test -z "$AR"], [AC_CHECK_TOOL(AR, ar)])
|
||||
AS_IF([test -z "$RANLIB"], [AC_CHECK_TOOL(RANLIB, ranlib)])
|
||||
AS_IF([test -z "$RANLIB"], [AC_CHECK_TOOL(RANLIB, ranlib, :)])
|
||||
|
||||
PA_ARG_BOOL([lto],
|
||||
[Try to enable link-time optimization for this compiler],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue