Browse Source

Merge branch 'master' of https://github.com/JuliaLang/openlibm

Keno Fischer 12 years ago
parent
commit
18c309d02c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Make.inc

+ 1 - 1
Make.inc

@@ -24,7 +24,7 @@ override ARCH = amd64
 endif 
 
 ifeq ($(ARCH),i686)
-override ARCH = amd64
+override ARCH = i387
 endif
 
 ifeq ($(OS), MINGW32_NT-6.1)