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.
This commit is contained in:
parent
fb72cee0ad
commit
7ee3275fcf
|
@ -1,3 +1,11 @@
|
||||||
|
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>
|
2003-09-03 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* defs.h: Do not include "arch-utils.h".
|
* defs.h: Do not include "arch-utils.h".
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
TDEPFILES= arm-tdep.o wince.o
|
TDEPFILES= arm-tdep.o wince.o
|
||||||
TM_FILE= tm-wince.h
|
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"'
|
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
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
TDEPFILES= mips-tdep.o wince.o
|
TDEPFILES= mips-tdep.o wince.o
|
||||||
TM_FILE= tm-wince.h
|
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"'
|
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
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode
|
# Target: HP PA-RISC 2.0 running HPUX 11.00 in wide mode
|
||||||
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o
|
TDEPFILES= hppa-tdep.o hppa-hpux-tdep.o
|
||||||
TM_FILE= tm-hppa64.h
|
TM_FILE= tm-hppa64.h
|
||||||
TM_CLIBS=
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
TDEPFILES= sh-tdep.o wince.o
|
TDEPFILES= sh-tdep.o wince.o
|
||||||
TM_FILE= tm-wince.h
|
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"'
|
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
|
||||||
|
|
|
@ -4,6 +4,3 @@
|
||||||
# Then again, having procfs.o in a target makefile fragment seems wrong.
|
# Then again, having procfs.o in a target makefile fragment seems wrong.
|
||||||
TDEPFILES = sparc-tdep.o
|
TDEPFILES = sparc-tdep.o
|
||||||
TM_FILE= tm-sp64.h
|
TM_FILE= tm-sp64.h
|
||||||
|
|
||||||
# Need gcc for long long support.
|
|
||||||
CC = gcc
|
|
||||||
|
|
Loading…
Reference in New Issue