Skip to content

Commit

Permalink
added experimental support for RISC-V CPUs
Browse files Browse the repository at this point in the history
milkVduo under musl specifically
  • Loading branch information
brentr committed Oct 24, 2023
1 parent e5dca11 commit 04d9f6c
Show file tree
Hide file tree
Showing 5 changed files with 2,118 additions and 1,480 deletions.
4 changes: 2 additions & 2 deletions arminstall
Expand Up @@ -46,8 +46,8 @@ export prefix=$ARMPREFIX

rm -rf $TOP/bin/ruby $TOP/lib/ruby &&
mkdir -p $TOP &&
make RUBYLIB=$srctop/lib -o miniruby -j4 prefix=$prefix all &&
make RUBYLIB=$srctop/lib -o miniruby install || exit 1
make RUBYLIB=$srctop/lib EXTLDFLAGS="$EXTLDFLAGS" -o miniruby -j4 prefix=$prefix all &&
make RUBYLIB=$srctop/lib EXTLDFLAGS="$EXTLDFLAGS" -o miniruby install || exit 1
[ -n "$coreOnly" ] || {
echo " Installing extensions required by MBARI ESP:"
cd $startDir
Expand Down

0 comments on commit 04d9f6c

Please sign in to comment.