This is an automated email from the ASF dual-hosted git repository.

truckman pushed a change to branch AOO418
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


    from 610a398  Fix a compilation failure caused by missing include when 
debugging is enabled.
     new af84ad0  Add initial support for FreeBSD PPC using gcc.
     new 941ddfd  Update endianness detection on FreeBSD.
     new 0bd9e24  Initial support for the FreeBSD ARM platform.
     new 0879711  Some more Initial support for the FreeBSD ARM platform.
     new 2926eac  Permit using clang for FreeBSD ARM and PowerPC builds.
     new 44db7cb  freebsd-arm: obvious fix.
     new a41e569  freebsd-powerpc: obvious fix.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../armhelper.S                                    |   0
 .../source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx    | 546 ++++++++++++++
 .../source/cpp_uno/gcc3_freebsd_arm/except.cxx     | 337 +++++++++
 .../source/cpp_uno/gcc3_freebsd_arm/makefile.mk    |  80 +++
 .../{gcc3_linux_arm => gcc3_freebsd_arm}/share.hxx |   0
 .../source/cpp_uno/gcc3_freebsd_arm/uno2cpp.cxx    | 665 +++++++++++++++++
 .../cpp_uno/gcc3_freebsd_powerpc/cpp2uno.cxx       | 791 +++++++++++++++++++++
 .../except.cxx                                     |   0
 .../cpp_uno/gcc3_freebsd_powerpc/makefile.mk       |  76 ++
 .../share.hxx                                      |   0
 .../cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx       | 668 +++++++++++++++++
 .../cpp_uno/gcc3_freebsd_powerpc64/cpp2uno.cxx     | 718 +++++++++++++++++++
 .../except.cxx                                     |   0
 .../cpp_uno/gcc3_freebsd_powerpc64/makefile.mk     |  75 ++
 .../share.hxx                                      |   0
 .../cpp_uno/gcc3_freebsd_powerpc64/uno2cpp.cxx     | 596 ++++++++++++++++
 .../desktop/source/deployment/misc/dp_platform.cxx |   7 +
 main/odk/settings/platform.mk                      |   3 +
 main/odk/settings/settings.mk                      |   7 +
 main/sal/inc/osl/endian.h                          |   6 +-
 main/sal/osl/unx/system.h                          |   8 +-
 main/set_soenv.in                                  |  51 ++
 main/solenv/gbuild/platform/freebsd.mk             |  10 +
 main/solenv/inc/libs.mk                            |   3 +
 main/solenv/inc/unx.mk                             |   4 +
 main/solenv/inc/unxfbsd.mk                         |  12 +
 main/solenv/inc/unxfbsdppc.mk                      |  30 +
 main/solenv/inc/unxfbsdppc64.mk                    |  31 +
 main/solenv/inc/unxfbsdr.mk                        |  46 ++
 main/testtools/source/bridgetest/makefile.mk       |   2 +-
 30 files changed, 4763 insertions(+), 9 deletions(-)
 copy main/bridges/source/cpp_uno/{gcc3_linux_arm => 
gcc3_freebsd_arm}/armhelper.S (100%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_arm/cpp2uno.cxx
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_arm/except.cxx
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_arm/makefile.mk
 copy main/bridges/source/cpp_uno/{gcc3_linux_arm => 
gcc3_freebsd_arm}/share.hxx (100%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_arm/uno2cpp.cxx
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/cpp2uno.cxx
 copy main/bridges/source/cpp_uno/{gcc3_linux_powerpc64 => 
gcc3_freebsd_powerpc}/except.cxx (100%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/makefile.mk
 copy main/bridges/source/cpp_uno/{gcc3_macosx_powerpc => 
gcc3_freebsd_powerpc}/share.hxx (100%)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/uno2cpp.cxx
 create mode 100644 
main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/cpp2uno.cxx
 copy main/bridges/source/cpp_uno/{gcc3_linux_powerpc64 => 
gcc3_freebsd_powerpc64}/except.cxx (100%)
 create mode 100644 
main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/makefile.mk
 copy main/bridges/source/cpp_uno/{gcc3_linux_powerpc64 => 
gcc3_freebsd_powerpc64}/share.hxx (100%)
 create mode 100644 
main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/uno2cpp.cxx
 create mode 100644 main/solenv/inc/unxfbsdppc.mk
 create mode 100644 main/solenv/inc/unxfbsdppc64.mk
 create mode 100644 main/solenv/inc/unxfbsdr.mk

Reply via email to