Skip to content

Commit 9b73f46

Browse files
ararslangiordano
andauthored
Update src/auditor/extra_checks.jl
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
1 parent 9800180 commit 9b73f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auditor/extra_checks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function check_os_abi(oh::ObjectHandle, p::AbstractPlatform, rest...; verbose::B
88
# On AArch64 and RISC-V, FreeBSD uses an ELF note section to identify itself rather
99
# than OS/ABI in the ELF header. In that case, the OS/ABI will be generic Unix (NONE).
1010
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252490 and
11-
# https://github.com/freebsd/freebsd-src/blob/main/lib/csu/common/crtbrand.S
11+
# https://github.com/freebsd/freebsd-src/blob/d3c4b002d1fd54ac69c1714e208051867ee56dc4/lib/csu/common/crtbrand.S
1212
if oh.ei.osabi == ELF.ELFOSABI_NONE
1313
if os_from_elf_note(oh) != "FreeBSD"
1414
if verbose

0 commit comments

Comments
 (0)