CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2013/10/29 06:14:54
Modified files: gnu/gcc/gcc/config/rs6000: openbsd.h Log message: Make gcc call collect2 on powerpc (instead of directly calling ld). Kernel, base and ports seem happy with this change, and there's no reason for collect2 to be less useful on these machines. Offending lines in gcc/config found by Miod, thanks. Let's commit the right file this time. ok kettenis@ miod@ mpi@