summaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 4bf2934..fee9e40 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -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
OpenPOWER on IntegriCloud