summaryrefslogtreecommitdiff
path: root/external/libatomic_ops
AgeCommit message (Collapse)AuthorFilesLines
2019-03-21Typo: ibatomic_ops -> libatomic_opsAndras Timar1-1/+1
Change-Id: Iaa4ff5cd30d3163e7a44f162bbe296c59a7111cb Reviewed-on: https://gerrit.libreoffice.org/69514 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2018-06-21libatomic_ops: Use newer `config.guess` and `config.sub`Paul Menzel1-0/+2
On ppc64le with Ubuntu 18.04 and latest LibreOffice from master, the build fails with the error below. ``` $ uname -m ppc64le $ git describe --dirty libreoffice-6-1-branch-point-897-gd776263a9968 $ git log --oneline -1 d776263a9968 (HEAD -> master, origin/master, origin/HEAD) uitest Calc-Statistics- Descriptive statistics $ ./configure […] $ make […] checking build system type... ./config.guess: unable to guess system type This script, last modified 2011-05-11, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run (./config.guess) is already up to date, please send the following data and any information you think might be pertinent to <config-patches@gnu.org> in order to provide the needed information to handle your system. config.guess timestamp = 2011-05-11 uname -m = ppc64le uname -r = 4.17.0-rc6+ uname -s = Linux uname -v = #1 SMP Sun May 27 18:16:57 CEST 2018 /usr/bin/uname -p = /bin/uname -X = hostinfo = /bin/universe = /usr/bin/arch -k = /bin/arch = /usr/bin/oslevel = /usr/convex/getsysinfo = UNAME_MACHINE = ppc64le UNAME_RELEASE = 4.17.0-rc6+ UNAME_SYSTEM = Linux UNAME_VERSION = #1 SMP Sun May 27 18:16:57 CEST 2018 configure: error: cannot guess build type; you must specify one /dev/shm/libreoffice-core/external/libatomic_ops/ExternalProject_libatomic_ops.mk:19: recipe for target '/dev/shm/libreoffice-core/workdir/ExternalProject/libatomic_ops/build' failed make[1]: *** [/dev/shm/libreoffice-core/workdir/ExternalProject/libatomic_ops/build] Error 1 make[1]: *** Waiting for unfinished jobs.... […] ``` So, replace the library's config.sub and config.guess by the internal, more up-to-date copies. Change-Id: Ib92489943517a4204528f1039f6fba26363b33ee Solution-by: David Tardon <dtardon@redhat.com> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://gerrit.libreoffice.org/56054 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann1-1/+1
Change-Id: I277f30129560ea9fa76d6439a60bb191358df99d Reviewed-on: https://gerrit.libreoffice.org/39088 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-10-23cond. build is already handled in Module_external.mkDavid Tardon1-4/+0
Change-Id: I5efe3bafc4f0b97578a75dc1f43e6c130a93bc4a
2015-02-27Pass -fvisibility-inlines-hidden into external modulesStephan Bergmann1-1/+1
Change-Id: Icf872e269c7e427ba1287ccd0082974c9426449e
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-02-12normalize values of SYSTEM_LIBATOMIC_OPS, SYSTEM_FIREBIRDMichael Stahl1-1/+1
Change-Id: I89802da0ad7f7bf838a8937430825b0adf42a6ee
2013-11-07Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt1-0/+4
Change-Id: Iec1d329f143ab76de7e8b4acd3da66efb6e0220c Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Reviewed-on: https://gerrit.libreoffice.org/6600
2013-11-06Revert "Make libatomic_ops buildable and enable on non-X86."Andrzej J.R. Hunt1-4/+0
(Pushed from wrong branch -- incomplete/broken.) This reverts commit 0351eaf42f4ebda8564f0f7cdf32706dfff735f6.
2013-11-06Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt1-0/+4
Change-Id: I9423672b03caa4d500d44155bc47d4a8fa10c3cb Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-10-24libatomic_ops: use libraries from WORKDIRMichael Stahl2-21/+0
Change-Id: I9d1267d6fc14a3149fb92a486bee3023a531e574
2013-10-18Fix building from inside modules moved to externalKhaled Hosny1-1/+1
Change-Id: Id6023dc3751fe70984f489682be17d1ab1855f71
2013-10-18fdo#70393: move libatomic_ops to a subdir of externalKhaled Hosny6-0/+89
Change-Id: Ic79dddea1e366019f5a1d919ad0b9568b4d8cdf7 Reviewed-on: https://gerrit.libreoffice.org/6301 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>