From 4a479b9f2398aecd0e72db720c01266961a948c3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Apr 2001 21:21:49 +0000 Subject: Fix up compiler name --- test/Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Rules.mak') diff --git a/test/Rules.mak b/test/Rules.mak index fd537f337..a0ac3cef7 100644 --- a/test/Rules.mak +++ b/test/Rules.mak @@ -14,7 +14,7 @@ NATIVE_ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' \ # If you are running a cross compiler, you may want to set this # to something more interesting... -TESTCC = ../$(TESTDIR)extra/gcc-uClibc/gcc-uClibc-$(NATIVE_ARCH) +TESTCC = ../$(TESTDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc CC = gcc STRIPTOOL=strip -- cgit v1.2.3