aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-03 18:52:23 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-03 18:52:23 +0000
commit7ee3275fcfce6fbdf5db0317b69b9884ae46ad27 (patch)
tree10ae08a0aa5eceacd3696f9ed3edfab26cbfe81e
parentfb72cee0adabce2f89d8fe38c29c69371f4d5f75 (diff)
downloadgdb-7ee3275fcfce6fbdf5db0317b69b9884ae46ad27.zip
gdb-7ee3275fcfce6fbdf5db0317b69b9884ae46ad27.tar.gz
gdb-7ee3275fcfce6fbdf5db0317b69b9884ae46ad27.tar.bz2
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.
-rw-r--r--gdb/ChangeLog8
-rw-r--r--gdb/config/arm/wince.mt2
-rw-r--r--gdb/config/mips/wince.mt2
-rw-r--r--gdb/config/pa/hppa64.mt1
-rw-r--r--gdb/config/sh/wince.mt2
-rw-r--r--gdb/config/sparc/sp64.mt3
6 files changed, 11 insertions, 7 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e4a36ea..7bbfd46 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2003-09-03 Andrew Cagney <cagney@redhat.com>
+
* defs.h: Do not include "arch-utils.h".
(GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
GDB_MULTI_ARCH_PURE.
diff --git a/gdb/config/arm/wince.mt b/gdb/config/arm/wince.mt
index 10fe0eb..92a77ae 100644
--- a/gdb/config/arm/wince.mt
+++ b/gdb/config/arm/wince.mt
@@ -2,4 +2,4 @@
TDEPFILES= arm-tdep.o wince.o
TM_FILE= tm-wince.h
MT_CFLAGS=-DARM -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
-WIN32LIBS=-lrapi
+TM_CLIBS=-lrapi
diff --git a/gdb/config/mips/wince.mt b/gdb/config/mips/wince.mt
index a404b1c..6aa5733 100644
--- a/gdb/config/mips/wince.mt
+++ b/gdb/config/mips/wince.mt
@@ -2,4 +2,4 @@
TDEPFILES= mips-tdep.o wince.o
TM_FILE= tm-wince.h
MT_CFLAGS=-DMIPS -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
-WIN32LIBS=-lrapi
+TM_CLIBS=-lrapi
diff --git a/gdb/config/pa/hppa64.mt b/gdb/config/pa/hppa64.mt
index 9e3e686..10d9fc6 100644
--- a/gdb/config/pa/hppa64.mt
+++ b/gdb/config/pa/hppa64.mt
@@ -1,4 +1,3 @@
# Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o
TM_FILE= tm-hppa64.h
-TM_CLIBS=
diff --git a/gdb/config/sh/wince.mt b/gdb/config/sh/wince.mt
index 237a0bc..a4e8f58 100644
--- a/gdb/config/sh/wince.mt
+++ b/gdb/config/sh/wince.mt
@@ -2,4 +2,4 @@
TDEPFILES= sh-tdep.o wince.o
TM_FILE= tm-wince.h
MT_CFLAGS=-DSHx -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"'
-WIN32LIBS=-lrapi
+TM_CLIBS=-lrapi
diff --git a/gdb/config/sparc/sp64.mt b/gdb/config/sparc/sp64.mt
index 8bb1e07..943abfc 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