From 45390f68d7cccd7e446172d9a00c685e95606801 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 12 Oct 2004 22:40:58 +0000 Subject: [PATCH] some more cross compiler prefixes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3724 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/Makefile b/Source/exehead/Makefile index 01803a11..37d6c085 100644 --- a/Source/exehead/Makefile +++ b/Source/exehead/Makefile @@ -29,7 +29,7 @@ ifeq "$(strip $(findstring i386pe,$(shell ld -V)))" "" chooseprefix = $(subst $(ccsuffix),,$(notdir $(call chooseexec,$(1)))) EXESUFF = - POSSIBLE_CROSS_PREFIXES = mingw32- i586-mingw32msvc- + POSSIBLE_CROSS_PREFIXES = mingw32- i386-mingw32msvc- i486-mingw32msvc- i586-mingw32msvc- i686-mingw32msvc- CROSS_PREFIX := $(call chooseprefix,$(POSSIBLE_CROSS_PREFIXES)) else CROSS_PREFIX =