CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/05/26 12:11:16
Modified files:
devel/dyncall : Makefile
Log message:
dyncall: fix the build with clang on powerpc
The assembly code is not compatible with clang's integrated assembler. bcallah@
found out that the code is meant for GNU as(1) and could be rewritten, but
we're going with as(1) for the time being.
OK jca@ and bcallah@
