CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/19 05:23:54
Modified files:
lib/csu : Makefile
Log message:
Disable builtins on ppc in order to prevent the compiler from optimizing in
calls to libc in the process boot code that might not work before things
like the GOT are set up.
Suggested by deraadt@ ok visa@
