diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-08-23 21:06:36 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-08-23 21:06:36 +0000 |
commit | cb7a68927ab066fb794ed40ad38f601845516fe4 (patch) | |
tree | 393e8c5129cfacb4fdf20ecbbeb8125c06041a7f /sim/ppc/ppc.mt | |
parent | 19c3fec4bf74083f6136dd64e4b503426c77b474 (diff) | |
download | fsf-binutils-gdb-cb7a68927ab066fb794ed40ad38f601845516fe4.zip fsf-binutils-gdb-cb7a68927ab066fb794ed40ad38f601845516fe4.tar.gz fsf-binutils-gdb-cb7a68927ab066fb794ed40ad38f601845516fe4.tar.bz2 |
Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au>
Diffstat (limited to 'sim/ppc/ppc.mt')
-rw-r--r-- | sim/ppc/ppc.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/ppc.mt b/sim/ppc/ppc.mt new file mode 100644 index 0000000..ef3ea68 --- /dev/null +++ b/sim/ppc/ppc.mt @@ -0,0 +1,3 @@ +ALL=all-ppc +CLEAN=clean-ppc +DO_INSTALL=install-ppc |