1 /* Synched up with: FSF 19.31. */
5 /* ISC 4.1 has renamed __setostype, but also has fixed the bug
6 for which we needed to call it; so just do nothing. uddeborg@carmen.se. */
7 #undef EXTRA_INITIALIZE
12 #define LIBS_SYSTEM "-linet"
14 /* uddeborg@carmen.se recommends the rest of this file. */
16 /* A special startup file is used when compiling with Posix. */
17 #define START_FILES "pre-crt0.o /lib/crtp1.o"
19 /* -lPW is only needed if not using Gcc. */
21 #if defined (__GNUC__)
22 # define LIB_STANDARD "-lcposix -lc /lib/crtn.o"
24 # define LIB_STANDARD "-lPW -lcposix -lc /lib/crtn.o"
25 #endif /* !__GNUC__ */
27 /* We have Posix termios. */
29 /* According to template.h HAVE_TERMIO and HAVE_TERMIOS shouldn't be */
30 /* defined at the same time. */