This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: printf optimiziation in gcc-3.2.x


> Use either of -fno-builtin-printf or -fno-builtin.

OK.  This seem to fix the problem, but while i can see why we builtin
functions like memcpy and strlen, i definitely can't in the case of
printf.  Or at least IMHO it shouldn't be the default behavior.

> Btw. if you have a free-standing environment, use -ffree-standing,

I don't know what free-standing environment is.  What i am using is an ARM
cross compiler and binutils on Linux.  What good is that environment?


thanks,
Petko


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