[runtime] Enable aot on 64 bit osx.
authorZoltan Varga <vargaz@gmail.com>
Thu, 3 Jul 2014 14:49:34 +0000 (16:49 +0200)
committerZoltan Varga <vargaz@gmail.com>
Thu, 3 Jul 2014 14:49:51 +0000 (16:49 +0200)
configure.ac

index c2d36bc8822f4863d4d04f14a004f633a23a76d1..ac247ff9549efe67641e1d01955d8d6a1c4ab52b 100644 (file)
@@ -2585,6 +2585,10 @@ case "$host" in
                        sgen_supported=true
                        AOT_SUPPORTED="yes"
                        ;;
+                 darwin*)
+                       sgen_supported=true
+                       AOT_SUPPORTED="yes"
+                       ;;
                  darwin*|openbsd*|freebsd*)
                        sgen_supported=true
                        ;;