selftests: Set CC using CROSS_COMPILE once in lib.mk
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 4 Mar 2015 10:41:31 +0000 (21:41 +1100)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 19 Mar 2015 21:16:51 +0000 (15:16 -0600)
This avoids repeating the logic in every Makefile. We mimic the
top-level Makefile and use $(CROSS_COMPILE)gcc.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

No differences found