Deleted Added
full compact
Makefile (76116) Makefile (94290)
1# $FreeBSD: head/sys/boot/ficl/Makefile 76116 2001-04-29 02:36:36Z dcs $
1# $FreeBSD: head/sys/boot/ficl/Makefile 94290 2002-04-09 17:45:28Z dcs $
2#
3.PATH: ${.CURDIR}/${MACHINE_ARCH}
2#
3.PATH: ${.CURDIR}/${MACHINE_ARCH}
4BASE_SRCS= dict.c ficl.c math64.c search.c stack.c tools.c \
5 prefix.c loader.c vm.c words.c
4BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
5 prefix.c search.c stack.c tools.c vm.c words.c
6
6SRCS= ${BASE_SRCS} sysdep.c softcore.c
7CLEANFILES= softcore.c testmain testmain.o
8.if ${MACHINE_ARCH} == "alpha"
9CFLAGS+= -mno-fp-regs
10.endif
11.if ${MACHINE_ARCH} == "i386"
12CFLAGS+= -mpreferred-stack-boundary=2
13.endif

--- 30 unchanged lines hidden ---
7SRCS= ${BASE_SRCS} sysdep.c softcore.c
8CLEANFILES= softcore.c testmain testmain.o
9.if ${MACHINE_ARCH} == "alpha"
10CFLAGS+= -mno-fp-regs
11.endif
12.if ${MACHINE_ARCH} == "i386"
13CFLAGS+= -mpreferred-stack-boundary=2
14.endif

--- 30 unchanged lines hidden ---