dashboard
repositories
activity
search
login
ljy
/
RK3588_XEN
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix fiq_debugger-set-uart-irq-no-balancing
hc
2024-07-02
39af2116d7581c9a12be9e73bb6bdc31496495ef
[~ljy/RK3588_XEN.git]
/
buildroot
/
package
/
nodejs
/
v8-qemu-wrapper.in
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
# Pass -r to qemu-user as to trick glibc into not errorings out if the host kernel
# is older than the target kernel.
exec @QEMU_USER@ -r @TOOLCHAIN_HEADERS_VERSION@ \
@QEMU_USERMODE_ARGS@ \
-L "${STAGING_DIR}/" \
"$@"