This is an automated email from the ASF dual-hosted git repository.
jim pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from b324a13 More s5abi->gcc3 fluff... Whatta pain. Should have kept it
s5abi :-P
new 5bc7609 Revert "More s5abi->gcc3 fluff... Whatta pain. Should have
kept it s5abi :-P"
new 46cbbbf Revert "Up"
new b682cb1 macOS reset back to s5abi and older version removed
The 3 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:
main/Repository.mk | 1 +
main/bridges/Library_cpp_uno.mk | 43 +-
.../source/cpp_uno/gcc3_macosx_intel/call.s | 323 ---------
.../source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx | 515 ---------------
.../source/cpp_uno/gcc3_macosx_intel/except.cxx | 325 ---------
.../source/cpp_uno/gcc3_macosx_intel/makefile.mk | 72 --
.../source/cpp_uno/gcc3_macosx_intel/share.hxx | 88 ---
.../source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx | 495 --------------
.../source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx | 726 ---------------------
.../source/cpp_uno/gcc3_macosx_powerpc/except.cxx | 282 --------
.../source/cpp_uno/gcc3_macosx_powerpc/makefile.mk | 74 ---
.../source/cpp_uno/gcc3_macosx_powerpc/share.hxx | 87 ---
.../source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx | 630 ------------------
.../abi.cxx | 0
.../abi.hxx | 0
.../cpp2uno.cxx | 0
.../except.cxx | 0
.../makefile.mk | 0
.../share.hxx | 0
.../uno2cpp.cxx | 0
main/configure.ac | 12 +-
main/cppuhelper/Library_cppuhelper.mk | 2 +-
main/cppuhelper/source/makefile.mk | 2 -
main/formula/util/makefile.pmk | 2 +-
main/jvmaccess/Library_jvmaccess.mk | 2 -
main/odk/setsdkenv_unix.sh.in | 2 +-
main/odk/settings/settings.mk | 4 +-
main/odk/util/odk_rules.pmk | 5 +-
main/salhelper/Library_salhelper.mk | 2 -
main/salhelper/source/makefile.mk | 2 +-
main/solenv/gbuild/platform/macosx.mk | 2 +-
main/solenv/inc/_tg_shl.mk | 20 +-
main/solenv/inc/target.mk | 2 +-
main/solenv/inc/tg_shl.mk | 2 +-
34 files changed, 39 insertions(+), 3683 deletions(-)
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/call.s
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/cpp2uno.cxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/except.cxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/makefile.mk
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/share.hxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_intel/uno2cpp.cxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_powerpc/cpp2uno.cxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_powerpc/except.cxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_powerpc/makefile.mk
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_powerpc/share.hxx
delete mode 100644 main/bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/abi.cxx (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/abi.hxx (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/cpp2uno.cxx (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/except.cxx (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/makefile.mk (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/share.hxx (100%)
rename main/bridges/source/cpp_uno/{gcc3_macosx_x86-64 =>
s5abi_macosx_x86-64}/uno2cpp.cxx (100%)