CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/01/03 17:14:57
Modified files:
devel/llvm : Makefile
Log message:
Stop using -mlongcall on powerpc
Using long calls means slower code. It is not useful right now because
the size of the llvm executables has been reduced, as shown by tests by
Charlene Wendling. And it breaks compilation with gcc 6, as pointed out
by a report from George Koehler.
