diff options
author | Jason Lowe-Power <jason@lowepower.com> | 2017-09-21 20:43:30 -0500 |
---|---|---|
committer | Jason Lowe-Power <jason@lowepower.com> | 2018-08-17 16:37:42 +0000 |
commit | a440108cc540c3edcdf7aca953ea5ddb1cc6e8ab (patch) | |
tree | c59bfe3ab59b124bd6f687b7a248ee03fb501830 /tests/test-progs/hello/.gitignore | |
parent | bbb5302f342a5c0759bb99e04a31d85dd1846a3e (diff) | |
download | gem5-a440108cc540c3edcdf7aca953ea5ddb1cc6e8ab.tar.xz |
tests: Add Makefiles for hello
This adds Makefiles for hello for ARM and x86 by leveraging docker and
dockcross. See https://github.com/dockcross/dockcross for more
information.
These Makefiles also allow for automatic uploading to the correct location
for users to download when running the new tests.
Change-Id: I7085000393cd5283502a7af362c85befda749181
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-on: https://gem5-review.googlesource.com/4883
Diffstat (limited to 'tests/test-progs/hello/.gitignore')
-rw-r--r-- | tests/test-progs/hello/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-progs/hello/.gitignore b/tests/test-progs/hello/.gitignore new file mode 100644 index 000000000..48c31c3f0 --- /dev/null +++ b/tests/test-progs/hello/.gitignore @@ -0,0 +1,10 @@ +bin/arm/linux/hello32-static +bin/arm/linux/hello64-static + +bin/x86/linux/hello32-static +bin/x86/linux/hello64-static +bin/x86/linux/hello64-dynamic + +src/dockcross* +src/*-dynamic +src/*-static |