Backout this change, the link options are passed to "ld" not "gcc"

This commit is contained in:
tron 1999-05-02 17:18:53 +00:00
parent ee0c971f4f
commit ddc0bf51a1

View file

@ -1,13 +0,0 @@
$NetBSD: patch-ac,v 1.1 1999/05/01 14:38:53 tron Exp $
--- Util/configure.orig Fri Mar 19 12:00:58 1999
+++ Util/configure Sat May 1 15:55:42 1999
@@ -1327,7 +1327,7 @@
then
MKSHLIBCMD='ld -Bshareable'
PICFLAGS="-fpic"
- RECPATHFLAGS="-R "
+ RECPATHFLAGS="-Wl,-R"
fi
;;
linux*)