CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/08/02 08:06:14
Modified files:
devel/dyncall : Makefile
devel/dyncall/patches: patch-dyncall_dyncall_call_ppc32_S
patch-dyncallback_dyncall_callback_ppc32_S
Log message:
dyncall: fix the build on powerpc without '-fno-integrated-as'
Drop the use of '.machine ppc' in assembly code, since it's not supported by
clang's integrated assembler and causes no ill effects to do so (hint from
bcallah@ a few monthes ago, thanks!).
"Fine with me" jasper@