diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:08:49 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:08:49 +0000 |
commit | a94019bcc1652e745d82744906f854468a4e27ff (patch) | |
tree | d78ac2c27b71977d0f19edf5c7e500f4dc2d23d4 /gdb/config/sparc/sp64sim.mt | |
parent | e9baeb46064b7a83187bbe49b3087445e92c8ea4 (diff) | |
download | gdb-a94019bcc1652e745d82744906f854468a4e27ff.zip gdb-a94019bcc1652e745d82744906f854468a4e27ff.tar.gz gdb-a94019bcc1652e745d82744906f854468a4e27ff.tar.bz2 |
Initial versions of port to sparc64 simulators.
Diffstat (limited to 'gdb/config/sparc/sp64sim.mt')
-rw-r--r-- | gdb/config/sparc/sp64sim.mt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/config/sparc/sp64sim.mt b/gdb/config/sparc/sp64sim.mt new file mode 100644 index 0000000..907aba0 --- /dev/null +++ b/gdb/config/sparc/sp64sim.mt @@ -0,0 +1,11 @@ +# Target: SPARC simulator +# Which simulator has deliberately been avoided. There are two and I'm +# currently playing with both. /dje + +# Need gcc for long long support. +CC = gcc +# Regular "have long long" detection is disabled for now. +MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64 +#TDEPFILES= exec.o solib.o sparc-pinsn.o sp64-tdep.o remote-shade.o ../../shade/libsim.a ../../shade/libshade.a ../../shade/libspix.a +TDEPFILES= exec.o solib.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o remote-sp64sim.o ../sim/sp64/libsim.a +TM_FILE= tm-sp64sim.h |