mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add comment about a requirement in using a 64-bit `long' on i386.
This commit is contained in:
parent
a5f3753fed
commit
77765d0b13
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue