not every CPU is from Intel (greetings from Digital :-))

This commit is contained in:
tsbogend 1998-03-15 22:34:57 +00:00
parent bda193626d
commit 5ff3a85174
3 changed files with 9 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#
# ipppd makefile for Linux
# $Id: Makefile.in,v 1.6 1998/03/08 13:01:27 hipp Exp $
# $Id: Makefile.in,v 1.7 1998/03/15 22:34:57 tsbogend Exp $
#
HAVE_LIBDES := @HAVE_LIBDES@
@ -68,7 +68,7 @@ endif
DEBUG_FLAGS = @CONFIG_IPPPD_DEBUGFLAGS@
COMPILE_FLAGS =
COPTS = -I@CONFIG_KERNELDIR@/include
CFLAGS = -O2 -fomit-frame-pointer -m486 -Wall
CFLAGS = -O2 -fomit-frame-pointer -Wall
VER = 2.2.0
# it's a hack

View File

@ -1,6 +1,6 @@
#
# pppstats makefile
# $Id: Makefile.in,v 1.2 1997/10/26 23:08:38 fritz Exp $
# $Id: Makefile.in,v 1.3 1998/03/15 22:36:39 tsbogend Exp $
#
SBINDIR = @CONFIG_SBINDIR@
MANDIR = @CONFIG_MANDIR@
@ -13,7 +13,7 @@ INSTALL_DIR = $(INSTALL) -m 755 -o 0 -g 0 -d
PPPSTATSRCS = ipppstats.c
PPPSTATOBJS = ipppstats.o
CFLAGS = -m486 -fomit-frame-pointer -O2 -I@CONFIG_KERNELDIR@/include
CFLAGS = -fomit-frame-pointer -O2 -I@CONFIG_KERNELDIR@/include
all: ipppstats

View File

@ -1,4 +1,4 @@
## $Id: Makefile.in,v 1.34 1998/03/08 11:42:27 luethje Exp $
## $Id: Makefile.in,v 1.35 1998/03/15 22:35:44 tsbogend Exp $
##
## ISDN accounting for isdn4linux.
##
@ -19,6 +19,9 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Log: Makefile.in,v $
## Revision 1.35 1998/03/15 22:35:44 tsbogend
## not every CPU is from Intel (greetings from Digital :-))
##
## Revision 1.34 1998/03/08 11:42:27 luethje
## I4L-Meeting Wuerzburg final Edition, golden code - Service Pack number One
##
@ -234,7 +237,7 @@ ifeq ($(MAKELIB),1)
SUBDIRS += $(LIBISDNDIR)
endif
export CFLAGS = -Wall -pipe -O6 -m486 -fomit-frame-pointer -fforce-mem -fforce-addr -funroll-loops -fstrength-reduce
export CFLAGS = -Wall -pipe -O6 -fomit-frame-pointer -fforce-mem -fforce-addr -funroll-loops -fstrength-reduce
ifndef _CC
export _CC = gcc