mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
This commit is contained in:
parent
f5e7cf4814
commit
f649aa0497
1 changed files with 4 additions and 0 deletions
|
|
@ -160,7 +160,11 @@ Boston, MA 02111-1307, USA. */
|
|||
/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
|
||||
says where to find X windows at run time. */
|
||||
|
||||
#ifdef __mips__
|
||||
#define LD_SWITCH_SYSTEM -G 0 LD_SWITCH_X_SITE_AUX
|
||||
#else
|
||||
#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
|
||||
#endif /* __mips__ */
|
||||
#endif /* __ELF__ */
|
||||
|
||||
/* As of version 1.1.51, Linux did not actually implement SIGIO.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue