emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99543: * m/arm.h: Define the LIB_GCC


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99543: * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
Date: Sun, 21 Feb 2010 08:44:07 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99543
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2010-02-21 08:44:07 -0500
message:
  * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
modified:
  src/ChangeLog
  src/m/arm.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-02-18 17:02:24 +0000
+++ b/src/ChangeLog     2010-02-21 13:44:07 +0000
@@ -1,3 +1,7 @@
+2010-02-21  Chong Yidong  <address@hidden>
+
+       * m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
+
 2010-02-18  Stefan Monnier  <address@hidden>
 
        * term.c (fatal): Add a final \n if needed (bug#5596).

=== modified file 'src/m/arm.h'
--- a/src/m/arm.h       2010-01-13 08:35:10 +0000
+++ b/src/m/arm.h       2010-02-21 13:44:07 +0000
@@ -36,5 +36,11 @@
 
 #define NO_REMAP
 
+/* address@hidden reported that the lgcc_s flag is necessary to
+   build on ARM EABI under GNU/Linux (Bug#5518).  */
+#ifdef GNU_LINUX
+#define LIB_GCC -lgcc_s
+#endif
+
 /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
    (do not change this comment) */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]