committer: mfx <mfx> 1036688362 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-11-07 16:59:22 +00:00
parent af65e40986
commit ccaff85870

View File

@ -337,6 +337,7 @@ ifeq ($(target),cross-mingw32)
e = .exe
CC = i586-mingw32msvc-gcc
CC += -march=i386 -mcpu=i586
CXXLD = i586-mingw32msvc-g++
##CFLAGS_M += -mno-schedule-prologue
endif