blob: 3813bfaf37e8f5eedcb707fc925c4a5ac53dccc4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.3 2003/05/09 23:31:40 salo Exp $
--- Makefile.orig 2002-10-22 01:15:16.000000000 +0200
+++ Makefile 2003-05-09 23:46:09.000000000 +0200
@@ -1,9 +1,9 @@
# Makefile for systems with GNU tools
-CC = gcc
+#CC = gcc
INSTALL = install
IFLAGS = -idirafter dummyinc
#CFLAGS = -g
-CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
+CFLAGS += -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion
LIBS = `./vsf_findlibs.sh`
LINK = -Wl,-s
|