diff options
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/arm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/arm.h b/src/m/arm.h index c3a5d6e4ad5..cf30e2e1b19 100644 --- a/src/m/arm.h +++ b/src/m/arm.h @@ -24,11 +24,5 @@ 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) */ |