Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)

* config/mips/xm-mips.h (CC_HAS_LONG_LONG):  Undefine for Ultrix
        when compiling with native cc, the compiler has broken long long
        support.
This commit is contained in:
Jason Molenda 1998-03-13 23:45:51 +00:00
parent 60c7c37625
commit c7ab546c0e
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix
when compiling with native cc, the compiler has broken long long
support.
Fri Mar 13 15:37:02 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/m68k/xm-sun3os4.h: Remove malloc declarations, they

View file

@ -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)