From 77765d0b135117ec78f74062149e2dff8cd29180 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 10 Nov 2000 16:56:38 +0000 Subject: [PATCH] Add comment about a requirement in using a 64-bit `long' on i386. --- gnu/usr.bin/cc/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 79c573e10a3..62f86bebc6f 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -29,6 +29,9 @@ version!= sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ${GCCDIR}/version.c CFLAGS+= -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}/usr\" + +# If building 64-bit longs for the i386, "_LARGE_LONG" should also be defined +# to get the proper sizes in limits.h .if defined(LONG_TYPE_SIZE) CFLAGS+= -DLONG_TYPE_SIZE=${LONG_TYPE_SIZE} .endif