Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/emacs/23.1: 04_arm_nostdlib-unwind.patch
Date: Tue, 26 Jan 2010 19:38:08
Message-Id: E1NZrEj-00081p-RU@stork.gentoo.org
1 ulm 10/01/26 19:38:05
2
3 Added: 04_arm_nostdlib-unwind.patch
4 Log:
5 Add patch for bug 302357.
6
7 Revision Changes Path
8 1.1 src/patchsets/emacs/23.1/04_arm_nostdlib-unwind.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/emacs/23.1/04_arm_nostdlib-unwind.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/emacs/23.1/04_arm_nostdlib-unwind.patch?rev=1.1&content-type=text/plain
12
13 Index: 04_arm_nostdlib-unwind.patch
14 ===================================================================
15 http://bugs.gentoo.org/302357
16 http://gnutoo.homelinux.org/open_embedded/recipes/emacs/files/nostdlib-unwind.patch
17 Fix linking problem:
18 undefined reference to `__aeabi_unwind_cpp_pr0'
19
20 --- emacs-23.1-orig/src/Makefile.in
21 +++ emacs-23.1/src/Makefile.in
22 @@ -443,7 +443,7 @@
23 ask GCC explicitly where to find libgcc.a. */
24
25 #ifndef LINKER
26 -#define LINKER $(CC) -nostdlib
27 +#define LINKER $(CC) -nostdlib -lgcc_s
28 #endif
29
30 #ifndef LIB_GCC