From: Victor Martinez Date: Mon, 8 Mar 2010 12:38:56 +0000 (+0000) Subject: Fixed gcc test output. X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=b6b7ed5f8c937dd672376dc150382e67b2052766;p=attic%2Ftoolchain-noeabi.git Fixed gcc test output. --- diff --git a/Makefile b/Makefile index 5ca990c..9fe0dd9 100644 --- a/Makefile +++ b/Makefile @@ -247,7 +247,7 @@ $(WORK)/test: $(WORK)/test.c export PATH=$$PATH:$(CROSSTOOLS)/bin && \ unset CFLAGS && unset CXXFLAGS && unset CC && \ AR=ar LDFLAGS="-Wl,-rpath,$(CROSSTOOLS)/lib" \ - $(TARGET)-gcc -Wall -o test $(WORK)/test.c + $(TARGET)-gcc -Wall -o $(WORK)/test $(WORK)/test.c [ "`file -b $(WORK)/test | cut -d',' -f2 | sed 's| ||g'`" = "ARM" ] || exit 1 touch $(WORK)/test