From 39f06f3eef2970455799738280114299ea9aa0d7 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 24 Jan 2019 05:37:19 +0100 Subject: [PATCH] Use gnu++11 standard when building pinger Signed-off-by: Sylvain Munaut --- utils/uhd-pinger/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/uhd-pinger/Makefile b/utils/uhd-pinger/Makefile index 3e7eaa0..9d1eb82 100644 --- a/utils/uhd-pinger/Makefile +++ b/utils/uhd-pinger/Makefile @@ -1,6 +1,6 @@ CXX=gcc LD=gcc -CXXFLAGS=`pkg-config uhd libosmodsp --cflags` -Wall -O3 -ffast-math -march=native -pipe -ggdb -pthread +CXXFLAGS=`pkg-config uhd libosmodsp --cflags` -Wall -O3 -ffast-math -march=native -pipe -ggdb -pthread -std=gnu++11 LDLIBS=`pkg-config uhd libosmodsp --libs` -ggdb -lstdc++ -pthread pinger: pinger.o