diff options
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rules.mak b/test/Rules.mak index c90f9744e..6090fd700 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -10,9 +10,9 @@ include $(TESTDIR)Config -# Use NATIVE_ARCH here since running these test is not +# Use HOST_ARCH here since running these test is not # even possible when cross compiling... -NATIVE_ARCH:= $(shell uname -m | sed \ +HOST_ARCH:= $(shell uname -m | sed \ -e 's/i.86/i386/' \ -e 's/sparc.*/sparc/' \ -e 's/arm.*/arm/g' \ |