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
e5df7c4a
Commit
e5df7c4a
authored
Dec 27, 1996
by
Richard M. Stallman
Browse files
(LD_SWITCH_SYSTEM): Use just -X.
(LIB_STANDARD): Alternate definition if NS_TARGET.
parent
695a5c49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/s/nextstep.h
src/s/nextstep.h
+6
-6
No files found.
src/s/nextstep.h
View file @
e5df7c4a
...
...
@@ -73,15 +73,15 @@ Boston, MA 02111-1307, USA. */
/* Link this program just by running cc. */
#define ORDINARY_LINK
#ifndef __NeXT
/* This is defined by standard GCC
but not by NeXT's compiler. */
#define LD_SWITCH_SYSTEM -X -noseglinkedit
#else
/* __NeXT */
#define LD_SWITCH_SYSTEM -Xlinker -noseglinkedit
#endif
/* __NeXT */
#define LD_SWITCH_SYSTEM -X
/* Don't use -lc on the NeXT. */
#ifdef NS_TARGET
/* We use the dynamic libraries under Openstep for Mach 4.0 */
#define LIB_STANDARD
#else
#define LIB_STANDARD -lsys_s
#endif
#define LIB_MATH -lm
#define START_FILES pre-crt0.o
...
...
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