CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/12/01 14:54:58
Modified files:
emulators/spike: Makefile
Added files:
emulators/spike/patches: patch-fesvr_syscall_cc
Log message:
spike: big endian and base-gcc architectures fixes
- big endian archs: correct a type mismatch in a template function call, that
caused a build failure.
- base-gcc archs: Add a COMPILER line since it requires ports-gcc (C++11).
- powerpc: The simulation generates internal exceptions, mark it BROKEN.
OK kmos@ (who tested on sparc64, thanks!) and jasper@ (maintainer)