From dff6b3bae3ddb27df5433ce7ff3ebb2f4c90de6d Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 11 May 2016 19:08:53 +0300 Subject: [PATCH] Hook compiling o.e.cdt.core.linux into maven build. Separate profiles for building single arch to allow full builds on the arch one runs the build on. Simplifies build for people building from source significantly. Change-Id: Ic7738328b8e7072654ba7a673220a43feebb6801 Signed-off-by: Alexander Kurtakov --- core/org.eclipse.cdt.core.linux/pom.xml | 160 ++++++++++++++++++++++++ 1 file changed, 160 insertions(+) diff --git a/core/org.eclipse.cdt.core.linux/pom.xml b/core/org.eclipse.cdt.core.linux/pom.xml index 36a25f9619e..2b5804dca37 100644 --- a/core/org.eclipse.cdt.core.linux/pom.xml +++ b/core/org.eclipse.cdt.core.linux/pom.xml @@ -59,6 +59,166 @@ + + build-native.linux.x86 + + + native + linux.x86 + + + + + + maven-antrun-plugin + + + natives + process-resources + + + + + + + + + run + + + + + + + + + build-native.linux.x86_64 + + + native + linux.x86_64 + + + + + + maven-antrun-plugin + + + natives + process-resources + + + + + + + + + run + + + + + + + + + build-native.linux.ppc + + + native + linux.ppc + + + + + + maven-antrun-plugin + + + natives + process-resources + + + + + + + + + run + + + + + + + + + build-native.linux.ppc64 + + + native + linux.ppc64 + + + + + + maven-antrun-plugin + + + natives + process-resources + + + + + + + + + run + + + + + + + + + build-native.linux.ppc64le + + + native + linux.ppc64le + + + + + + maven-antrun-plugin + + + natives + process-resources + + + + + + + + + run + + + + + + +