Deleted Added
full compact
Makefile.i386 (50477) Makefile.i386 (51898)
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.i386 50477 1999-08-28 01:08:13Z peter $
4# $FreeBSD: head/sys/conf/Makefile.i386 51898 1999-10-03 07:09:31Z bde $
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/i386/conf/``machineid''
12# after which you should do

--- 49 unchanged lines hidden (view full) ---

62.if defined(PROF)
63CFLAGS+= -malign-functions=4
64.if ${PROFLEVEL} >= 2
65IDENT+= -DGPROF4 -DGUPROF
66PROF+= -mprofiler-epilogue
67.endif
68.endif
69
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/i386/conf/``machineid''
12# after which you should do

--- 49 unchanged lines hidden (view full) ---

62.if defined(PROF)
63CFLAGS+= -malign-functions=4
64.if ${PROFLEVEL} >= 2
65IDENT+= -DGPROF4 -DGUPROF
66PROF+= -mprofiler-epilogue
67.endif
68.endif
69
70# Put configuration-specific C flags last (except for ${PROF}) so that they
71# can override the others.
72CFLAGS+= ${CONF_CFLAGS}
73
70NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
71NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
72NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
73PROFILE_C= ${CC} -c ${CFLAGS} $<
74
75GEN_CFILES= ${I386}/i386/genassym.c
76# setdef0.c and setdef1.c are intentionally
77# omitted from SYSTEM_CFILES. They include setdefs.h, a header which

--- 208 unchanged lines hidden ---
74NORMAL_C= ${CC} -c ${CFLAGS} ${PROF} $<
75NORMAL_C_C= ${CC} -c ${CFLAGS} ${PROF} $<
76NORMAL_S= ${CC} -c ${ASM_CFLAGS} $<
77PROFILE_C= ${CC} -c ${CFLAGS} $<
78
79GEN_CFILES= ${I386}/i386/genassym.c
80# setdef0.c and setdef1.c are intentionally
81# omitted from SYSTEM_CFILES. They include setdefs.h, a header which

--- 208 unchanged lines hidden ---