mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions.
Spotted by: simokawa
This commit is contained in:
parent
f246e4a17f
commit
9b3f5f7760
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113508
@ -10,7 +10,7 @@ INCS=
|
||||
BOOTSTRAPPING?= 0
|
||||
|
||||
# Some tools need <sys/endian.h>.
|
||||
.if !exists(/usr/include/sys/endian.h)
|
||||
.if !exists(/usr/include/sys/endian.h) || ${BOOTSTRAPPING} < 500000
|
||||
INCSGROUPS+= SYSHDRS
|
||||
SYSHDRS= endian.h
|
||||
SYSHDRSDIR= ${INCLUDEDIR}/sys
|
||||
|
Loading…
Reference in New Issue
Block a user