all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: "Raúl Porcel" <armin76@gentoo.org>
Cc: 5518@debbugs.gnu.org
Subject: bug#5518: >=emacs-23.1 fails to build on ARM EABI under GNU/Linux
Date: Thu, 18 Feb 2010 04:01:33 -0500	[thread overview]
Message-ID: <874ole534i.fsf@stupidchicken.com> (raw)
In-Reply-To: <4B69CFC0.4060504@gentoo.org>

> On an armv5tel system with either Debian or Gentoo GNU/Linux, >=emacs-23
> fails to build. I've tried with bzr trunk too.
>
> For some reason, it doesn't fail if some dependencies are available on
> the system(i believe they are X-related). But AFAIK emacs doesn't need
> those if we aren't building X support. Besides on ARM OABI it compiles fine.
>
> The patch available at
> http://gnutoo.homelinux.org/open_embedded/recipes/emacs/files/nostdlib-unwind.patch
> fixes this problem. Please note that i didn't do the patch.

Does this alternative patch work for you?

*** src/m/arm.h	2010-01-13 08:35:10 +0000
--- src/m/arm.h	2010-02-18 09:00:22 +0000
***************
*** 36,40 ****
--- 36,45 ----
  
  #define NO_REMAP
  
+ #ifdef GNU_LINUX
+ #define LINKER $(CC) -nostdlib -lgcc_s
+ #endif
+ 
+ 
  /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
     (do not change this comment) */







  reply	other threads:[~2010-02-18  9:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03 19:34 bug#5518: >=emacs-23.1 fails to build on ARM EABI under GNU/Linux Raúl Porcel
2010-02-18  9:01 ` Chong Yidong [this message]
2010-02-18  9:54   ` Andreas Schwab
2010-02-18 10:00   ` Andreas Schwab
2010-02-18 10:42     ` Chong Yidong
2010-02-18 12:29       ` Andreas Schwab
2010-02-18 13:07         ` Chong Yidong
2010-02-20 18:09           ` Raúl Porcel
2010-02-20 18:35             ` Chong Yidong
2010-02-20 20:00               ` Raúl Porcel
     [not found]                 ` <87k4u7odk0.fsf@stupidchicken.com>
2010-02-21 12:13                   ` Raúl Porcel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ole534i.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=5518@debbugs.gnu.org \
    --cc=armin76@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.