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
238e4738
Commit
238e4738
authored
Jan 15, 1994
by
Richard M. Stallman
Browse files
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
parent
892ed7e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/s/sol2.h
src/s/sol2.h
+2
-2
No files found.
src/s/sol2.h
View file @
238e4738
...
...
@@ -13,9 +13,9 @@
/* Here is how to find X Windows. The -R option says where
to find X windows at run time. */
#ifndef __GNUC__
#define LD_SWITCH_SYSTEM
-R/usr/openwin/lib
#define LD_SWITCH_SYSTEM
LD_SWITCH_X_SITE_AUX
#else
/* GCC */
#define LD_SWITCH_SYSTEM -Xlinker
-R/usr/openwin/lib
#define LD_SWITCH_SYSTEM -Xlinker
LD_SWITCH_X_SITE_AUX
#endif
/* GCC */
/* Compile in non-ansi fashion to work around bugs in system header files. */
...
...
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