aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/xm-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mips/xm-mips.h')
-rw-r--r--gdb/config/mips/xm-mips.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h
index 3bbc72e..a2e9a50 100644
--- a/gdb/config/mips/xm-mips.h
+++ b/gdb/config/mips/xm-mips.h
@@ -27,6 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Needed for DECstation core files. */
#include <machine/param.h>
#define KERNEL_U_ADDR UADDR
+
+/* Native Ultrix cc has broken long long support. */
+#ifndef __GNUC__
+#undef CC_HAS_LONG_LONG
+#endif
#endif
#if ! defined (__STDC__) && ! defined (offsetof)