rtl-sdr: fix build when GCC decides not to emit inlines
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 28 Jun 2018 15:23:24 +0000 (16:23 +0100)
committerKarl Palsson <karlp@etactica.com>
Fri, 29 Jun 2018 14:29:53 +0000 (14:29 +0000)
commit6a6a1e9e32b1925ebd06b683fd735f630b88edda
tree90b12a2acdb87223926e9222b129a3bec8e1f39a
parent35690dd4ffad0f4f9b906fc8d09f054a5a2d50dc
rtl-sdr: fix build when GCC decides not to emit inlines

Maybe we should use something other than -Os for this code anyway; it's
generally quite CPU-intensive.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
utils/rtl-sdr/Makefile
utils/rtl-sdr/patches/101-fix-inlines.patch [new file with mode: 0644]