Describe:  sync_20150203-43-g4591076
Commit:    45910768b4e1f88745a6d4e45568fc7abb41fdc1
Commit:    ee585199d459177dc1f29b9d2b9b71b0b80533f2
Commit:    adcaab19aea8edfc73ed6802390edf94952cb8aa

Modifications:
                devel/libffi/Makefile                       |  2 +-
                devel/libffi/patches/patch-src_arm_sysv_S   | 20 ++++++++++
                lang/ruby/1.9/Makefile                      |  4 ++
                lang/ruby/2.0/Makefile                      |  4 ++
                lang/ruby/2.1/Makefile                      |  4 ++
                lang/ruby/2.2/Makefile                      |  4 ++
                security/gnupg/patches/patch-mpi_longlong_h | 39 
++++++++++++++++++++
                7 files changed, 76 insertions(+), 1 deletion(-)
                create mode 100644 devel/libffi/patches/patch-src_arm_sysv_S
                create mode 100644 security/gnupg/patches/patch-mpi_longlong_h

Log messages:

Make libffi build on ARM after LLVM 3.6 update.
Clang's integrated assembler likes the ARM ASM a bit
differently to GNU as. Change it similarly to what
happened in base.

ok natano@

Make ruby work on ARM.
The configure scripts make it use __builtin_setjmp from clang,
but that does not work as the in-built setjmp is for Darwin
only. This makes it use the one from the system library.

ok natano@

Make gnupg build on our ARM.
The clang integrated as doesn't like gnupg's inline ASM
for ARM. GNU as was fine with it. This makes clang happier.

Never built on ARM, no bump needed.

ok natano@


Reply via email to