From 79bc484a4590d573073c7a6f9e23c2f737f3da48 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:38:18 +0000 Subject: [PATCH] use standard cc by default --- pppd/Makefile.sol2 | 12 ++++++------ pppd/Makefile.sunos4 | 9 +++++---- pppd/Makefile.svr4 | 10 +++++++--- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/pppd/Makefile.sol2 b/pppd/Makefile.sol2 index fa52c8e..7d7cafa 100644 --- a/pppd/Makefile.sol2 +++ b/pppd/Makefile.sol2 @@ -1,19 +1,19 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.sol2,v 1.6 1996/05/28 00:54:22 paulus Exp $ +# $Id: Makefile.sol2,v 1.7 1996/08/28 06:38:17 paulus Exp $ # BINDIR = /usr/local/bin MANDIR = /usr/local/man -CC = gcc -COPTS = -g -O2 -LIBS = -lsocket -lnsl +COPTS = -g -O -Xa -w -# For Sun cc -#COPTS = -g -O -Xa -w +# If you want to use gcc... +#CC = gcc +#COPTS = -g -O2 CFLAGS = $(COPTS) -I.. -DSVR4 +LIBS = -lsocket -lnsl INSTALL = /usr/sbin/install diff --git a/pppd/Makefile.sunos4 b/pppd/Makefile.sunos4 index 98ffb2f..46de87d 100644 --- a/pppd/Makefile.sunos4 +++ b/pppd/Makefile.sunos4 @@ -1,14 +1,15 @@ # # Makefile for pppd under SunOS 4. -# $Id: Makefile.sunos4,v 1.5 1996/05/28 00:54:23 paulus Exp $ +# $Id: Makefile.sunos4,v 1.6 1996/08/28 06:38:18 paulus Exp $ # BINDIR = /usr/local/etc MANDIR = /usr/local/man -CC = gcc -COPTS = -g -O2 -#COPTS = -O +#CC = gcc +#COPTS = -g -O2 + +COPTS = -O LIBS = CFLAGS = $(COPTS) -I.. -DSUNOS4 diff --git a/pppd/Makefile.svr4 b/pppd/Makefile.svr4 index e852680..634f473 100644 --- a/pppd/Makefile.svr4 +++ b/pppd/Makefile.svr4 @@ -1,13 +1,17 @@ # # Makefile for pppd under Solaris 2. -# $Id: Makefile.svr4,v 1.7 1996/05/28 00:54:23 paulus Exp $ +# $Id: Makefile.svr4,v 1.8 1996/08/28 06:38:18 paulus Exp $ # BINDIR = /usr/local/bin MANDIR = /usr/local/man -CC = gcc -COPTS = -g -O2 +COPTS = -g -O -Xa -w + +# If you want to use gcc... +#CC = gcc +#COPTS = -g -O2 + CFLAGS = $(COPTS) -I.. -DSVR4 LIBS = -lsocket -lnsl -- 2.39.2