Force INTPTR_TYPE/UINTPTR_TYPE to long int/unsigned long int.
(same types as PTRDIFF_TYPE/SIZE_TYPE)
This commit is contained in:
parent
9842fff13a
commit
e1cf4281db
|
@ -63,6 +63,12 @@ along with GCC; see the file COPYING3. If not see
|
|||
#define EXTRA_SPECS \
|
||||
{ "netbsd_entry_point", NETBSD_ENTRY_POINT },
|
||||
|
||||
#undef INTPTR_TYPE
|
||||
#define INTPTR_TYPE "long int"
|
||||
|
||||
#undef UINTPTR_TYPE
|
||||
#define UINTPTR_TYPE "long unsigned int"
|
||||
|
||||
/* We use gas, not the UNIX assembler. */
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT MASK_QMATH
|
||||
|
|
Loading…
Reference in New Issue