diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:17:19 +0000 |
commit | 8370e93e49f0166d09e15906c6eb63f7843c0672 (patch) | |
tree | 1be213df87386538311dc18f4f7eb2c9f19a5c8d /gas/config/ppc-big.mt | |
parent | c7b44b0425dc1a4ee75abee5897de77a2b86648d (diff) | |
download | gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.zip gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.gz gdb-8370e93e49f0166d09e15906c6eb63f7843c0672.tar.bz2 |
Add little endian PowerPC support.
Diffstat (limited to 'gas/config/ppc-big.mt')
-rw-r--r-- | gas/config/ppc-big.mt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/ppc-big.mt b/gas/config/ppc-big.mt new file mode 100644 index 0000000..da08852 --- /dev/null +++ b/gas/config/ppc-big.mt @@ -0,0 +1 @@ +TDEFINES=-DTARGET_BYTES_BIG_ENDIAN=1 |