Sign in
gem5
/
arm
/
linux
/
daea3daaf9d5606735a722677125fe860f86ff41
/
.
/
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
)