Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-04-04 15:37:05 +0000
committerDoug Schaefer2005-04-04 15:37:05 +0000
commit12508e3e76b50fb5545591eff8498505ba02d445 (patch)
tree79d256f52b9506ec89e07cf21def3b84396d8b25 /core/org.eclipse.cdt.core.linux.x86_64
parent407dc370631ddfe7c38025ffba336f77bc48a87b (diff)
downloadorg.eclipse.cdt-12508e3e76b50fb5545591eff8498505ba02d445.tar.gz
org.eclipse.cdt-12508e3e76b50fb5545591eff8498505ba02d445.tar.xz
org.eclipse.cdt-12508e3e76b50fb5545591eff8498505ba02d445.zip
Added the x86_64 linux port as supplied by Intel. Removed the HPUX port from the build scripts. Restructured the fragments so that the arch specific bits of the linux port get their own fragments.
Diffstat (limited to 'core/org.eclipse.cdt.core.linux.x86_64')
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/.project22
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/build.properties2
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/fragment.xml11
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libpty.sobin0 -> 12639 bytes
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libspawner.sobin0 -> 22036 bytes
5 files changed, 35 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/.project b/core/org.eclipse.cdt.core.linux.x86_64/.project
new file mode 100644
index 00000000000..264e002f9d0
--- /dev/null
+++ b/core/org.eclipse.cdt.core.linux.x86_64/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cdt.core.linux.x86_64</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/build.properties b/core/org.eclipse.cdt.core.linux.x86_64/build.properties
new file mode 100644
index 00000000000..99f473dc81f
--- /dev/null
+++ b/core/org.eclipse.cdt.core.linux.x86_64/build.properties
@@ -0,0 +1,2 @@
+bin.includes = fragment.xml,\
+ os/
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml b/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml
new file mode 100644
index 00000000000..cda5347caaf
--- /dev/null
+++ b/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<fragment
+ id="org.eclipse.cdt.core.linux.x86_64"
+ name="CDT Core x86_64 Fragment"
+ version="3.0.0"
+ provider-name="Eclipse.org"
+ plugin-id="org.eclipse.cdt.core"
+ plugin-version="3.0.0">
+
+</fragment>
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libpty.so b/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libpty.so
new file mode 100644
index 00000000000..0b21e9bf0cb
--- /dev/null
+++ b/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libpty.so
Binary files differ
diff --git a/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libspawner.so b/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libspawner.so
new file mode 100644
index 00000000000..896d09a9cd7
--- /dev/null
+++ b/core/org.eclipse.cdt.core.linux.x86_64/os/linux/x86_64/libspawner.so
Binary files differ

Back to the top