Deleted Added
full compact
Makefile (60734) Makefile (67811)
1#
1#
2# $FreeBSD: head/lib/csu/amd64/Makefile 60734 2000-05-20 17:47:29Z jdp $
2# $FreeBSD: head/lib/csu/amd64/Makefile 67811 2000-10-28 21:26:48Z obrien $
3#
4
3#
4
5SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
5SRCS= crt1.c crti.S crtn.S
6OBJS= ${SRCS:N*.h:R:S/$/.o/g}
7OBJS+= gcrt1.o
6OBJS= ${SRCS:N*.h:R:S/$/.o/g}
7OBJS+= gcrt1.o
8SOBJS= crtbegin.So crtend.So
9CFLAGS+= -elf -Wall -fkeep-inline-functions
8CFLAGS+= -elf -Wall -fkeep-inline-functions \
9 -I${.CURDIR}/../common
10LDFLAGS+= -elf
11NOMAN= true
12NOPIC= true
13NOPROFILE= true
14INTERNALLIB= true
15
16.PATH: ${.CURDIR}/../common
17

--- 12 unchanged lines hidden ---
10LDFLAGS+= -elf
11NOMAN= true
12NOPIC= true
13NOPROFILE= true
14INTERNALLIB= true
15
16.PATH: ${.CURDIR}/../common
17

--- 12 unchanged lines hidden ---