Commit b9fbb936 by Rainer Orth Committed by Rainer Orth

sol2.h (WINT_TYPE): Redefine.

	* config/i386/sol2.h (WINT_TYPE): Redefine.
	(WINT_TYPE_SIZE): Likewise.

From-SVN: r47381
parent 475c267f
2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/i386/sol2.h (WINT_TYPE): Redefine.
(WINT_TYPE_SIZE): Likewise.
2001-11-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
......
......@@ -68,6 +68,13 @@ Boston, MA 02111-1307, USA. */
(flag_pic ? (GLOBAL ? DW_EH_PE_indirect : 0) | DW_EH_PE_datarel \
: DW_EH_PE_absptr)
/* Solaris 2/Intel uses a wint_t different from the default, as on SPARC. */
#undef WINT_TYPE
#define WINT_TYPE "long int"
#undef WINT_TYPE_SIZE
#define WINT_TYPE_SIZE BITS_PER_WORD
/* Add "sun" to the list of symbols defined for SVR4. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment