Sign in
zircon-guest
/
third_party
/
linux
/
f51f288e237cbcfd3dbd1d4fa2d3dec00d7253e2
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
blob: 557b9379f3bb9c83ebc1326c27a77e21f855119e [
file
] [
log
] [
blame
]
# The loops are all 64-bit code
CFLAGS
+=
-
m64
CFLAGS
+=
-
I$
(
CURDIR
)
TEST_GEN_PROGS
:=
memcmp
EXTRA_SOURCES
:=
memcmp_64
.
S
../
harness
.
c
include
../../
lib
.
mk
$
(
TEST_GEN_PROGS
):
$
(
EXTRA_SOURCES
)