mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Bug 560273 - Hook natives build in maven via profile
Default ARCH = x86_64 as x86 is no longer built nor needed. Change-Id: Id1d0dc6b0b29438cc200d614cb3add55c8eb40f1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
0c21abb3a6
commit
7415100f6a
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %fragmentName.linux
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core.linux; singleton:=true
|
||||
Bundle-Version: 5.3.1.qualifier
|
||||
Bundle-Version: 5.3.100.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[5.7.0,6.0.0)"
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -6,7 +6,7 @@ endif
|
|||
|
||||
# Defaults which can be overridden.
|
||||
OS = linux
|
||||
ARCH = x86
|
||||
ARCH = x86_64
|
||||
|
||||
JDK_INCLUDES= $(JAVA_HOME)/include
|
||||
JDK_OS_INCLUDES= $(JAVA_HOME)/include/$(OS)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.3.1-SNAPSHOT</version>
|
||||
<version>5.3.100-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.core.linux</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue