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
f3216838
Commit
f3216838
authored
Jul 26, 1997
by
Richard M. Stallman
Browse files
(LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM.
parent
12a274bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
src/s/hpux8.h
src/s/hpux8.h
+10
-6
No files found.
src/s/hpux8.h
View file @
f3216838
...
...
@@ -23,23 +23,27 @@
#define ORDINARY_LINK
#ifdef HPUX_USE_SHLIBS
#define LD_SWITCH_SYSTEM
#define LD_SWITCH_SYSTEM
_TEMACS
#else
#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive
#define LD_SWITCH_SYSTEM
_TEMACS
-Xlinker -a -Xlinker archive
#endif
#else
/* not __GNUC__ */
/* Note, -a only works for hpux ld, not cc. And "cc LD_SWITCH_SYSTEM"
is used in configure's $ac_link to do various autoconf checks.
Since we only need -a when unexec'ing, only pass in -a to
"ld temacs" (ghazi@caip.rutgers.edu 7/10/97). */
#if (defined(hp9000s700) || defined(__hp9000s700))
#ifdef HPUX_USE_SHLIBS
#define LD_SWITCH_SYSTEM -L/lib/pa1.1
#define LD_SWITCH_SYSTEM
_TEMACS
-L/lib/pa1.1
#else
#define LD_SWITCH_SYSTEM -a archive -L/lib/pa1.1
#define LD_SWITCH_SYSTEM
_TEMACS
-a archive -L/lib/pa1.1
#endif
#else
/* not (defined(hp9000s700) || defined(__hp9000s700)) */
#ifdef HPUX_USE_SHLIBS
#define LD_SWITCH_SYSTEM
#define LD_SWITCH_SYSTEM
_TEMACS
#else
#define LD_SWITCH_SYSTEM -a archive
#define LD_SWITCH_SYSTEM
_TEMACS
-a archive
#endif
#endif
/* not (defined(hp9000s700) || defined(__hp9000s700)) */
#endif
/* not __GNUC__ */
...
...
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