소스 검색

Fix up compiler name

Eric Andersen 23 년 전
부모
커밋
4a479b9f23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Rules.mak

+ 1 - 1
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