comparison src/s/netbsd.h @ 105956:31f80330b77b

* s/freebsd.h: * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 11 Nov 2009 19:13:50 +0000
parents 1d508ec9a0a3
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
105955:21f6a54627b6 105956:31f80330b77b
50 #define NEED_ERRNO 50 #define NEED_ERRNO
51 #define SYSV_SYSTEM_DIR 51 #define SYSV_SYSTEM_DIR
52 52
53 /* Netbsd has POSIX-style pgrp behavior. */ 53 /* Netbsd has POSIX-style pgrp behavior. */
54 #undef BSD_PGRPS 54 #undef BSD_PGRPS
55
56 #if !defined (NO_SHARED_LIBS) && ! defined (__ELF__)
57 /* These definitions should work for either dynamic or static linking,
58 whichever is the default for `cc -nostdlib'. */
59 #define HAVE_TEXT_START /* No need to define `start_of_text'. */
60 #define START_FILES pre-crt0.o /usr/lib/crt0.o
61 #define UNEXEC unexsunos4.o
62 #define RUN_TIME_REMAP
63
64 #endif /* not NO_SHARED_LIBS and not ELF */
65 55
66 #if !defined (NO_SHARED_LIBS) && defined (__ELF__) 56 #if !defined (NO_SHARED_LIBS) && defined (__ELF__)
67 #define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o 57 #define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o
68 #define UNEXEC unexelf.o 58 #define UNEXEC unexelf.o
69 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o END_FILES_1 59 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o END_FILES_1