build: fix building for Windows after SVN r287465

The previous change for enabling MinGW did not preserve the Win32 check and
added the EABI specific routines to a Windows build which does not use the EABI
routines.  Correct the conditional check for that.

llvm-svn: 288422
This commit is contained in:
Saleem Abdulrasool 2016-12-01 22:00:54 +00:00
parent e40caaee99
commit aba0edb340
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ if(MINGW)
udivmodsi4.c
udivsi3.c
umoddi3.c)
else(MINGW)
elseif(NOT WIN32)
# TODO the EABI sources should only be added to EABI targets
set(arm_SOURCES
${arm_SOURCES}