mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Add SHARED_LDFLAGS for sun/solaris.
This commit is contained in:
parent
0ad7026987
commit
03435a65bd
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(unix) && !defined(__MACH__)
|
||||
# define NEED_MALLOC
|
||||
/*# define NEED_MALLOC*/
|
||||
#endif
|
||||
|
||||
/***********************************************************************
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
#define BSD
|
||||
#define BRAND "SUN"
|
||||
#define LDFLAGS
|
||||
#define SHARED_LDFLAGS -dy
|
||||
#define SHARED_LDFLAGS -dy -G
|
||||
#ifdef sun4sol2
|
||||
# include <dlfcn.h>
|
||||
# include <link.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue