Deleted Added
full compact
Makefile.inc (204771) Makefile.inc (207995)
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile.inc 204771 2010-03-05 21:24:41Z imp $
1# $FreeBSD: head/gnu/usr.bin/cc/Makefile.inc 207995 2010-05-12 19:59:32Z obrien $
2
3.include "../Makefile.inc"
4
5# Sometimes this is .include'd several times...
6.if !defined(__CC_MAKEFILE_INC__)
7__CC_MAKEFILE_INC__= ${MFILE}
8
2
3.include "../Makefile.inc"
4
5# Sometimes this is .include'd several times...
6.if !defined(__CC_MAKEFILE_INC__)
7__CC_MAKEFILE_INC__= ${MFILE}
8
9GCCVER= 4.2
9GCCDIR= ${.CURDIR}/../../../../contrib/gcc
10GCCLIB= ${.CURDIR}/../../../../contrib/gcclibs
11
12.include "Makefile.tgt"
13
14# Machine description.
15MD_FILE= ${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}.md
16GCC_TARGET= ${TARGET_ARCH}-undermydesk-freebsd
17
10GCCDIR= ${.CURDIR}/../../../../contrib/gcc
11GCCLIB= ${.CURDIR}/../../../../contrib/gcclibs
12
13.include "Makefile.tgt"
14
15# Machine description.
16MD_FILE= ${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}.md
17GCC_TARGET= ${TARGET_ARCH}-undermydesk-freebsd
18
19CFLAGS+= -DGCCVER=\"${GCCVER}\"
18CFLAGS+= -DIN_GCC -DHAVE_CONFIG_H
19CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\"
20#CFLAGS+= -DWANT_COMPILER_INVARIANTS
21CSTD?= gnu89
22
23# If building 64-bit longs for the i386, "_LARGE_LONG" should also be defined
24# to get the proper sizes in limits.h
25.if defined(LONG_TYPE_SIZE)

--- 52 unchanged lines hidden ---
20CFLAGS+= -DIN_GCC -DHAVE_CONFIG_H
21CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\"
22#CFLAGS+= -DWANT_COMPILER_INVARIANTS
23CSTD?= gnu89
24
25# If building 64-bit longs for the i386, "_LARGE_LONG" should also be defined
26# to get the proper sizes in limits.h
27.if defined(LONG_TYPE_SIZE)

--- 52 unchanged lines hidden ---