Skip to content

Commit

Permalink
c18n: Generate ld-elf64cb-c18n.so.hints
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgao committed Oct 25, 2023
1 parent f03c1e9 commit b2d5fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libexec/rc/rc.d/ldconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ ldconfig_start()
"${ldconfig64cb_paths}" "" "")
startmsg 'Benchmark ABI ldconfig path:' ${_LDC}
${ldconfig} -f /var/run/ld-elf64cb.so.hints ${_ins} ${_LDC}

_LDC="/usr/lib64cb/c18n ${_LDC}"
startmsg 'Library-based compartmentalization (benchmark ABI) ldconfig path:' ${_LDC}
${ldconfig} -f /var/run/ld-elf64cb-c18n.so.hints ${_ins} ${_LDC}
;&
# FALLTHROUGH
riscv64c)
Expand Down

0 comments on commit b2d5fa6

Please sign in to comment.