Skip to content

Commit

Permalink
Fix scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaytk committed Jan 23, 2024
1 parent a6bdcee commit 2e422ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions bin/elfconv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ setting() {
ELFCONV_DEBUG_MACROS=
ELFPATH=$( realpath "$1" )

if [ -n "$DEBUG" ]; then
ELFCONV_DEBUG_MACROS="-DSYSCALL_DEBUG=1"
fi

if [ -n "$SERVER" ]; then
if [ "$TAREGT" = "wasm-host" ]; then
ELFCONV_MACROS="-DELFCONV_SERVER_ENV=1"
fi

Expand Down
5 changes: 0 additions & 5 deletions scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ setting() {
ELFCONV_DEBUG_MACROS="-DELFCONV_SYSCALL_DEBUG=1"
fi

# use this change the behavior of syscall emulation in the case of WASI runtimes
if [ -n "$SERVER" ]; then

fi

}

aarch64_test() {
Expand Down

0 comments on commit 2e422ac

Please sign in to comment.