Deleted Added
full compact
Makefile (182579) Makefile (182627)
1# $FreeBSD: head/gnu/usr.bin/cc/cc_tools/Makefile 182579 2008-08-31 23:38:28Z obrien $
1# $FreeBSD: head/gnu/usr.bin/cc/cc_tools/Makefile 182627 2008-09-01 18:46:03Z obrien $
2
3.include <bsd.own.mk>
4
5CFLAGS+= -I.
6
7.include "../Makefile.inc"
8
9CFLAGS+= -g

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

28.if ${TARGET_ARCH} != "arm"
29TARGET_INC+= ${GCC_CPU}/${GCC_CPU}.h
30.endif
31.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
32TARGET_INC+= ${GCC_CPU}/unix.h
33TARGET_INC+= ${GCC_CPU}/att.h
34.endif
35TARGET_INC+= dbxelf.h
2
3.include <bsd.own.mk>
4
5CFLAGS+= -I.
6
7.include "../Makefile.inc"
8
9CFLAGS+= -g

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

28.if ${TARGET_ARCH} != "arm"
29TARGET_INC+= ${GCC_CPU}/${GCC_CPU}.h
30.endif
31.if ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "amd64"
32TARGET_INC+= ${GCC_CPU}/unix.h
33TARGET_INC+= ${GCC_CPU}/att.h
34.endif
35TARGET_INC+= dbxelf.h
36TARGET_INC+= elfos-undef.h
36TARGET_INC+= elfos.h
37TARGET_INC+= freebsd-native.h
38TARGET_INC+= freebsd-spec.h
39TARGET_INC+= freebsd.h
40.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
41. if exists(${GCCDIR}/config/${GCC_CPU}/sysv4.h)
42TARGET_INC+= ${GCC_CPU}/sysv4.h
43. endif
44.endif
45.if ${TARGET_ARCH} == "amd64"
46TARGET_INC+= ${GCC_CPU}/x86-64.h
47.endif
37TARGET_INC+= elfos.h
38TARGET_INC+= freebsd-native.h
39TARGET_INC+= freebsd-spec.h
40TARGET_INC+= freebsd.h
41.if ${TARGET_ARCH} != "i386" && ${TARGET_ARCH} != "amd64"
42. if exists(${GCCDIR}/config/${GCC_CPU}/sysv4.h)
43TARGET_INC+= ${GCC_CPU}/sysv4.h
44. endif
45.endif
46.if ${TARGET_ARCH} == "amd64"
47TARGET_INC+= ${GCC_CPU}/x86-64.h
48.endif
48.if ${TARGET_ARCH} == "arm"
49.if ${TARGET_ARCH} == "arm" || ${TARGET_ARCH} == "mips"
49TARGET_INC+= ${GCC_CPU}/elf.h
50.endif
51.if ${TARGET_ARCH} == "arm"
52TARGET_INC+= ${GCC_CPU}/aout.h
53.endif
54TARGET_INC+= ${GCC_CPU}/freebsd.h
55.if ${TARGET_ARCH} == "amd64"
56TARGET_INC+= ${GCC_CPU}/freebsd64.h

--- 484 unchanged lines hidden ---
50TARGET_INC+= ${GCC_CPU}/elf.h
51.endif
52.if ${TARGET_ARCH} == "arm"
53TARGET_INC+= ${GCC_CPU}/aout.h
54.endif
55TARGET_INC+= ${GCC_CPU}/freebsd.h
56.if ${TARGET_ARCH} == "amd64"
57TARGET_INC+= ${GCC_CPU}/freebsd64.h

--- 484 unchanged lines hidden ---