]> git.ozlabs.org Git - ppp.git/commitdiff
compiler flags for using sun C
authorPaul Mackerras <paulus@samba.org>
Thu, 4 Apr 1996 04:09:03 +0000 (04:09 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 4 Apr 1996 04:09:03 +0000 (04:09 +0000)
pppstats/Makefile.sol2

index 5acbd5d65892b3c93197fea4cce38044f9f9b72c..95067105a2ac9f858581d588f1a2622cf1f521ec 100644 (file)
@@ -1,14 +1,19 @@
 #
 # pppstats Makefile for SVR4 systems
 #
 # pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.1 1995/10/27 03:54:26 paulus Exp $
+# $Id: Makefile.sol2,v 1.2 1996/04/04 04:09:03 paulus Exp $
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 INSTALL = /usr/sbin/install
 
 #
 
 BINDIR = /usr/local/bin
 MANDIR = /usr/local/man
 INSTALL = /usr/sbin/install
 
-CC = gcc
-COPTS = -g -O
+# For gcc
+#CC = gcc
+#COPTS = -g -O
+
+# For sun c
+COPTS = -g -Xa -w -D__svr4__
+
 CFLAGS = -I.. $(COPTS)
 
 all: pppstats
 CFLAGS = -I.. $(COPTS)
 
 all: pppstats