CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/11/11 06:14:49
Modified files:
emulators/frodo: Makefile
Log message:
frodo: unbreak with clang on powerpc
CodeWarrior styled asm inline functions are used for powerpc optimisation,
guarded by "__POWERPC__" that base-clang defines, but not base-gcc.
As such, undefine __POWERPC__ to revert the situation as it was when powerpc
was a gcc arch. Runtime tests by Anthony Richardby (thanks!) and me.
OK sthen@
