Tools/GCCProxy - Moved libgcc to last item in link list (fixes undefined references)
authorJohn Hodge <[email protected]>
Tue, 14 May 2013 07:25:29 +0000 (15:25 +0800)
committerJohn Hodge <[email protected]>
Tue, 14 May 2013 07:25:29 +0000 (15:25 +0800)
Tools/GCCProxy/gccproxy.sh

index 801a1f1..1624fe0 100755 (executable)
@@ -108,6 +108,6 @@ elif echo " $_miscargs" | grep '\.c' >/dev/null; then
        rm $tmpout
        exit $_rv
 else
-       run $_LD $_ldflags $_miscargs $_outfile $LDFLAGS $LIBGCC_PATH $_libs
+       run $_LD $_ldflags $_miscargs $_outfile $LDFLAGS $_libs $LIBGCC_PATH
 fi
 

UCC git Repository :: git.ucc.asn.au