From c43e1a29632c16562327c252aa5cde395204cf0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 18:32:21 +0200 Subject: Use generic C++ compiler instead of GNU --- libcutl/build/cxx/generic/configuration-dynamic.make | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libcutl/build/cxx/generic/configuration-dynamic.make (limited to 'libcutl/build/cxx/generic/configuration-dynamic.make') diff --git a/libcutl/build/cxx/generic/configuration-dynamic.make b/libcutl/build/cxx/generic/configuration-dynamic.make new file mode 100644 index 0000000..d1672cf --- /dev/null +++ b/libcutl/build/cxx/generic/configuration-dynamic.make @@ -0,0 +1,5 @@ +ifneq ($(CXX),) +cxx_generic := $(CXX) +else +cxx_generic := g++ +endif -- cgit v1.1