--- misc/boost_1_44_0/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp 2009-03-27 13:10:46.000000000 +0000 +++ misc/build/boost_1_44_0/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp 2011-11-07 14:25:23.000000000 +0000 @@ -37,9 +37,12 @@ __asm__ __volatile__ ( "0:\n\t" + ".set push\n\t" + ".set mips2\n\t" "ll %0, %1\n\t" "addiu %0, 1\n\t" "sc %0, %1\n\t" + ".set pop\n\t" "beqz %0, 0b": "=&r"( tmp ), "=m"( *pw ): "m"( *pw ) @@ -55,9 +58,12 @@ __asm__ __volatile__ ( "0:\n\t" + ".set push\n\t" + ".set mips2\n\t" "ll %1, %2\n\t" "addiu %0, %1, -1\n\t" "sc %0, %2\n\t" + ".set pop\n\t" "beqz %0, 0b\n\t" "addiu %0, %1, -1": "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): @@ -78,10 +84,13 @@ __asm__ __volatile__ ( "0:\n\t" + ".set push\n\t" + ".set mips2\n\t" "ll %0, %2\n\t" "beqz %0, 1f\n\t" "addiu %1, %0, 1\n\t" "sc %1, %2\n\t" + ".set pop\n\t" "beqz %1, 0b\n\t" "addiu %0, %0, 1\n\t" "1:": b/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Expand)Author
2019-06-13Don't link avmediagst with gtk3 and qt5Jan-Marek Glogowski
2019-06-07Drop support for gstreamer-0.10Michael Weghorn
2019-05-09if ccache is enabled, by default also enable CCACHE_DEPENDLuboš Luňák
2019-05-07Drop LINK_X64_BINARY: any MSVC linker is suitable for any target platformMike Kaganski
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-04-11merge --enable-selective-debuginfo into --enable-symbolsLuboš Luňák
2019-03-22Allow to pass additional options into generator's clang::toolingStephan Bergmann
2019-03-07build: support disabling popplerAshod Nakashian
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann
2019-01-21Slience bogus -Werror=maybe-uninitializedStephan Bergmann
2018-12-29tdf#114635: reimplement TWAIN-based scan using 32-bit shim on WindowsMike Kaganski
2018-12-17kde5: remove older kde/tde plugins, and references to thatThorsten Behrens
2018-12-13Introduce --enable-android-editingStephan Bergmann
2018-11-23Revert "Do use -O1 for Apple Clang older than 9.1.0"Stephan Bergmann
2018-11-09Fix creation/removal of GPG socketdirStephan Bergmann
2018-10-31Re-introduce the functionality to look for multiple iOS SDK versionsTor Lillqvist
2018-10-03tdf#72987 run firebird test for little endian only for nowRene Engelhard
2018-09-12No more use of MACOSX_SDK_VERSION outside configure.acStephan Bergmann
2018-08-28Add --enable-ios-libreofficelight-app option to build stuff for janI's appTor Lillqvist
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2018-08-26drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPPCaolán McNamara
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann
2018-08-08tdf#112343 Change dependency from dbus-glib to dbusArkadiy Illarionov
2018-08-02KF5_HAVE_GLIB etc. are apparently unusedStephan Bergmann
2018-08-02WITH_HELPPACK_INTEGRATION is no longer substitutedStephan Bergmann
2018-08-02ALLOC is no longer substitutedStephan Bergmann
2018-07-04add --enable-gdb-index for --gdb-index from gold/lldLuboš Luňák
2018-07-04add configure option --enable-ld to use GNU gold or LLVM lldLuboš Luňák
2018-07-04add --enable-split-debug for -gsplit-dwarfLuboš Luňák
2018-06-13Respect --bindir..orbea
2018-05-29add --enable-build-opensymbol option to build opens___.ttf from sourceRene Engelhard
2018-05-23remove Linux ("UNX") systray "Quickstarter"Rene Engelhard
2018-05-04actually export SYSTEM_LIBNUMBERTEXT_DATA in config_host.mkRene Engelhard
2018-05-03fix system-libnumbertext buildRene Engelhard
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
2018-04-20Remove unused HELP_COMMON_ONLYStephan Bergmann
2018-04-18Do use -O1 for Apple Clang older than 9.1.0Tor Lillqvist
2018-04-12Revert "Remove dead HSQLDB driver"Sophia Schröder
2018-04-10Remove dead HSQLDB driverTamas Bunth
2018-03-18revert accidentially comitted local changes :(Rene Engelhard
2018-03-18actually add HAVE_GPGCONF_SOCKETDIR to config_host.mk.in...Rene Engelhard
2018-03-18actually add GPGCONF to config_host.mk.inRene Engelhard