CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed gcc test output.
authorVictor Martinez <pitillo@ono.com>
Mon, 8 Mar 2010 12:38:56 +0000 (12:38 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 8 Mar 2010 12:38:56 +0000 (12:38 +0000)
Makefile

index 5ca990ce7e5fec3d02d20fa1504c9e4d002f7140..9fe0dd945654225af48d6a03a6476e7cdc13ae66 100644 (file)
--- 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