1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).

This commit is contained in:
Chong Yidong 2010-02-21 08:44:07 -05:00
parent a1e759cdee
commit 676cae9f08
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-02-21 Chong Yidong <cyd@stupidchicken.com>
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
* term.c (fatal): Add a final \n if needed (bug#5596).

View File

@ -36,5 +36,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define NO_REMAP
/* armin76@gentoo.org 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) */