From 9ca8ac67b03b33e4f37e748877b002eb89eb5d92 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Sat, 14 Sep 1996 05:12:45 +0000 Subject: [PATCH] use cc by default --- pppstats/Makefile.sol2 | 4 ++-- svr4/Makefile.sol2 | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2 index c35fcec..4ffb438 100644 --- a/pppstats/Makefile.sol2 +++ b/pppstats/Makefile.sol2 @@ -1,6 +1,6 @@ # # pppstats Makefile for SVR4 systems -# $Id: Makefile.sol2,v 1.4 1996/08/28 06:43:06 paulus Exp $ +# $Id: Makefile.sol2,v 1.5 1996/09/14 05:12:45 paulus Exp $ # BINDIR = /usr/local/bin @@ -12,7 +12,7 @@ INSTALL = /usr/sbin/install #COPTS = -g -O # For sun c -COPTS = -g -Xa +COPTS = -O -Xa CFLAGS = -I.. $(COPTS) -DSTREAMS diff --git a/svr4/Makefile.sol2 b/svr4/Makefile.sol2 index bfc9f47..003478b 100644 --- a/svr4/Makefile.sol2 +++ b/svr4/Makefile.sol2 @@ -1,10 +1,16 @@ # # Makefile for STREAMS modules for Solaris 2. # -# $Id: Makefile.sol2,v 1.7 1996/07/01 01:24:07 paulus Exp $ +# $Id: Makefile.sol2,v 1.8 1996/09/14 05:12:02 paulus Exp $ # -CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. -O -Xa -w -DDEBUG +COPTS = -Xa -w + +# If you prefer to use gcc... +#CC = gcc +#COPTS = + +CFLAGS= -D_KERNEL -DSVR4 -DSOL2 -I.. -O $(COPTS) -DDEBUG all: ppp ppp_ahdl ppp_comp -- 2.39.2