waftest: updated the cross compilation environment I test with
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Apr 2010 05:36:26 +0000 (15:36 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 21 Apr 2010 05:36:26 +0000 (15:36 +1000)
buildtools/testwaf.sh

index 5f24bdddda829305d696ae3e919e9a8931c51081..b0771bb4ad408d224a90585bfc4b8ce56ee7706e 100755 (executable)
@@ -57,6 +57,6 @@ popd
 
 echo "testing cross compiling"
 pushd lib/talloc
-CC=arm-linux-gnu-gcc ./configure -C --prefix=$PREFIX  --cross-compile --cross-execute='qemu-arm-static -L /usr/arm-linux-gnu'
+CC=arm-linux-gnueabi-gcc ./configure -C --prefix=$PREFIX  --cross-compile --cross-execute='runarm'
 make && make install
 popd