argh ppc64
This commit is contained in:
parent
80559657f8
commit
8706975e21
@ -198,15 +198,15 @@ mkdir preserve
|
|||||||
|
|
||||||
for t in osmesa osmesa16 osmesa32; do
|
for t in osmesa osmesa16 osmesa32; do
|
||||||
echo "Building $t"
|
echo "Building $t"
|
||||||
make %{?_smp_mflags} linux-$t
|
make %{?_smp_mflags} linux-$t OPT_FLAGS="${OPT_FLAGS}"
|
||||||
mv lib/* preserve
|
mv lib/* preserve
|
||||||
make -s realclean
|
make -s realclean
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "Building %{dri_target}"
|
echo "Building %{dri_target}"
|
||||||
make %{?_smp_mflags} %{dri_target}
|
make %{?_smp_mflags} %{dri_target} OPT_FLAGS="${OPT_FLAGS}"
|
||||||
make -C progs/xdemos glxgears glxinfo
|
make -C progs/xdemos glxgears glxinfo OPT_FLAGS="${OPT_FLAGS}"
|
||||||
make -C progs/demos
|
make -C progs/demos OPT_FLAGS="${OPT_FLAGS}"
|
||||||
mv preserve/* lib
|
mv preserve/* lib
|
||||||
ln -s libOSMesa.so.6 lib/libOSMesa.so
|
ln -s libOSMesa.so.6 lib/libOSMesa.so
|
||||||
ln -s libOSMesa16.so.6 lib/libOSMesa16.so
|
ln -s libOSMesa16.so.6 lib/libOSMesa16.so
|
||||||
|
Loading…
Reference in New Issue
Block a user