[eclipse-cdt] Generate aarch64 fragments.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jun 25 14:46:09 UTC 2014


commit dcca094468c6eeabd670d306968898ecf0c7f3ca
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jun 25 17:46:08 2014 +0300

    Generate aarch64 fragments.

 eclipse-cdt.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index 0542f7c..b348854 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -169,7 +169,7 @@ pushd %{cdt_snapshot}
 %patch13 -p1
 sed -i -e 's/<arch>x86<\/arch>/<arch>%{eclipse_arch}<\/arch>/g' pom.xml
 # Add secondary arch support if we are building there
-%ifarch %{arm} s390 s390x
+%ifarch %{arm} s390 s390x aarch64
 pushd core
 cp -r org.eclipse.cdt.core.linux.x86 org.eclipse.cdt.core.linux.%{eclipse_arch}
 pushd org.eclipse.cdt.core.linux


More information about the scm-commits mailing list