selftests: remove CROSS_COMPILE in dedicated Makefile
author[email protected] <[email protected]>
Tue, 29 Nov 2016 11:55:50 +0000 (19:55 +0800)
committerShuah Khan <[email protected]>
Thu, 5 Jan 2017 20:42:11 +0000 (13:42 -0700)
After previous clean up patches, memfd and timers could get
CROSS_COMPILE from tools/testing/selftest/lib.mk. There is no need to
preserve these definition. So, this patch remove them.

Acked-by: Michael Ellerman <[email protected]>
Signed-off-by: Bamvor Jian Zhang <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/memfd/Makefile
tools/testing/selftests/timers/Makefile

index 2c87f2376e5986a501658815f7864862c4f3a02c..79891d033de162cdcc921f3de7802738fa0e0a50 100644 (file)
@@ -1,4 +1,3 @@
-CC = $(CROSS_COMPILE)gcc
 CFLAGS += -D_FILE_OFFSET_BITS=64
 CFLAGS += -I../../../../include/uapi/
 CFLAGS += -I../../../../include/
index 4a3bffed990198b844a6e741e47432f03d25f20e..b90e50c36f9f99a49c414fc351cf0d6f3f1ebf16 100644 (file)
@@ -1,4 +1,3 @@
-CC = $(CROSS_COMPILE)gcc
 BUILD_FLAGS = -DKTEST
 CFLAGS += -O3 -Wl,-no-as-needed -Wall $(BUILD_FLAGS)
 LDFLAGS += -lrt -lpthread