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 /releng/org.eclipse.cdt.releng/platform/build.properties
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 'releng/org.eclipse.cdt.releng/platform/build.properties')
-rw-r--r--releng/org.eclipse.cdt.releng/platform/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties
index e672b1893ee..78dd49a4845 100644
--- a/releng/org.eclipse.cdt.releng/platform/build.properties
+++ b/releng/org.eclipse.cdt.releng/platform/build.properties
@@ -61,8 +61,8 @@ collBase=.
# By default the value is *,*,*
configs=\
aix,motif,ppc \
- & hpux,motif,PA_RISC \
& linux,gtk,x86 \
+ & linux,gtk,x86_64 \
& linux,gtk,ppc \
& linux,gtk,ia64 \
& macosx,carbon,ppc \

Back to the top