> able to pass the variable to the script is a nice thing. I'll try to
> find a correct solution for both situations.
Please let me know if the last fix I made is ok for you.
Frédéric
--
Frédéric GobrySMARTDATA
--- http://www.smartdata.ch
Software Engineer Lausanne - S
> I am working on a platform that requires me to
> pass in CFLAGS, so I remove the CFLAGS="" from
> config.in and everything works fine. I was wondering
> if someone could explain why it is required.
When building on uCLinux, there is no gcrt0 available, so compiling
with -g will fail. Unfortunat
I noticed in config.in that there is a line:
CFLAG=""
This particular line seems unnecessary, and
prevents passing the environment variable
CFLAGS in the configure line. ie.
CFLAGS="My required compiler options" ./configure
I understand that the profile will set the CFLAGS
variable, but in my