blob: 7d1f06803e386791d3e63f953d0452a22527d4f0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-aa,v 1.3 2000/09/11 02:02:40 wiz Exp $
--- scripts/pgcc.sh.orig Sun Nov 7 00:34:00 1999
+++ scripts/pgcc.sh
@@ -30,4 +30,4 @@
# Include the -L option in any case, just in case the user provided the
# names of some libraries we've built threaded versions of.
-eval exec COMPILER '"$@"' $include_dir $lib_dir $ldrun $libs
+eval exec COMPILER $lib_dir $ldrun '"$@"' $include_dir $libs
|