external toolchains: take into account architecture variant
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 21 Aug 2009 23:12:02 +0000 (01:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Apr 2010 00:09:38 +0000 (02:09 +0200)
commit7b7a4be0e1d59b9218b6145331c700ac8199e24e
tree7cf701ea6f033050755e230bcf3a6b23e1309976
parent65e209ca07416bc040fe98d16b60b6cb4304987f
external toolchains: take into account architecture variant

Until now, many TARGET_CFLAGS where missing when using an external
toolchain, due to how package/Makefile.in was written. Now, a lot more
definitions are common between the Buildroot toolchain case and the
external toolchain case.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Makefile.in