> Commit fd2e50c (Add check for -latomic) fixed a bug for 32-bit > PowerPC systems, where the compiler would generate calls to > functions implemented by libatomic, such as '__atomic_load_8'. > > Nonetheless, it passes '-latomic' to all files that get compiled > and that isn't necessary, so add it only for 'test-atomic.c'. >
The patch breaks the build on systems that don't have GCC 4.8.x, as they won't have libatomic. I'll think of another solution. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev