diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-23 21:21:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-23 21:21:49 +0000 |
commit | 4a479b9f2398aecd0e72db720c01266961a948c3 (patch) | |
tree | bb8d83123f896bb8b29d0a4eed08551ba474923f /test/Rules.mak | |
parent | 3d7f18fb7a13286981097636b5c6764975031837 (diff) |
Fix up compiler name
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
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 |