mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 13:40:36 -08:00
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
This commit is contained in:
parent
eee2204ae2
commit
ed4e8e4096
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@
|
|||
|
||||
#define C_SWITCH_SYSTEM -D_BSD
|
||||
#define LIBS_SYSTEM -lbsd
|
||||
|
||||
#ifdef __alpha
|
||||
#define LD_SWITCH_SYSTEM
|
||||
#else
|
||||
#define LD_SWITCH_SYSTEM -non_shared
|
||||
#endif
|
||||
|
||||
#define SYSV_SYSTEM_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue