1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 01:20:37 -08:00

* m/intel386.h (LIB_STANDARD): If USG5_4 is #defined, there's no

need to include `-lPW'; that has been merged with `-lc'.
This commit is contained in:
Jim Blandy 1993-03-11 07:08:47 +00:00
parent 7caa87fe89
commit 399c3df8eb

View file

@ -154,14 +154,20 @@ NOTE-END */
#define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a
#else /* not XENIX */
/* this brings in alloca() if we're using cc */
#ifdef USG
#ifndef LIB_STANDARD
#ifdef USG5_4
#define LIB_STANDARD -lc
#else /* not USG5_4 */
#define LIB_STANDARD -lPW -lc
#endif
#endif /* not USG5_4 */
#endif /* LIB_STANDARD */
#define HAVE_ALLOCA
#define NO_REMAP
#define TEXT_START 0
#endif /* USG */
#endif /* not USG */
#endif /* not XENIX */
#ifdef BSD