This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

SIZE_TYPE macro.


I have managed to build a linux-Mips cross compiler 
using the gnu-win32 sources.
However, I would like to change the target descriptiom 
macro, "SIZE_TYPE" from an "unsigned int" to an 
"unsigned long int".

I tried inserting the following line in the 
/build/gcc/tm.h file.

#undef SIZE_TYPE
#define SIZE_TYPE "unsigned long int"

However, I get many errors when compiling the 
gnu-win32 sources.

Can anyone help?

Thanks in advance, 
Mark.
_______________________________________________
Mark G Hannah          Email:mark@solcom.co.uk
 
SolCom Systems
SolCom House           Tel: +44 1506 461707
Meikle Road            Fax: +44 1506 461717
Kirkton Campus
Livingston             http://www.solcom.co.uk
EH54 7DE               10/20/97  4:25:23 PM
_______________________________________________


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]