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
045f778e
Commit
045f778e
authored
Aug 11, 1995
by
Richard M. Stallman
Browse files
(LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.
parent
d94eb6eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/m/alpha.h
src/m/alpha.h
+4
-0
No files found.
src/m/alpha.h
View file @
045f778e
...
...
@@ -162,12 +162,14 @@ NOTE-END
#define ORDINARY_LINK
#ifdef __osf1__
/* Some systems seem to have this, others don't. */
#ifdef HAVE_LIBDNET
#define LIBS_MACHINE -ldnet
#else
#define LIBS_MACHINE -ldnet_stub
#endif
#endif
/* __osf1__ */
#if 0 /* Rainer Schoepf <schoepf@uni-mainz.de> says this loses with X11R6
since it has only shared libraries. */
...
...
@@ -179,8 +181,10 @@ NOTE-END
#endif
#endif /* 0 */
#ifdef __osf1__
#define LIBS_DEBUG
#define START_FILES pre-crt0.o
#endif
/* The program to be used for unexec. */
...
...
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