From: Paul Mackerras Date: Thu, 4 Apr 1996 04:09:03 +0000 (+0000) Subject: compiler flags for using sun C X-Git-Tag: RELEASE_2_3_6~483 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=c20151f2256e0ffc413bfb54b9ceaee93c0f8156;ds=sidebyside compiler flags for using sun C --- diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2 index 5acbd5d..9506710 100644 --- a/pppstats/Makefile.sol2 +++ b/pppstats/Makefile.sol2 @@ -1,14 +1,19 @@ # # 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 -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