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:
parent
7caa87fe89
commit
399c3df8eb
1 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue