diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-03 18:52:23 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-03 18:52:23 +0000 |
commit | c4b7427e3c8e94d825f36e1a5e838b2ddfbf032f (patch) | |
tree | 66deb22ef357fe3d960f0054117801ee3298d6c6 /gdb/config/sparc | |
parent | c55418fcf119d50d99625d57de9bba3837a76f8f (diff) | |
download | gdb-c4b7427e3c8e94d825f36e1a5e838b2ddfbf032f.tar.gz |
2003-09-03 Andrew Cagney <cagney@redhat.com>
* config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS.
* config/mips/wince.mt (TM_CLIBS): Ditto.
* config/sh/wince.mt (TM_CLIBS): Ditto.
* config/pa/hppa64.mt (TM_CLIBS): Delete.
* config/sparc/sp64.mt (CC): Delete.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r-- | gdb/config/sparc/sp64.mt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/sparc/sp64.mt b/gdb/config/sparc/sp64.mt index 8bb1e07ed1c..943abfc240e 100644 --- a/gdb/config/sparc/sp64.mt +++ b/gdb/config/sparc/sp64.mt @@ -4,6 +4,3 @@ # Then again, having procfs.o in a target makefile fragment seems wrong. TDEPFILES = sparc-tdep.o TM_FILE= tm-sp64.h - -# Need gcc for long long support. -CC = gcc |