tests: cross-compiling hello binaries for hello_se tests.
authorMahyar Samani <msamani@ucdavis.edu>
Sat, 2 May 2020 02:19:19 +0000 (02:19 +0000)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 10 Sep 2020 16:55:00 +0000 (16:55 +0000)
commitc1ebdf66ffbfff676e305db5140b42ab24f11bfe
treec5a3cc08c9b0e7d936ac3f9d4ee0fd59ff732751
parent6e0dfe906a46ea431944357e0fdb5bda2fe57582
tests: cross-compiling hello binaries for hello_se tests.

Some of the hello_se tests fail due to different syntax of the string
for different isas. This patch adds makefiles for cross-compiling the
hello.c file located at tests/test-progs/hello/src/.

Change-Id: I8ccfc0487020df9da722a97e57310db2d2e8882c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28528
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/test-progs/hello/bin/mips/linux/hello [deleted file]
tests/test-progs/hello/bin/power/linux/hello [deleted file]
tests/test-progs/hello/bin/sparc/linux/hello [deleted file]
tests/test-progs/hello/src/Makefile.mips [new file with mode: 0644]