parent
e48b91683e
commit
98334b4565
3 changed files with 25 additions and 6 deletions
@ -1,19 +1,19 @@ |
||||
./bootstrap.sh && \ |
||||
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \ |
||||
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32 $DBG" ./configure \ |
||||
--libdir=/usr/local/lib32 \ |
||||
--build=x86_64 \ |
||||
--host=i386 && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
make clean && \ |
||||
./configure \ |
||||
CXXFLAGS="$DBG" ./configure \ |
||||
--prefix=/opt/local/i586-mingw32msvc \ |
||||
--build=x86_64 \ |
||||
--host=i586-mingw32msvc && \ |
||||
make && \ |
||||
sudo make install && \ |
||||
make clean && \ |
||||
./configure && \ |
||||
CXXFLAGS="$DBG" ./configure && \ |
||||
make check && \ |
||||
sudo make install |
||||
|
||||
|
Loading…
Reference in new issue