1) ifeq is make syntax, #ifeq is a make comment.
authorRob Landley <rob@landley.net>
Mon, 31 Jul 2006 22:56:17 +0000 (22:56 -0000)
committerRob Landley <rob@landley.net>
Mon, 31 Jul 2006 22:56:17 +0000 (22:56 -0000)
commit533320c65944cdc9d3857312795b816282c48ba7
treecb583738363d23755899b2c06aa9881befe1355f
parent565bc33332e8e0719b2643aa85f3c82d0e0d077e
1) ifeq is make syntax, #ifeq is a make comment.
2) The check_cc macros should probably all have the same number of arguments.
3) Move the -Werror into the gcc 4.0 on i386 test, because gcc 4.1 is broken
and produces warnings for things that provably aren't incorrect.

In other news it would be nice if our check_ld macro actually did something,
and why does or makefile do all the check_cc calls, then call itself as if
it's building out of tree, then do all the check_cc calls again?
Rules.mak