| openfst atomic.diff | (download) |
src/bin/Makefile.am |
2 1 + 1 - 0 !
src/extensions/compact/Makefile.am |
2 1 + 1 - 0 !
src/extensions/compress/Makefile.am |
4 2 + 2 - 0 !
src/extensions/const/Makefile.am |
2 1 + 1 - 0 !
src/extensions/far/Makefile.am |
6 3 + 3 - 0 !
src/extensions/linear/Makefile.am |
2 1 + 1 - 0 !
src/extensions/lookahead/Makefile.am |
2 1 + 1 - 0 !
src/extensions/mpdt/Makefile.am |
4 2 + 2 - 0 !
src/extensions/ngram/Makefile.am |
2 1 + 1 - 0 !
src/extensions/pdt/Makefile.am |
4 2 + 2 - 0 !
src/extensions/python/Makefile.am |
2 1 + 1 - 0 !
src/extensions/special/Makefile.am |
2 1 + 1 - 0 !
src/script/Makefile.am |
2 1 + 1 - 0 !
src/test/Makefile.am |
2 1 + 1 - 0 !
14 files changed, 19 insertions(+), 19 deletions(-) |
explicitly link against -latomic, because some platforms don't.
Patch generated via command:
grep -rl '[-]lm ' * | xargs -rn1 perl -pe 's/-lm /-lm -latomic /g;' -i
|