diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-21 15:36:26 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-21 15:36:26 +1000 |
commit | ab2555faac253bdea46540aa1251977c46b02f35 (patch) | |
tree | 2c4cf659a49d33b5037f29b40f667e29e4f371ce /buildtools | |
parent | 612a34ad69c043e42970e01f2f026dff7dc07728 (diff) | |
download | samba-ab2555faac253bdea46540aa1251977c46b02f35.tar.gz |
waftest: updated the cross compilation environment I test with
Diffstat (limited to 'buildtools')
-rwxr-xr-x | buildtools/testwaf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh index 5f24bdddda..b0771bb4ad 100755 --- a/buildtools/testwaf.sh +++ b/buildtools/testwaf.sh @@ -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 |