New comment by slymattz on void-packages repository https://github.com/void-linux/void-packages/issues/49170#issuecomment-1985581788 Comment: > ```diff > Index: refind-0.14.0.2/Make.common > =================================================================== > --- refind-0.14.0.2.orig/Make.common > +++ refind-0.14.0.2/Make.common > @@ -140,8 +140,6 @@ endif > > ifeq ($(ARCH), aarch64) > GNUEFI_CFLAGS += -DEFIAARCH64 > - FORMAT = -O binary > - FORMAT_DRIVER = -O binary > SUBSYSTEM_LDFLAG = -defsym=EFI_SUBSYSTEM=0xa > LDFLAGS += --warn-common --no-undefined --fatal-warnings > > ``` > > Built, not tested in anyway Just wanted to confirm that removing these two lines also enables refind to build successfully for aarch64-glibc and aarch64-musl. BTW, let me post a link to your patch upstream, just for the record: https://sourceforge.net/p/refind/discussion/general/thread/3ca1db9256/