diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2013-10-29 12:14:55 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2013-10-29 12:14:55 +0000 |
commit | 57f552eb05cfcfe4f038b9a270740dfede95b9bc (patch) | |
tree | 8364553fce6da6c090010f908c129d12443f4cad /gnu/gcc | |
parent | db87cf1b2d3dca4c12056314d8fd3e08347249bd (diff) |
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@
Diffstat (limited to 'gnu/gcc')
-rw-r--r-- | gnu/gcc/gcc/config/rs6000/openbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/openbsd.h b/gnu/gcc/gcc/config/rs6000/openbsd.h index 36b433ade16..24060c79dd5 100644 --- a/gnu/gcc/gcc/config/rs6000/openbsd.h +++ b/gnu/gcc/gcc/config/rs6000/openbsd.h @@ -58,9 +58,6 @@ Boston, MA 02111-1307, USA. */ #undef CPP_OS_DEFAULT_SPEC #define CPP_OS_DEFAULT_SPEC "%(cpp_os_openbsd)" -#undef LINKER_NAME -#define LINKER_NAME "ld" - #undef LINK_SPEC #define LINK_SPEC "%{shared:-shared} \ %{!shared: \ |