logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

<gnu-triplet>-cross-exe-wrapper - Run an executable using CPU emulation if needed

Description

       <gnu-triplet>-cross-exe-wrapper can be used to wrap a program compiled the architecture designated by its
       prefix in GNU triplet form.  If the CPU happens to be able to run the program directly, it is run without
       emulation.  The personality(2) of the execution environment is adjusted if necessary.  The first argument
       must be a full path to the target executable.  All further arguments are forwarded to the target
       executable.

Name

       <gnu-triplet>-cross-exe-wrapper - Run an executable using CPU emulation if needed

See Also

qemu-user(1), qemu-user-static(1), personality(2)

perl v5.40.1                                       2025-02-27                               cross-exe-wrapper(1)

Synopsis

       <gnu-triplet>-cross-exe-wrapper <executable> [options]

See Also