On Thu, Dec 05, 2013 at 05:29:05PM +0000, James Page wrote: > Later versions of gcc on some architectures push atomic functions > out into a separate atomic library; add a check to see when this > is required and add it to LIBS if need be. > > Signed-off-by: James Page <[email protected]>
Applied, thanks. I changed the commit message to: From: James Page <[email protected]> Date: Thu, 5 Dec 2013 17:29:05 +0000 Subject: [PATCH] Add check for -latomic Later versions of gcc on some architectures push atomic functions out into a separate atomic library; add a check to see when this is required and add it to LIBS if need be. Specifically the problem was observed on GCC 4.8.2 on powerpc architecture for Ubuntu 14.04: https://launchpadlibrarian.net/155235096/buildlog_ubuntu-trusty-powerpc.openvswitch_2.0.0-0ubuntu1_FAILEDTOBUILD.txt.gz Signed-off-by: James Page <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> -- 1.7.10.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
