blob: 15e6b9067d6c06388e62a491a35fe094a7102f5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:18:37 jtb Exp $
--- Makefile.in.orig Wed Feb 7 21:16:07 2001
+++ Makefile.in
@@ -1,21 +1,21 @@
# Which compiler to use
-CC = cc
+#CC = cc
# What optimization level to use
-OPTFLAGS = -O2
+#OPTFLAGS = -O2
# What options to be used by the compiler
-COPTIONS =
+#COPTIONS =
# What options to be used by the loader
-LDOPTIONS =
+LDOPTIONS = $(LDFLAGS)
# What archiving to use
-AR = ar rv
+#AR = ar rv
# What to use for indexing the archive
-RANLIB = ranlib
+#RANLIB = ranlib
#RANLIB = ar -ts
#RANLIB =
|