From 129e783741d91e9ee5cd7da5d5c962c32ec96b0b Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Tue, 17 Nov 2009 20:43:07 +0100 Subject: Added quick hack to simplify crosscompilation with cpptasks. CppTasks uses a hardcoded command (compiler name) to invoke the specified compiler which makes crosscompilation with multiple versions of e.g gcc hard. Temporary disabled suncc compiler configuration since it does not work with cpptasks 1.0b5. --- make/gluegen-cpptasks.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'make/gluegen-cpptasks.xml') diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 3640052..d293843 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -127,7 +127,7 @@ - + @@ -495,6 +495,16 @@ + + + + + + + + + + + + @@ -619,6 +633,14 @@ + + + + + + + + -- cgit v1.2.3