Deleted Added
full compact
Makefile (96456) Makefile (96779)
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 96456 2002-05-12 14:05:58Z obrien $
1# $FreeBSD: head/gnu/lib/libgcc/Makefile 96779 2002-05-17 03:08:15Z obrien $
2
3.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
4
5GCCDIR= ${.CURDIR}/../../../contrib/gcc
6.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
7
8# allow to be overridden for the a.out case
9.if !defined(LIB) || ${LIB} != "gcc_r"

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

111 __divdi3 __moddi3 __udivdi3 __umoddi3 \
112 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal \
113 __nonlocal_goto __restore_stack_nonlocal __trampoline
114LIB2ADDEH = unwind-ia64.c unwind-sjlj.c
115.endif
116
117.if ${TARGET_ARCH} == "powerpc"
118# from config/rs6000/t-ppccomm
2
3.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
4
5GCCDIR= ${.CURDIR}/../../../contrib/gcc
6.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}
7
8# allow to be overridden for the a.out case
9.if !defined(LIB) || ${LIB} != "gcc_r"

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

111 __divdi3 __moddi3 __udivdi3 __umoddi3 \
112 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal \
113 __nonlocal_goto __restore_stack_nonlocal __trampoline
114LIB2ADDEH = unwind-ia64.c unwind-sjlj.c
115.endif
116
117.if ${TARGET_ARCH} == "powerpc"
118# from config/rs6000/t-ppccomm
119LIB2FUNCS_EXTRA = tramp.S
119LIB2FUNCS_EXTRA = tramp.asm
120# This one can't end up in shared libgcc
120# This one can't end up in shared libgcc
121LIB2FUNCS_STATIC_EXTRA = eabi.S
121LIB2FUNCS_STATIC_EXTRA = eabi.asm
122# We want fine grained libraries, so use the new code to build the
123# floating point emulation libraries.
124OBJS+= dp-bit.o fp-bit.o
125.endif
126
127.if ${TARGET_ARCH} == "sparc64"
128# from config/sparc/t-elf
129# We want fine grained libraries, so use the new code to build the

--- 106 unchanged lines hidden ---
122# We want fine grained libraries, so use the new code to build the
123# floating point emulation libraries.
124OBJS+= dp-bit.o fp-bit.o
125.endif
126
127.if ${TARGET_ARCH} == "sparc64"
128# from config/sparc/t-elf
129# We want fine grained libraries, so use the new code to build the

--- 106 unchanged lines hidden ---