diff Makefile.in @ 1582:68abf717328d

set up CXX for fuzzing build
author Matt Johnston <matt@ucc.asn.au>
date Sun, 04 Mar 2018 17:08:21 +0800
parents b66fc351f7e8
children 35af85194268
line wrap: on
line diff
--- a/Makefile.in	Sun Mar 04 15:18:20 2018 +0800
+++ b/Makefile.in	Sun Mar 04 17:08:21 2018 +0800
@@ -70,6 +70,8 @@
 	dbclientobjs=$(allobjs) cli-main.o
 	dropbearkeyobjs=$(allobjs) $(KEYOBJS)
 	dropbearconvertobjs=$(allobjs) $(CONVERTOBJS)
+	# CXX only set when fuzzing
+	CXX=@CXX@
 else
 	dropbearobjs=$(COMMONOBJS) $(CLISVROBJS) $(SVROBJS)
 	dbclientobjs=$(COMMONOBJS) $(CLISVROBJS) $(CLIOBJS)