Skip to content

Commit 3e93895

Browse files
committed
Fix build of arc64 on MacOS
When we try to build arc64 on MacOS we run into two issues: 1. patches-arc64 isn't being copied over to the disk image 2. the binutils patch does apply cleanly To fix these issues: 1. Update go.sh to copy patches-arc64 over to mounted disk image 2. Re-generate binutils ARC64 patch to apply cleanly Signed-off-by: Kumar Gala <[email protected]>
1 parent 8055765 commit 3e93895

File tree

2 files changed

+6076
-1607
lines changed

2 files changed

+6076
-1607
lines changed

go.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if [ "$machine" == "Mac" ]; then
3838
hdiutil mount ${ImageNameExt}
3939
fi
4040
cp -a patches /Volumes/$ImageName
41+
cp -a patches-arc64 /Volumes/$ImageName
4142
cp -a overlays /Volumes/$ImageName
4243
cd /Volumes/$ImageName
4344
fi

0 commit comments

Comments
 (0)