summaryrefslogtreecommitdiff
path: root/math/mcsim/patches/patch-ab
blob: bc111757bbe6e9da192245c108760292dcf90463 (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
$NetBSD: patch-ab,v 1.1.1.1 2000/11/26 23:02:38 jtb Exp $

--- mod/Makefile.orig	Wed Nov 22 22:39:24 2000
+++ mod/Makefile
@@ -97,8 +97,8 @@
 #
 #>>>>  Define the COMPILER name and LINKER name here only.
 
-CC = gcc
-LINK = gcc
+#CC =
+LINK = $(CC)
 
 #>>>>  Define PATHS
 #	The include path should be a directory containing header
@@ -137,13 +137,13 @@
 #>>>> To compile with OPTIMIZATION uncomment the following lines
 #
 DEBUG_SYMBOLS = -DNDEBUG
-C_OPTIM_FLAG = -O
+C_OPTIM_FLAG = -O2
 L_OPTIM_FLAG =
 
 #
 #>>>> Include any special warning flags 
 #
-WARNINGS = -Wall
+WARNINGS = -ansi
 
 #--------------------
 #****  You shouldn't need to change these lines.  They are dependent