diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/arm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/m/arm.h b/src/m/arm.h index ad3e701d276..b04c5ecc1d9 100644 --- a/src/m/arm.h +++ b/src/m/arm.h | |||
| @@ -36,5 +36,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 36 | 36 | ||
| 37 | #define NO_REMAP | 37 | #define NO_REMAP |
| 38 | 38 | ||
| 39 | /* armin76@gentoo.org reported that the lgcc_s flag is necessary to | ||
| 40 | build on ARM EABI under GNU/Linux (Bug#5518). */ | ||
| 41 | #ifdef GNU_LINUX | ||
| 42 | #define LIB_GCC -lgcc_s | ||
| 43 | #endif | ||
| 44 | |||
| 39 | /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42 | 45 | /* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42 |
| 40 | (do not change this comment) */ | 46 | (do not change this comment) */ |