Clozure / ccl

Clozure Common Lisp
http://ccl.clozure.com
Apache License 2.0
841 stars 105 forks source link

Remove altivec from arm-exceptions.h #410

Closed bperryman closed 2 years ago

bperryman commented 2 years ago

Bullseye introduced a linking error for multiple definitions of altivec_available. As far as I can remember altivec is a power pc thing and not available on arm.

Removing these definitions from the header file fixes the build on bullseye and continues to work on buster.