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