Mesa-master:

- fix crosscompiling (src/glsl/apps/compile must be compiled for host)
This commit is contained in:
Stephan Raue 2010-01-13 22:26:26 +01:00
parent 61c931b80a
commit 86f4e3aff0

View File

@ -48,7 +48,12 @@ DRI_DRIVER_SEARCH_DIR="$XORG_PATH_DRI" \
--without-demos \
--disable-gallium \
make
make -C src/glsl CC=$HOST_CC CFLAGS=""
mv src/glsl/apps/compile ./host_compile
make clean
make GLSL_CL="\$(TOP)/host_compile"
make -C progs/xdemos