From 1152da572137854761a03a28566348ed47e79921 Mon Sep 17 00:00:00 2001 From: weissms Date: Sat, 22 Jan 2011 10:42:35 +0000 Subject: [PATCH] Builds now for ports with preinstalled compilers like MacOS X, typos. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@36695 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/cplusplus/mmakefile.src | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/cplusplus/mmakefile.src b/test/cplusplus/mmakefile.src index b6355342f0..b24411df55 100644 --- a/test/cplusplus/mmakefile.src +++ b/test/cplusplus/mmakefile.src @@ -1,5 +1,5 @@ -# This mmakefile relies on existing and working Ñ++ compiler. -# Because of this i did not add it to the build by default. +# This mmakefile relies on existing and working C++ compiler. +# Because of this I did not add it to the build by default. # This target needs to be built manually. include $(TOP)/config/make.cfg @@ -7,6 +7,8 @@ include $(TOP)/config/make.cfg # Select target C++ compiler ifeq ($(TARGET_CXX),) TARGET_CXX := $(TOOLDIR)/$(AROS_TARGET_CPU)-aros-g++ +else + TARGET_CXX := $(TARGET_CXX) -specs=$(GENDIR)/config/specs endif # Remove C-only flags -- 2.11.4.GIT