Port WAMR to the FreeBSD platform and update the document (#1825)
This commit is contained in:
11
product-mini/platforms/freebsd/build_jit.sh
Executable file
11
product-mini/platforms/freebsd/build_jit.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
|
||||
rm -fr build && mkdir build
|
||||
cd build
|
||||
cmake .. -DWAMR_BUILD_JIT=1
|
||||
nproc=$(sysctl -n hw.ncpu)
|
||||
make -j ${nproc}
|
||||
cd ..
|
||||
Reference in New Issue
Block a user