Skip to content

Commit

Permalink
Merge pull request #4783 from rgacogne/atomic-powerpc
Browse files Browse the repository at this point in the history
Add -latomic on powerpc
  • Loading branch information
rgacogne committed Dec 20, 2016
2 parents 00d43ba + 748d139 commit 1322dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions m4/pdns_check_os.m4
Expand Up @@ -39,6 +39,9 @@ AC_DEFUN([PDNS_CHECK_OS],[
mips*)
LDFLAGS="-latomic $LDFLAGS"
;;
powerpc*)
LDFLAGS="-latomic $LDFLAGS"
;;
esac
AC_SUBST(THREADFLAGS)
Expand Down

0 comments on commit 1322dca

Please sign in to comment.