Bug 454480 - Add support for Linux ppc64le
Summary: Add support for Linux ppc64le
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Vikas Chandra CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 13:41 EST by Dani Megert CLA
Modified: 2016-05-11 06:32 EDT (History)
4 users (show)

See Also:


Attachments
Patch for this case. (5.14 KB, patch)
2015-05-13 09:17 EDT, Vikas Chandra CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2014-12-08 13:41:24 EST
Add support for Linux ppc64le.
Comment 1 David Williams CLA 2015-01-11 13:24:37 EST
Can anyone detail a little what this "support" means? Is M5 realistic? 

Is is just the "drop down" on "architectures"? 

Mostly just curious ... but, obviously, we don't currently support aix or s390 either ... and, just today happened across bug 269573 which is related to the general case. 

(And, I am not saying we should not support ppc64le ... just curious.)
Comment 2 Dani Megert CLA 2015-01-12 05:55:43 EST
(In reply to David Williams from comment #1)
> Can anyone detail a little what this "support" means? Is M5 realistic? 
> 
> Is is just the "drop down" on "architectures"? 

Yes.
Comment 3 Dani Megert CLA 2015-05-11 10:28:28 EDT
Vikas, isn't this just one additional entry? If so, please add for 4.5.
Comment 4 Vikas Chandra CLA 2015-05-13 09:17:56 EDT
Created attachment 253442 [details]
Patch for this case.

This patch assumes that platform in eclipse.core.runtime has

public static final String ARCH_PPC64LE = "ppc64le";//$NON-NLS-1$ 

with javadoc.
Comment 5 Vikas Chandra CLA 2015-05-13 09:55:18 EDT
There are other architectures (including ppc64) that are missing. See

org.eclipse.osgi\src\org\eclipse\osgi\internal\framework\processor.aliases

Also needs to be checked which ones should be added.