CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2025/08/02 02:13:25

Modified files:
        lang/sbcl      : Makefile 

Log message:
lang/sbcl: disable shared library on aarch64

relocation error on handwritten asm:
ld: error: relocation R_AARCH64_ADR_PREL_PG_HI21 cannot be used against symbol 
'gc_card_mark'; recompile with -fPIC
ld: error: relocation R_AARCH64_ADD_ABS_LO12_NC cannot be used against symbol 
'gc_card_mark'; recompile with -fPIC

don't bump: it only affects aarch64 and the package didn't build on aarch64

Reply via email to