mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
This commit is contained in:
parent
0c76956f83
commit
b3bd5cbcdb
1 changed files with 5 additions and 2 deletions
|
|
@ -16,9 +16,12 @@
|
|||
/* Make process_send_signal work by "typing" a signal character on the pty. */
|
||||
#define SIGNALS_VIA_CHARACTERS
|
||||
|
||||
/* use K&R C */
|
||||
#ifndef __GNUC__
|
||||
#define C_SWITCH_MACHINE -cckr
|
||||
/* use K&R C */
|
||||
/* We need to increase the expression tree space with -Wf,-XNh
|
||||
(ghazi@caip.rutgers.edu 7/8/97.)
|
||||
*/
|
||||
#define C_SWITCH_SYSTEM -cckr -Wf,-XNh3000
|
||||
#endif
|
||||
|
||||
/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue