diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-05-02 06:46:21 +0000 |
commit | 833c46e1fb582eab40e4bb67cc7ab1b6753bd370 (patch) | |
tree | c543789f12a060862b516829320fb2b258f335ab /gas/config/h8500.mt | |
parent | 78dace0a00a35fae78007b15e659fe40f9ad63d1 (diff) | |
download | gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.zip gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.gz gdb-833c46e1fb582eab40e4bb67cc7ab1b6753bd370.tar.bz2 |
Move cpu-specific dependencies into Makefile.in, instead of having sometimes
multiple copies in config/*.mt. Select between several make variables with
autoconf substitution of cpu_type into a variable name reference.
Diffstat (limited to 'gas/config/h8500.mt')
-rw-r--r-- | gas/config/h8500.mt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/h8500.mt b/gas/config/h8500.mt deleted file mode 100644 index 6bd5464..0000000 --- a/gas/config/h8500.mt +++ /dev/null @@ -1 +0,0 @@ -TARG_CPU_DEPENDENTS=$(srcdir)/../opcodes/h8500-opc.h |