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
e4865e3f
Commit
e4865e3f
authored
Aug 11, 1993
by
Richard M. Stallman
Browse files
(LD_SWITCH_SYSTEM): Delete the -L options.
parent
1e49aa29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/s/hpux8.h
src/s/hpux8.h
+2
-2
No files found.
src/s/hpux8.h
View file @
e4865e3f
...
...
@@ -18,12 +18,12 @@
Note GCC automatically passes -a archive to ld, and it has its own
conflicting -a. */
#ifdef __GNUC__
#define LD_SWITCH_SYSTEM
-L/usr/lib/X11R5 -L/usr/lib/X11R4
-Xlinker -a -Xlinker archive
#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive
/* No need to specify roundabout way of linking temacs. */
#define ORDINARY_LINK
#else
#define LD_SWITCH_SYSTEM -a archive
-L/usr/lib/X11R5 -L/usr/lib/X11R4
#define LD_SWITCH_SYSTEM -a archive
#endif
#if 0 /* This should no longer be necessary now that
...
...
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