This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Long Long Support for m68K targets


Hi All,

I want to be able to use printf with support for 64 bit integers. I am compiling
GCC 2.95.2 with newlib 1.8.2 under a cygwin 1.1.4 environment. The code seems to be
there in vfprintf.c, however it does not seem to be enabled when the library is
compiled. It relies on a macro variable WANT_PRINTF_LONG_LONG being defined. My
question is where or how should I define this variable. Searching through the
configure files I found some lines that suggest if the host defined is cygwin then
this variable will be defined. My host is cygwin however the code either doesnt
work or wasnt enabled when I tried to use it.

My script skills are practically non-existant (guessing mostly) so I would
apreciate some help on this one. There does not seem to be an easy way to approach
the configure/make system - its huge and complex - at least from where I am
starting!

TIA
Dave



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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