diff --git a/core/org.eclipse.cdt.core.linux.ppc64/.project b/core/org.eclipse.cdt.core.linux.ppc64/.project new file mode 100644 index 00000000000..fc0079351d4 --- /dev/null +++ b/core/org.eclipse.cdt.core.linux.ppc64/.project @@ -0,0 +1,22 @@ + + + org.eclipse.cdt.core.linux.ppc64 + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/core/org.eclipse.cdt.core.linux.ppc64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.ppc64/META-INF/MANIFEST.MF new file mode 100644 index 00000000000..4dbbb368285 --- /dev/null +++ b/core/org.eclipse.cdt.core.linux.ppc64/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc64;singleton:=true +Bundle-ManifestVersion: 2 +Bundle-Localization: plugin +Bundle-Name: %fragmentName.linux.ppc64 +Bundle-Version: 5.1.0.qualifier +Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)" +Bundle-Vendor: %providerName diff --git a/core/org.eclipse.cdt.core.linux.ppc64/about.html b/core/org.eclipse.cdt.core.linux.ppc64/about.html new file mode 100644 index 00000000000..37421d71a49 --- /dev/null +++ b/core/org.eclipse.cdt.core.linux.ppc64/about.html @@ -0,0 +1,24 @@ + + +About + + +

About This Content

+ +

Jan 21, 2011

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + \ No newline at end of file diff --git a/core/org.eclipse.cdt.core.linux.ppc64/build.properties b/core/org.eclipse.cdt.core.linux.ppc64/build.properties new file mode 100644 index 00000000000..bc8072de579 --- /dev/null +++ b/core/org.eclipse.cdt.core.linux.ppc64/build.properties @@ -0,0 +1,14 @@ +############################################################################### +# Copyright (c) 2005, 2011 IBM Corporation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +bin.includes = os/,\ + about.html,\ + META-INF/ +src.includes = about.html diff --git a/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libpty.so b/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libpty.so new file mode 100644 index 00000000000..3664bd0245b Binary files /dev/null and b/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libpty.so differ diff --git a/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libspawner.so b/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libspawner.so new file mode 100644 index 00000000000..c7314e2ca10 Binary files /dev/null and b/core/org.eclipse.cdt.core.linux.ppc64/os/linux/ppc64/libspawner.so differ diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index d560aac489f..d06c01ddc49 100644 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2010 IBM Corporation and others. +# Copyright (c) 2003, 2011 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -86,6 +86,7 @@ fragmentName.aix = C/C++ Development Tools Core for AIX fragmentName.linux = C/C++ Development Tools Core for Linux fragmentName.linux.ia64 = C/C++ Development Tools Core for Linux (ia64) fragmentName.linux.ppc = C/C++ Development Tools Core for Linux (ppc) +fragmentName.linux.ppc64 = C/C++ Development Tools Core for Linux (ppc64) fragmentName.linux.x86 = C/C++ Development Tools Core for Linux (x86) fragmentName.linux.x86_64 = C/C++ Development Tools Core for Linux (x86_64) fragmentName.qnx = C/C++ Development Tools Core for QNX diff --git a/releng/org.eclipse.cdt.releng/maps/cdt.map b/releng/org.eclipse.cdt.releng/maps/cdt.map index cb7f8241d8b..a4fc6a59f0e 100644 --- a/releng/org.eclipse.cdt.releng/maps/cdt.map +++ b/releng/org.eclipse.cdt.releng/maps/cdt.map @@ -44,6 +44,7 @@ fragment@org.eclipse.cdt.core.aix=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/o fragment@org.eclipse.cdt.core.linux=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux fragment@org.eclipse.cdt.core.linux.ia64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ia64 fragment@org.eclipse.cdt.core.linux.ppc=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc +fragment@org.eclipse.cdt.core.linux.ppc64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.ppc64 fragment@org.eclipse.cdt.core.linux.x86=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86 fragment@org.eclipse.cdt.core.linux.x86_64=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.linux.x86_64 fragment@org.eclipse.cdt.core.macosx=@cdtTag@,/cvsroot/tools,,org.eclipse.cdt/all/org.eclipse.cdt.core.macosx diff --git a/releng/org.eclipse.cdt.releng/master/build.properties b/releng/org.eclipse.cdt.releng/master/build.properties index e5e2246582c..5882788fcad 100644 --- a/releng/org.eclipse.cdt.releng/master/build.properties +++ b/releng/org.eclipse.cdt.releng/master/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 IBM Corporation and others. +# Copyright (c) 2005, 2011 IBM Corporation and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -82,6 +82,7 @@ configs= \ & linux,gtk,x86 \ & linux,gtk,x86_64 \ & linux,gtk,ppc \ + & linux,gtk,ppc64 \ & linux,gtk,ia64 \ & macosx,carbon,ppc \ & qnx,photon,x86 \ diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties index df5f5f7ff4e..03331d618bf 100644 --- a/releng/org.eclipse.cdt.releng/platform/build.properties +++ b/releng/org.eclipse.cdt.releng/platform/build.properties @@ -75,6 +75,7 @@ configs=\ & linux,gtk,x86 \ & linux,gtk,x86_64 \ & linux,gtk,ppc \ + & linux,gtk,ppc64 \ & linux,gtk,ia64 \ & macosx,carbon,ppc \ & qnx,photon,x86 \ @@ -86,6 +87,7 @@ archivesFormat=\ & linux,gtk,x86-tar \ & linux,gtk,x86_64-tar \ & linux,gtk,ppc-tar \ + & linux,gtk,ppc64-tar \ & linux,gtk,ia64-tar \ & macosx,carbon,ppc-tar \ & qnx,photon,x86-tar \ diff --git a/releng/org.eclipse.cdt.releng/platform/customTargets.xml b/releng/org.eclipse.cdt.releng/platform/customTargets.xml index 70812daab84..7d4ee12f085 100644 --- a/releng/org.eclipse.cdt.releng/platform/customTargets.xml +++ b/releng/org.eclipse.cdt.releng/platform/customTargets.xml @@ -42,6 +42,12 @@ + + + + + + diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties index ca30cae8169..d5a4d24cea8 100644 --- a/releng/org.eclipse.cdt.releng/sdk/build.properties +++ b/releng/org.eclipse.cdt.releng/sdk/build.properties @@ -75,6 +75,7 @@ configs=\ & linux,gtk,x86 \ & linux,gtk,x86_64 \ & linux,gtk,ppc \ + & linux,gtk,ppc64 \ & linux,gtk,ia64 \ & macosx,carbon,ppc \ & qnx,photon,x86 \ @@ -86,6 +87,7 @@ archivesFormat=\ & linux,gtk,x86-tar \ & linux,gtk,x86_64-tar \ & linux,gtk,ppc-tar \ + & linux,gtk,ppc64-tar \ & linux,gtk,ia64-tar \ & macosx,carbon,ppc-tar \ & qnx,photon,x86-tar \ diff --git a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml index e677c1d94b6..cc6a5872438 100644 --- a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml +++ b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml @@ -47,6 +47,12 @@ + + + + + +