Add *CFLAGS to LINK in rules.mak
commitfa39472763229b335bd1f4b7c9ff8ec8455f98e5
authorPeter Hjalmarsson <xake@rymdraket.net>
Sat, 24 Oct 2009 09:34:02 +0000 (24 11:34 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 30 Oct 2009 13:39:33 +0000 (30 08:39 -0500)
tree49aab8212ed1a7ac8995a7cac4ef8970ea57ca66
parent718b8aec624f4cf647f749305c582edc299ef9ab
Add *CFLAGS to LINK in rules.mak

Sometimes when linking with gcc to get a predictable result you are suggested to also apply the compiler flags to the linker command.

For reference, please read:
http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/Link-Options.html

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
rules.mak