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 \