Updated compiler names.

This commit is contained in:
Klaus Reimer 2012-02-20 20:29:50 +01:00
parent 7923655e67
commit 268c7090a1
2 changed files with 4 additions and 4 deletions

View File

@ -33,9 +33,9 @@ then
fi
# Build libusb4java
./configure \
CFLAGS=-m32 ./configure \
--prefix=/ \
--host=i586-mingw32msvc \
--host=i686-w64-mingw32 \
--with-libusb-includes=$INCLUDES \
--with-libusb-libs=$LIBS,$BINS
make clean install-strip DESTDIR=$TMPDIR

View File

@ -33,9 +33,9 @@ then
fi
# Build libusb4java
./configure \
CFLAGS=-m64 ./configure \
--prefix=/ \
--host=amd64-mingw32msvc \
--host=x86_64-w64-mingw32 \
--with-libusb-includes=$INCLUDES \
--with-libusb-libs=$LIBS,$BINS
make clean install-strip DESTDIR=$TMPDIR