diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-15 16:35:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-15 16:35:23 +0000 |
commit | 77a401e2e0f33475003675d549a65235b1a8df2b (patch) | |
tree | 4a253492ee36efe8d3058a7f8b630225649514f4 | |
parent | 96b4ced14f7a673b14b51a7521a07518b54836cb (diff) | |
download | gdb-77a401e2e0f33475003675d549a65235b1a8df2b.zip gdb-77a401e2e0f33475003675d549a65235b1a8df2b.tar.gz gdb-77a401e2e0f33475003675d549a65235b1a8df2b.tar.bz2 |
Add m88k-coff target Makefile fragment.
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/m88kcoff.mt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index b4ee3c1..6fc4042 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -61,6 +61,7 @@ m68k.mt m68kcoff.mt m88k-opcode.h m88k.patches +m88kcoff.mt mips-big.mt mips-lit.mt obj-aout.c diff --git a/gas/config/m88kcoff.mt b/gas/config/m88kcoff.mt new file mode 100644 index 0000000..e244e00 --- /dev/null +++ b/gas/config/m88kcoff.mt @@ -0,0 +1,2 @@ +TARG_CPU_DEPENDENTS=$(srcdir)/config/m88k-opcode.h +TDEFINES=-DBFD_HEADERS -DMANY_SEGMENTS -DBFD -DM88KCOFF |