From 4fafd2a478a41af0c0987e96e2be2665f8412fa1 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 1 Feb 2016 11:12:54 +0000 Subject: [PATCH] changed: Makefile git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1023 e52654a7-88a9-db11-a3e9-0013d4bc506e --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 01d90a0..a43a605 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,10 @@ include Makefile.dep +ifeq ($(CXX), g++) + CXX = g++-4.8 +endif + ifndef CXX ifeq ($(OSTYPE), FreeBSD) CXX = clang++