Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
676cae9f
Commit
676cae9f
authored
Feb 21, 2010
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
parent
a1e759cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/m/arm.h
src/m/arm.h
+6
-0
No files found.
src/ChangeLog
View file @
676cae9f
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>
2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
* term.c (fatal): Add a final \n if needed (bug#5596).
* term.c (fatal): Add a final \n if needed (bug#5596).
...
...
src/m/arm.h
View file @
676cae9f
...
@@ -36,5 +36,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -36,5 +36,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define NO_REMAP
#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
/* arch-tag: 07856f0c-f0c8-4bd8-99af-0b7fa1e5ee42
(do not change this comment) */
(do not change this comment) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment