From f613d379ec7871d84e63880d404591a8818e9e41 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 12 Dec 2007 20:14:14 +0000 Subject: [PATCH] Made change for make 0j option. Changed name of include file. --- configure/os/CONFIG.linux-x86.linux-x86-debug | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.linux-x86.linux-x86-debug b/configure/os/CONFIG.linux-x86.linux-x86-debug index b65c5bc80..cad9189c9 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86-debug +++ b/configure/os/CONFIG.linux-x86.linux-x86-debug @@ -7,7 +7,10 @@ # Sites may override these definitions in CONFIG_SITE.linux-x86.linux-x86-debug #------------------------------------------------------- -include $(CONFIG)/os/CONFIG.linux-x86-debug.linux-x86-debug +include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 -BUILD_CLASS = HOST +# This will cause build failure when used with make -j option +# See base/src/bpt MAKEBPT +#BUILD_CLASS = HOST +CROSS_OPT=NO