diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 18:32:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 18:32:21 +0200 |
commit | c43e1a29632c16562327c252aa5cde395204cf0f (patch) | |
tree | 58e0eb9a8ab15d90f42e50f380c6157206c9bcfd /cli/build/cxx/generic/configuration-dynamic.make | |
parent | 7e8582b9cf7325ae049ddf0ea756512efd08eab8 (diff) |
Use generic C++ compiler instead of GNU
Diffstat (limited to 'cli/build/cxx/generic/configuration-dynamic.make')
-rw-r--r-- | cli/build/cxx/generic/configuration-dynamic.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/build/cxx/generic/configuration-dynamic.make b/cli/build/cxx/generic/configuration-dynamic.make new file mode 100644 index 0000000..d1672cf --- /dev/null +++ b/cli/build/cxx/generic/configuration-dynamic.make @@ -0,0 +1,5 @@ +ifneq ($(CXX),) +cxx_generic := $(CXX) +else +cxx_generic := g++ +endif |