Skip to content

Commit

Permalink
Update rmac to v2.2.14 and rln to v1.7.4
Browse files Browse the repository at this point in the history
Clear out local patches that have been merged, but
add a new one to revert the fix for RMAC bug #209,
since it breaks building the 3D demo.

Fixes #10 and #11
  • Loading branch information
cubanismo committed Jan 14, 2023
1 parent 342d30e commit f7d2d6b
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 413 deletions.
3 changes: 2 additions & 1 deletion maketools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ echo "Building rln..."
cd "${SDK_DIR}"
git submodule update --checkout -- "${SRC_PATH}/rln"
cd "${SRC_DIR}/rln"
git am "${PATCH_DIR}/rln-"*
# No outstanding RLN patches at the moment :-)
#git am "${PATCH_DIR}/rln-"*
make
strip --strip-unneeded rln
cp rln "${TARGET_DIR}/bin"
Expand Down
272 changes: 0 additions & 272 deletions tools/patches/rln-0001-Add-Alcyon-object-file-support.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit f7d2d6b

Please sign in to comment.