_NIH, __NIH__, __N_I_H__, __nih__, _niH_.
*sigh* GCC developers can't seem to make up their mind which pre-defined arch symbols are the official ones. So make them, and the Sparc64 using Martians happy with every permutation. This fixes f77 and possibly changes some 'long long' handling. Approved by: re(bmah)
This commit is contained in:
parent
b07af2c4b2
commit
ca894c66e0
@ -24,7 +24,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
Emacs needs to know if the arch is 64 or 32-bits. */
|
||||
|
||||
#undef CPP_CPU64_DEFAULT_SPEC
|
||||
#define CPP_CPU64_DEFAULT_SPEC "-D__sparc64__ -D__sparc_v9__ -D__arch64__"
|
||||
#define CPP_CPU64_DEFAULT_SPEC \
|
||||
"-D__sparc64__ -D__sparc_v9__ -D__sparcv9 -D__sparc__ -D__arch64__"
|
||||
|
||||
/* Because we include sparc/sysv4.h. */
|
||||
#undef CPP_PREDEFINES
|
||||
|
Loading…
Reference in New Issue
Block a user