]> sigrok.org Git - libsigrok.git/commit
Makefile: fix for #865.
authorVadim A. Misbakh-Soloviov <redacted>
Thu, 10 Nov 2016 09:56:43 +0000 (16:56 +0700)
committerUwe Hermann <redacted>
Mon, 5 Dec 2016 00:37:54 +0000 (01:37 +0100)
commit104f02fda1f991654de3e87fb9f40c599fa26c80
tree401a342930c1fefbd5ccec872c06756a013ada3f
parentf504779c120713727d2d01cbd3ad38175a829a4f
Makefile: fix for #865.

Buildsystem wants CXX to be defined as $(CXX).
Otherwise it fallbacks to default value, which does not contain
"-std=c++11" statement.

Other changes (like CC=$(CC) and CFLAGS=$(CFLAGS) instead of CXX ones)
is not directly fix the issue, but fix cases, where CFLAGS (and CC)
differs from CXX* ones, so it could lead to similar errors in the future.
Makefile.am