Synchronize with sys/i386/conf/Makefile.i386 and files.i386 revisions

1.100 and 1.166, respectively.
This commit is contained in:
KATO Takenori 1997-06-30 09:57:33 +00:00
parent d98fe20585
commit bce20da1b3
4 changed files with 10 additions and 8 deletions

View File

@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.pc98,v 1.17 1997/05/31 12:39:08 kato Exp $
# $Id: Makefile.pc98,v 1.18 1997/06/02 09:20:46 kato Exp $
#
# Makefile for FreeBSD
#
@ -41,8 +41,9 @@ INCLUDES+= -I/usr/include
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
LOAD_ADDRESS?= F0100000
DEFINED_PROF= ${PROF}
.if defined(PROF)
PROF+= -malign-functions=4
CFLAGS+= -malign-functions=4
.if ${PROFLEVEL} >= 2
IDENT+= -DGPROF4 -DGUPROF
PROF+= -mprofiler-epilogue

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.26 1997/06/02 09:22:55 kato Exp $
# $Id: files.pc98,v 1.27 1997/06/02 15:45:27 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@ -133,7 +133,7 @@ i386/isa/if_wl.c optional wl device-driver
#pc98/isa/if_ze.c optional ze device-driver
i386/isa/if_zp.c optional zp device-driver
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${PROF:S/^$/-fomit-frame-pointer/} $<"
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/isa/intr_machdep.c standard
pc98/pc98/pc98.c optional isa device-driver
pc98/isa/istallion.c optional stli device-driver

View File

@ -3,7 +3,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.pc98,v 1.17 1997/05/31 12:39:08 kato Exp $
# $Id: Makefile.pc98,v 1.18 1997/06/02 09:20:46 kato Exp $
#
# Makefile for FreeBSD
#
@ -41,8 +41,9 @@ INCLUDES+= -I/usr/include
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h
CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}
LOAD_ADDRESS?= F0100000
DEFINED_PROF= ${PROF}
.if defined(PROF)
PROF+= -malign-functions=4
CFLAGS+= -malign-functions=4
.if ${PROFLEVEL} >= 2
IDENT+= -DGPROF4 -DGUPROF
PROF+= -mprofiler-epilogue

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.26 1997/06/02 09:22:55 kato Exp $
# $Id: files.pc98,v 1.27 1997/06/02 15:45:27 kato Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@ -133,7 +133,7 @@ i386/isa/if_wl.c optional wl device-driver
#pc98/isa/if_ze.c optional ze device-driver
i386/isa/if_zp.c optional zp device-driver
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${PROF:S/^$/-fomit-frame-pointer/} $<"
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/isa/intr_machdep.c standard
pc98/pc98/pc98.c optional isa device-driver
pc98/isa/istallion.c optional stli device-driver