1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

waftest: updated the cross compilation environment I test with

This commit is contained in:
Andrew Tridgell 2010-04-21 15:36:26 +10:00
parent 612a34ad69
commit ab2555faac

View File

@ -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