Mercurial > emacs
changeset 7715:79342f44134d
(LIB_STANDARD): Add -u and -lansi options.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 04:33:35 +0000 |
parents | f90c3d5352e9 |
children | a5dabfde673c |
files | src/s/sunos4-1.h |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sunos4-1.h Sat May 28 04:32:32 1994 +0000 +++ b/src/s/sunos4-1.h Sat May 28 04:33:35 1994 +0000 @@ -39,3 +39,13 @@ /* Tell GNU malloc to compensate for a bug in localtime. */ #define SUNOS_LOCALTIME_BUG #endif + +/* This is for compilation with acc. It works with -Xt but not with -Xs. + Note you will need to specify a -L option so that -lansi gets found. + The precise -L option you need depends on the compiler version + so we cannot specify it here. */ +#ifndef __GNUC__ +#ifdef __STDC__ +#define LIB_STANDARD -u _fix_libc_ -lansi -lc +#endif +#endif