Deleted Added
full compact
Makefile.sparc64 (101064) Makefile.sparc64 (101070)
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.sparc64 101064 2002-07-31 14:59:05Z jake $
4# $FreeBSD: head/sys/conf/Makefile.sparc64 101070 2002-07-31 15:52:04Z jake $
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/sparc64/conf/``machineid''
12# after which you should do

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

34S= ../../..
35.endif
36.endif
37.include "$S/conf/kern.pre.mk"
38
39# XXX: this should probably go somewhere else
40COPTS+= -mcmodel=medlow -msoft-float
41
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/sparc64/conf/``machineid''
12# after which you should do

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

34S= ../../..
35.endif
36.endif
37.include "$S/conf/kern.pre.mk"
38
39# XXX: this should probably go somewhere else
40COPTS+= -mcmodel=medlow -msoft-float
41
42SYSTEM_SFILES= $S/$M/$M/locore.s $S/$M/$M/exception.s
42SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S
43SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So
44
45%BEFORE_DEPEND
46
47%OBJS
48
49%FILES.c
50

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

55%CLEAN
56
57#lint: /tmp
58# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
59# $S/$M/$M/Locore.c ${CFILES} | \
60# grep -v 'struct/union .* never defined' | \
61# grep -v 'possible pointer alignment problem'
62
43SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So
44
45%BEFORE_DEPEND
46
47%OBJS
48
49%FILES.c
50

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

55%CLEAN
56
57#lint: /tmp
58# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
59# $S/$M/$M/Locore.c ${CFILES} | \
60# grep -v 'struct/union .* never defined' | \
61# grep -v 'possible pointer alignment problem'
62
63exception.o: $S/$M/$M/exception.s assym.s
63exception.o: $S/$M/$M/exception.S assym.s
64 ${NORMAL_S}
65
64 ${NORMAL_S}
65
66locore.o: $S/$M/$M/locore.s assym.s
66locore.o: $S/$M/$M/locore.S assym.s
67 ${NORMAL_S}
68
69%RULES
70
71.include "$S/conf/kern.post.mk"
67 ${NORMAL_S}
68
69%RULES
70
71.include "$S/conf/kern.post.mk"