some more cross compiler prefixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3724 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8d496ae1be
commit
45390f68d7
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue