aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-02-21 18:41:52 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-02-23 13:47:53 +0100
commitad2d3029a06795dd72b32e5613e58dd1d3e0404f (patch)
tree7e89cecfd0526efcaf1b1a5aa43605000fec4247 /po
parentf1e8076ed474a429aff32839ed5f8fc20371839c (diff)
downloadgnunet-ad2d3029a06795dd72b32e5613e58dd1d3e0404f.tar.gz
gnunet-ad2d3029a06795dd72b32e5613e58dd1d3e0404f.zip
util: build with external libatomic
Recent versions of gcc on some architectures (MIPS, PPC, ...) moved atomic functions into a separate library. As we are using atomic load/store in util/time.c we may need to link libgnunetutil against libatomic for __atomic_load_8 and __atomic_store_8 to be defined. Fixes build problem on MIPS: ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_store_8' ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions