Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread Ben Pfaff
On Thu, Dec 5, 2013 at 9:26 AM, Ben Pfaff wrote: > On Thu, Dec 05, 2013 at 05:24:51PM +, James Page wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > On 05/12/13 17:07, Ben Pfaff wrote: > > > On Thu, Dec 05, 2013 at 04:16:39PM +, James Page wrote: > > >> Later version

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread Ben Pfaff
On Thu, Dec 05, 2013 at 05:29:05PM +, 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 Applied, thanks. I change

[ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread James Page
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 --- configure.ac | 1 + m4/openvswitch.m4 | 6 ++ 2 files changed, 7 insertions(+) dif

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread Ben Pfaff
On Thu, Dec 05, 2013 at 05:24:51PM +, James Page wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 05/12/13 17:07, Ben Pfaff wrote: > > On Thu, Dec 05, 2013 at 04:16:39PM +, James Page wrote: > >> Later versions of gcc on some architectures push atomic > >> functions out in

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/12/13 17:07, Ben Pfaff wrote: > On Thu, Dec 05, 2013 at 04:16:39PM +, 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

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread Ben Pfaff
On Thu, Dec 05, 2013 at 04:16:39PM +, 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 May I assume that you have

[ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread James Page
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 --- configure.ac | 1 + m4/openvswitch.m4 | 6 ++ 2 files changed, 7 insertions(+) dif

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/12/13 16:10, Ben Pfaff 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. >>> >>> Signed-off-by: James Page > Is ATOMIC_LIBS nec

Re: [ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread Ben Pfaff
On Thu, Dec 05, 2013 at 10:43:09AM +, 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. > > Signed-off-by: James Page Is ATOMIC_LIBS necessary or useful? AC_SEARCH_LIBS adds

[ovs-dev] [PATCH] Add check for -latomic

2013-12-05 Thread James Page
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. Signed-off-by: James Page --- configure.ac | 1 + m4/openvswitch.m4 | 6 ++ tests/automake.mk | 2 +- 3 files changed, 8 insertions(+), 1 delet