Use CFLAGS as HOST_CFLAGS by default
authorDan Nicholson <dbn.lists@gmail.com>
Sat, 12 Sep 2009 16:27:01 +0000 (09:27 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Sat, 12 Sep 2009 16:35:43 +0000 (09:35 -0700)
commit9c8b69302c2509d9ec8d6f87b7d1c34b6e215227
treedd8dabceaddeec3723d9819b1d0bb119765f39b8
parent0fa1692f14f4a64b045bc3f26a5ab401d682b118
Use CFLAGS as HOST_CFLAGS by default

Unless we're cross compiling, the HOST_CFLAGS should be the same as the
normal CFLAGS. This allows the x86 and x86_64 asm to be built correctly
with a native compiler using -m32/-m64.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
configs/default