Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2009-11-04 15:20:13 +0000
committerAndrew Gvozdev2009-11-04 15:20:13 +0000
commit595fb79ac6d943f3288fd2b79204cc8533b1d690 (patch)
treedcd07d143fc3886def6f95c411dc00902acabaee /build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
parent8120ebe44f2d7a5f7e827e0873ba000966d36a39 (diff)
downloadorg.eclipse.cdt-595fb79ac6d943f3288fd2b79204cc8533b1d690.tar.gz
org.eclipse.cdt-595fb79ac6d943f3288fd2b79204cc8533b1d690.tar.xz
org.eclipse.cdt-595fb79ac6d943f3288fd2b79204cc8533b1d690.zip
bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Patch from Marc-Andre Laperle. Based on work of Alfons Laarman and Sal Scotto.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
index 05e09aa86e9..24870ef3afe 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml
@@ -1854,7 +1854,7 @@
<targetPlatform
id="cdt.managedbuild.target.gnu.platform.macosx.base"
name="%PlatformName.Dbg"
- binaryParser="org.eclipse.cdt.core.MachO"
+ binaryParser="org.eclipse.cdt.core.MachO64"
osList="macosx"
archList="all">
</targetPlatform>

Back to the top