diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index 22c0db6..b2226f9 100644 --- a/gas/config.in +++ b/gas/config.in @@ -130,9 +130,6 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H @@ -163,6 +160,15 @@ /* Define as 1 if big endian. */ #undef TARGET_BYTES_BIG_ENDIAN +/* Default CPU for MIPS targets. */ +#undef MIPS_CPU_STRING_DEFAULT + +/* Allow use of E_MIPS_ABI_O32 on MIPS targets. */ +#undef USE_E_MIPS_ABI_O32 + +/* Generate 64-bit code by default on MIPS targets. */ +#undef MIPS_DEFAULT_64BIT + /* Default architecture. */ #undef DEFAULT_ARCH |