From 648ab2842883215f556ae6f3e532378bb6a95f2c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 11 Mar 1998 23:49:20 +0000 Subject: Pass on -R to ld. Marco S Hyman --- gnu/usr.bin/gcc/config/openbsd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/gcc') diff --git a/gnu/usr.bin/gcc/config/openbsd.h b/gnu/usr.bin/gcc/config/openbsd.h index 3f3d859841d..2bfad303d7f 100644 --- a/gnu/usr.bin/gcc/config/openbsd.h +++ b/gnu/usr.bin/gcc/config/openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: openbsd.h,v 1.6 1998/03/03 21:21:16 niklas Exp $ */ +/* $OpenBSD: openbsd.h,v 1.7 1998/03/11 23:49:19 millert Exp $ */ /* OPENBSD_NATIVE is defined when gcc is integrated into the OpenBSD source tree so it can be configured appropriately when using the @@ -59,7 +59,7 @@ #undef LINK_SPEC #define LINK_SPEC \ - "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*}" + "%{!nostdlib:%{!r*:%{!e*:-e start}}} -dc -dp %{R*} %{static:-Bstatic} %{assert*}" /* We have atexit(3). */ -- cgit v1.2.3