summaryrefslogtreecommitdiff
path: root/gnu/gcc
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2013-10-29 12:14:55 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2013-10-29 12:14:55 +0000
commit57f552eb05cfcfe4f038b9a270740dfede95b9bc (patch)
tree8364553fce6da6c090010f908c129d12443f4cad /gnu/gcc
parentdb87cf1b2d3dca4c12056314d8fd3e08347249bd (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.h3
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: \