Hi!

> I need to pass CFLAGS to make. First i tried just passing CC_FLAGS instead,
> but then CONFIG_COMPRESS and CONFIG_ENCRYPT did no longer work (always
> CC_FLAGS from the make commandline were used). So i came up with this and
> can now do (for example):
> 
>    make CONFIG_COMPRESS=yes CFLAGS="-O2 -march=i586 -mtune=i686 
> -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2"
> 
> (oh, the _FORTIFY_SOURCE=2 throws scary warnings btw, somebody should
> fix these, i suppose).

Can you post warnings to the list?

> I also tried to make the use and ordering of "-c" and "-o" to $(CC) a bit
> more consistent throughout the Makefile.

> Any objections?

Patch looks okay to me.
                                                                Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to