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:
parent
612a34ad69
commit
ab2555faac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user