diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-11 23:49:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-11 23:49:20 +0000 |
commit | 648ab2842883215f556ae6f3e532378bb6a95f2c (patch) | |
tree | 945e5d3c60e1ff601c59fa164ded49c90e9294d8 | |
parent | 67401e9edd192693e2a91a6be8d816bc64432945 (diff) |
Pass on -R to ld. Marco S Hyman <marc@snafu.org>
-rw-r--r-- | gnu/usr.bin/gcc/config/openbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
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). */ |