[Cin] aarch64 patch for guicast

mat mnieuw at zap.a2000.nl
Sat Dec 4 22:47:44 CET 2021


When building for aarch64, in the guicast Makefile the aarch64 is
detected, but it then proceeds to produce 32 bit code anyway.
Andrew found that, the attached patch fixes it.

MatN

-------------- next part --------------
Common subdirectories: cinelerra_master/cinelerra-5.1/guicast/images and cinelerra5/cinelerra-5.1/guicast/images
diff cinelerra_master/cinelerra-5.1/guicast/Makefile cinelerra5/cinelerra-5.1/guicast/Makefile
20c20
< BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B arm -I binary -O elf64-littlearm\""
---
> BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B aarch64 -I binary -O elf64-littleaarch64\""
Common subdirectories: cinelerra_master/cinelerra-5.1/guicast/xfer and cinelerra5/cinelerra-5.1/guicast/xfer


More information about the Cin mailing list