mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
Add ppc64le proxy support
Change-Id: I24f58621ea2e48868ea7cccdd58bfbce0dd857bf Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
a4d5e22c18
commit
14c66110e3
2 changed files with 7 additions and 0 deletions
|
@ -59,4 +59,10 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.remote.proxy.server.linux.ppc64le"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"/>
|
||||
|
||||
</feature>
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
<configuration>
|
||||
<excludes>
|
||||
<plugin id="org.eclipse.remote.proxy.server.linux.x86_64"/>
|
||||
<plugin id="org.eclipse.remote.proxy.server.linux.ppc64le"/>
|
||||
<plugin id="org.eclipse.remote.proxy.server.macosx.x86_64"/>
|
||||
</excludes>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Reference in a new issue