Deleted Added
full compact
Makefile (234356) Makefile (234596)
1# $FreeBSD: head/gnu/lib/csu/Makefile 234356 2012-04-16 21:36:55Z dim $
1# $FreeBSD: head/gnu/lib/csu/Makefile 234596 2012-04-23 06:33:27Z dim $
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6GCCDIR= ${.CURDIR}/../../../contrib/gcc
7GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
8CCDIR= ${.CURDIR}/../../usr.bin/cc
9.include "${CCDIR}/Makefile.tgt"

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

29ENDSRC= crtend.asm
30CFLAGS+= -x assembler-with-cpp # Ugly hack
31CFLAGS+= -include osreldate.h
32.undef SRCS # hack for 'make depend'
33.endif
34.if ${MACHINE_CPUARCH} == "powerpc"
35TGTOBJS= crtsavres.o
36SRCS+= crtsavres.asm
2
3.include <bsd.own.mk>
4MK_SSP= no
5
6GCCDIR= ${.CURDIR}/../../../contrib/gcc
7GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
8CCDIR= ${.CURDIR}/../../usr.bin/cc
9.include "${CCDIR}/Makefile.tgt"

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

29ENDSRC= crtend.asm
30CFLAGS+= -x assembler-with-cpp # Ugly hack
31CFLAGS+= -include osreldate.h
32.undef SRCS # hack for 'make depend'
33.endif
34.if ${MACHINE_CPUARCH} == "powerpc"
35TGTOBJS= crtsavres.o
36SRCS+= crtsavres.asm
37CFLAGS+= -mlongcall
38.endif
39.if ${MACHINE_CPUARCH} == "sparc64"
40TGTOBJS= crtfastmath.o
41SRCS+= crtfastmath.c
42.endif
43BEGINSRC?= crtstuff.c
44ENDSRC?= crtstuff.c
45

--- 36 unchanged lines hidden ---
37.endif
38.if ${MACHINE_CPUARCH} == "sparc64"
39TGTOBJS= crtfastmath.o
40SRCS+= crtfastmath.c
41.endif
42BEGINSRC?= crtstuff.c
43ENDSRC?= crtstuff.c
44

--- 36 unchanged lines hidden ---