(C_SWITCH_MACHINE): Don't define if GCC.
This commit is contained in:
parent
6125133886
commit
dcb70223ed
1 changed files with 2 additions and 0 deletions
|
@ -9,7 +9,9 @@
|
|||
#define alloca __builtin_alloca
|
||||
|
||||
/* use K&R C */
|
||||
#ifndef __GNUC__
|
||||
#define C_SWITCH_MACHINE -cckr
|
||||
#endif
|
||||
|
||||
/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
|
||||
because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
|
||||
|
|
Loading…
Add table
Reference in a new issue