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
Open sidebar
emacs
emacs
Commits
cbb35d7d
Commit
cbb35d7d
authored
Jun 29, 1994
by
Richard M. Stallman
Browse files
Add commented-out code.
parent
2c1b5dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
src/m/convex.h
src/m/convex.h
+15
-0
No files found.
src/m/convex.h
View file @
cbb35d7d
...
...
@@ -182,3 +182,18 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Avoid error in getloadavg.c. */
#define NLIST_NAME_UNION 1
#if 0 /* This is supposed to be an improvement.
It would be good for people to try enabling this code
and report the results. */
/* gcc -nostdlib prevents some math symbols from being included.
So we have to use -nostartfiles instead. */
#define LINKER $(CC) -nostartfiles
#define ORDINARY_LINK
#undef LD_SWITCH_MACHINE
#define LD_SWITCH_MACHINE \
-L /usr/lib \
'-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
#endif
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