Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
fix arflags probe
Browse files Browse the repository at this point in the history
now esp needed for llvm-ar-7
  • Loading branch information
rurban committed Apr 5, 2019
1 parent a9519a6 commit ce70557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -22079,7 +22079,7 @@ EOP
$cc $ccflags -c bar1.c >/dev/null 2>&1
$cc $ccflags -c bar2.c >/dev/null 2>&1
$cc $ccflags -c foo.c >/dev/null 2>&1
test -n $arflags || arflags=Dcr
$test "X$arflags" = "X" && arflags=rDc
if $test x$osname = xfreebsd; then
if $test -z $FREEBSD_KERNEL_VERSION -o $FREEBSD_KERNEL_VERSION -ge 1000000; then
arflags="-r -Dc"
Expand Down

0 comments on commit ce70557

Please sign in to comment.