mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Yet another name for the MinGW32 compiler (as found on Ubuntu 14.04).
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1352 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
MINGW32_PREFIX=${MINGW32_PREFIX:-/usr/local/mingw32}
|
||||
LIBUSB_PREFIX=${LIBUSB_PREFIX:-/WINDOWS/ProgramFiles/LibUSB-Win32}
|
||||
|
||||
for CC in mingw32-gcc i686-w64-mingw32-gcc
|
||||
for CC in mingw32-gcc i686-w64-mingw32-gcc i586-mingw32msvc-gcc
|
||||
do
|
||||
touch foo.c
|
||||
if ${CC} -c foo.c 2> /dev/null
|
||||
|
Reference in New Issue
Block a user