pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   is
Date:           Sun Dec 19 08:27:17 UTC 2010

Modified Files:
        pkgsrc/lang/ocaml: Makefile Makefile.common distinfo
        pkgsrc/lang/ocaml/patches: patch-at
Added Files:
        pkgsrc/lang/ocaml/patches: patch-bw patch-bx

Log Message:
- 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.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/ocaml/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/ocaml/Makefile.common
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/ocaml/patches/patch-at
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ocaml/patches/patch-bw \
    pkgsrc/lang/ocaml/patches/patch-bx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index