From 86bbb8bc22a9af0538899fb9669285b5aa150702 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 2 Mar 2005 16:40:51 +0000 Subject: Add hacks that I use to test cross-builds (by building on native and foreign architectures and comparing products). They eliminate most of the differences caused by different object directory paths, timestamping, and identification. (Note WORLDTMP was renamed to ${OBJTREE}${.CURDIR}/tmp.) --- tools/build/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/build/Makefile') diff --git a/tools/build/Makefile b/tools/build/Makefile index be1de32..b523f13 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -23,4 +23,8 @@ INCS+= nl_types.h SRCS= dummy.c .endif +.if defined(CROSS_BUILD_TESTING) +SUBDIR= cross-build +.endif + .include -- cgit v1.1