pkgsrc/lang/ocaml
is 8a6b18dc6c - Enable native compilation for arm.
- to do this, and make the result runnable on pre-thumb arm, change
  upstreams assembler snippets and stubs to use "mov pc,reg" instead
  of the return/call-to-thumb-friendly "bx reg", which is not available
  in non-thumb-enabled arm CPUs. Whether this is the way to go, or a
  seperate "armt" architecture for ocaml is needed, needs to be discussed
  with upstream.

Resulting compiler, when running its selftest suite, has 6 errors less than
the same on i386. Unison compiled natively with this passes its self-test.
2010-12-19 08:27:17 +00:00
..
files
patches - Enable native compilation for arm. 2010-12-19 08:27:17 +00:00
buildlink3.mk Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
DESCR
distinfo - Enable native compilation for arm. 2010-12-19 08:27:17 +00:00
hacks.mk gcc44 fix 2009-10-08 01:24:51 +00:00
Makefile - Enable native compilation for arm. 2010-12-19 08:27:17 +00:00
Makefile.common - Enable native compilation for arm. 2010-12-19 08:27:17 +00:00
PLIST Make this package work again on architectures where we don't compile 2010-11-28 08:41:33 +00:00
PLIST.natdynlink Add PLIST support for natdynlink 2010-10-28 20:46:07 +00:00
PLIST.opt Make this package work again on architectures where we don't compile 2010-11-28 08:41:33 +00:00
PLIST.prof Update lang/ocaml to 3.11.1 [PR pkg/41695] 2009-09-07 21:48:13 +00:00
PLIST.stub Update to O'Caml 3.12.0, add test target. 2010-08-19 08:06:53 +00:00