summaryrefslogtreecommitdiffstats
path: root/package/libusbgx
diff options
context:
space:
mode:
authorJoshua Henderson <joshua.henderson@microchip.com>2018-04-13 13:22:34 -0700
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:13:37 +0200
commit83781f11dce6d4ef8da052253454cafcbec80dbe (patch)
tree1082392f7b34d7416207922a868c24cc59cc1c9f /package/libusbgx
parent56f39e81ac0e00a0004cdbebe0ca0e2501bbdfd9 (diff)
downloadbuildroot-83781f11dce6d4ef8da052253454cafcbec80dbe.tar.gz
buildroot-83781f11dce6d4ef8da052253454cafcbec80dbe.zip
sqlite: avoid use of unsupported -Ofast CFLAGS
sqlite3 refuses to be built with -ffast-math (a side effect of -Ofast) when it falls back to implementing its own isnan() function. sqlite3.c: In function ‘sqlite3IsNaN’: sqlite3.c:28554:3: error: #error SQLite will not work correctly with the -ffast-math option of GCC. To work around this, when -Ofast is used replace with -O3. Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libusbgx')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud