From 84a8757fe00fd3306fd215a40172544995dec35cfcc1b773e54842d845a9dfb4 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Thu, 14 Jun 2012 16:05:24 +0000 Subject: [PATCH] Accepting request 125021 from openSUSE:Factory:ARM - disable kkcc on arm as well OBS-URL: https://build.opensuse.org/request/show/125021 OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=52 --- xemacs.changes | 5 +++++ xemacs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/xemacs.changes b/xemacs.changes index 0975723..7b0f894 100644 --- a/xemacs.changes +++ b/xemacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 14 14:24:31 UTC 2012 - dmueller@suse.com + +- disable kkcc on arm as well + ------------------------------------------------------------------- Thu May 31 15:30:38 UTC 2012 - werner@suse.de diff --git a/xemacs.spec b/xemacs.spec index 1312cbb..cf200c4 100644 --- a/xemacs.spec +++ b/xemacs.spec @@ -291,7 +291,7 @@ SPECIAL="--with-database=berkdb,gdbm \ --with-canna \ --with-tty=yes \ --with-site-lisp \ -%ifarch ia64 ppc ppc64 s390x s390 %ix86 x86_64 +%ifarch ia64 ppc ppc64 s390x s390 %ix86 x86_64 %arm --disable-mc-alloc \ --disable-kkcc \ --disable-newgc \