mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
(LIB_STANDARD): Add -u and -lansi options.
This commit is contained in:
parent
3a7f8079c0
commit
41d5a50dde
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue