Propagated some #defines to work with irix 6.3 as well as 6.2.

(HAVE_ALIGNED_DOUBLES)
This commit is contained in:
mccabe 1998-04-28 06:35:55 +00:00
parent f83cd4ee52
commit e0d493aa9e
2 changed files with 5 additions and 2 deletions

View File

@ -36,6 +36,9 @@ else
ifeq ($(OS_RELEASE),6.2)
CC = cc -32 -DIRIX6_2
endif
ifeq ($(OS_RELEASE),6.3)
CC = cc -32 -DIRIX6_3
endif
CCC = CC
ODD_CFLAGS = -fullwarn -xansi
ifdef BUILD_OPT

View File

@ -20,11 +20,11 @@
#define nspr_irix_defs_h___
#define HAVE_LONG_LONG
#ifdef IRIX6_2
#if defined( IRIX6_2 ) || defined ( IRIX6_3 )
#define HAVE_ALIGNED_DOUBLES
#else
#undef HAVE_ALIGNED_DOUBLES
#endif /* IRIX6_2 */
#endif /* IRIX6_2 || IRIX6.3 */
#undef HAVE_ALIGNED_LONGLONGS
#define HAVE_WEAK_IO_SYMBOLS
#define HAVE_WEAK_MALLOC_SYMBOLS