diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 05:10:03 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-09 05:10:03 +0000 |
commit | 85ffbdfc72a63d4f828615dcd301faadc595ed37 (patch) | |
tree | dbde7c8703b8363a02d3c844b1f6fa93c62321a0 /Makefile | |
parent | 0d4a05a109bba2e8ad81e3e2404015b361196945 (diff) | |
download | qemu-85ffbdfc72a63d4f828615dcd301faadc595ed37.tar.gz qemu-85ffbdfc72a63d4f828615dcd301faadc595ed37.tar.bz2 qemu-85ffbdfc72a63d4f828615dcd301faadc595ed37.zip |
SH4 big endian configuration, by Tomoyoshi Asano.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3784 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -246,6 +246,7 @@ tarbin: $(bindir)/qemu-system-arm \ $(bindir)/qemu-system-m68k \ $(bindir)/qemu-system-sh4 \ + $(bindir)/qemu-system-sh4eb \ $(bindir)/qemu-i386 \ $(bindir)/qemu-arm \ $(bindir)/qemu-armeb \ @@ -261,6 +262,7 @@ tarbin: $(bindir)/qemu-alpha \ $(bindir)/qemu-m68k \ $(bindir)/qemu-sh4 \ + $(bindir)/qemu-sh4eb \ $(bindir)/qemu-img \ $(datadir)/bios.bin \ $(datadir)/vgabios.bin \ |