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
baacd422
Commit
baacd422
authored
Jan 25, 1993
by
Richard M. Stallman
Browse files
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
[__GNUC__] (ORDINARY_LINK): Defined.
parent
63ed0aa0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
src/s/hpux8.h
src/s/hpux8.h
+11
-2
No files found.
src/s/hpux8.h
View file @
baacd422
...
...
@@ -11,5 +11,14 @@
#define LIB_X11_LIB -L/usr/lib/X11R4 -lX11
#define C_SWITCH_SYSTEM -I/usr/include/X11R4
/* Don't use shared libraries. unexec doesn't handle them. */
#define LD_SWITCH_SYSTEM -a archive
/* Don't use shared libraries. unexec doesn't handle them.
Note GCC automatically passes -a archive to ld, and it has its own
conflicting -a. */
#ifdef __GNUC__
#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4
/* No need to specify roundabout way of linking temacs. */
#define ORDINARY_LINK
#else
#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4
#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