From 2c0471e8e80ec9bf53898348f65923279db262a6 Mon Sep 17 00:00:00 2001 From: "Jerry.Kirk%Nexwarecorp.com" Date: Mon, 19 Jul 1999 21:15:26 +0000 Subject: [PATCH] Changed Neutrino test from OS_ARCH to OS_TARGET to support cross compiling --- config/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rules.mk b/config/rules.mk index fcede600d667..04ef13a8eea3 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -537,7 +537,7 @@ ifneq ($(OS_ARCH),OS2) # that are built using other static libraries. Confused...? # ifdef SHARED_LIBRARY_LIBS -ifeq ($(OS_ARCH),NTO) +ifeq ($(OS_TARGET),NTO) AR_LIST := ar.elf t AR_EXTRACT := ar.elf x else