Use standard mingw32 prefix on linux.

svn path=/trunk/; revision=3076
This commit is contained in:
Casper Hornstrup 2002-06-14 13:04:18 +00:00
parent 8d0ecd86c9
commit 49051a245f

View file

@ -20,7 +20,7 @@ endif
#
ifeq ($(HOST),mingw32-linux)
NASM_FORMAT = win32
PREFIX = i386-mingw32msv-
PREFIX = mingw32-
EXE_POSTFIX :=
EXE_PREFIX := ./
DLLTOOL = $(PREFIX)dlltool --as=$(PREFIX)as