summaryrefslogtreecommitdiffstats
path: root/gnu/gcc
diff options
context:
space:
mode:
authorjca <jca@openbsd.org>2013-10-29 12:14:54 +0000
committerjca <jca@openbsd.org>2013-10-29 12:14:54 +0000
commit1e47ad624b47a33283177ca68d3d7f2803e81e1d (patch)
tree24be68f600c7f15014c602c3ef4eb91c574e03ba /gnu/gcc
parentRevert previous, wrong M ... (diff)
downloadwireguard-openbsd-1e47ad624b47a33283177ca68d3d7f2803e81e1d.tar.xz
wireguard-openbsd-1e47ad624b47a33283177ca68d3d7f2803e81e1d.zip
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: \