Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.13 10 lines 196 B view raw
1# The loops are all 64-bit code 2CFLAGS += -m64 3CFLAGS += -I$(CURDIR) 4 5TEST_GEN_PROGS := memcmp 6EXTRA_SOURCES := memcmp_64.S ../harness.c 7 8include ../../lib.mk 9 10$(TEST_GEN_PROGS): $(EXTRA_SOURCES)