jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.82k stars 426 forks source link

configure does not add the right -march cflags #75

Open ast opened 7 years ago

ast commented 7 years ago

Tried to build on an old core2duo machine. configure did not add the right -march=core2 flag so SIMD extensions failed to build.

Had to do. export CFLAGS="-march=core2" before running configure. Then it built ok.

brian-armstrong commented 7 years ago

Does https://github.com/jgaeddert/liquid-dsp/pull/65 fix this for you? (You have to rerun autoconf and configure after applying this patch)