From bcdf18e4dd92f592617c35edbc9ffbb2817bd36c Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Tue, 17 Sep 2019 21:53:05 +0000 Subject: sync with fixes from Redhat, via github; remove testing/Makefile.cplus and testing/Makefile.cplus_fb git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@832 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- testing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/Makefile') diff --git a/testing/Makefile b/testing/Makefile index 266a960f..34c746c2 100644 --- a/testing/Makefile +++ b/testing/Makefile @@ -23,9 +23,9 @@ LARGE_FILE_FLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ## CXX = g++ ## CC = clang ## CXX = clang++ -CXXLD = $(CXX) -LD = $(CC) +LD = $(CXX) +CXXLD = $(CXX) CPPFLAGS = -iquote ../include -iquote .. -D_REENTRANT $(LARGE_FILE_FLAGS) -DHAVE_CONFIG_H -DHAVE_NVME CXXFLAGS = -std=c++17 -pthread -g -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_FLAGS) -- cgit v1.2.3