From 56aa41f360524e4e55ddf534df813a3e9a743543 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 23 Jan 2015 13:16:40 -0500 Subject: [PATCH] Missing fragment description for ppc64le Change-Id: I08a69ccb69e184a8d6c08ff22f1e4ac956f648a4 Signed-off-by: Marc Khouzam --- core/org.eclipse.cdt.core.native/plugin.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.native/plugin.properties b/core/org.eclipse.cdt.core.native/plugin.properties index 83aa6b38dc3..6cf9c1205a8 100755 --- a/core/org.eclipse.cdt.core.native/plugin.properties +++ b/core/org.eclipse.cdt.core.native/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2014 IBM Corporation and others. +# Copyright (c) 2003, 2015 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 @@ -18,6 +18,7 @@ fragmentName.linux = C/C++ Development Tools Core Native Utilities for Linux fragmentName.linux.ia64 = C/C++ Development Tools Core Native Utilities for Linux (ia64) fragmentName.linux.ppc = C/C++ Development Tools Core Native Utilities for Linux (ppc) fragmentName.linux.ppc64 = C/C++ Development Tools Core Native Utilities for Linux (ppc64) +fragmentName.linux.ppc64le = C/C++ Development Tools Core Native Utilities for Linux (ppc64le) fragmentName.linux.x86 = C/C++ Development Tools Core Native Utilities for Linux (x86) fragmentName.linux.x86_64 = C/C++ Development Tools Core Native Utilities for Linux (x86_64) fragmentName.qnx = C/C++ Development Tools Core Native Utilities for QNX