コンパイル結果

スクリプトコンパイルした結果。

$ mono -V
Mono JIT compiler version 2.11 (master/5eca8e1 2011年 2月 7日 月曜日 18:04:29 JST)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp
Disabled: none
Misc: softdebug
LLVM: yes(2.8)
GC: Included Boehm (with typed GC and Parallel Mark)

FPUの表示がvfpになった。
なんか変わったのかも。


追記
ChangeLogによると、

2009-05-26 Zoltan Varga

* CMakeLists.txt: Implement AC_OUTPUT, creation of config.make, etc.

* CMakeLists.txt: implement arm fpu detection, add vfp detection as
well.

* CMakeLists.txt: Add arm support.

当の昔に、ARMサポートおよびvfpの検出は実装されていたらしい。
よくわからない。