mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
update platform targets
This commit is contained in:
17
build-all.mk
17
build-all.mk
@ -123,7 +123,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(canonhost),m68k-sun-sunos4.1.1)
|
ifeq ($(canonhost),m68k-sun-sunos4.1.1)
|
||||||
TARGETS = $(NATIVE) \
|
TARGETS = $(NATIVE) \
|
||||||
m68k-aout m68k-coff i960-intel-nindy
|
m68k-coff
|
||||||
GCC = gcc -O -msoft-float
|
GCC = gcc -O -msoft-float
|
||||||
CC = cc -J
|
CC = cc -J
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
@ -132,12 +132,11 @@ endif
|
|||||||
ifeq ($(canonhost),sparc-sun-solaris2)
|
ifeq ($(canonhost),sparc-sun-solaris2)
|
||||||
TARGETS = $(NATIVE) \
|
TARGETS = $(NATIVE) \
|
||||||
a29k-amd-udi \
|
a29k-amd-udi \
|
||||||
i386-aout \
|
i960-vxworks \
|
||||||
i960-vxworks i960-intel-nindy \
|
m68k-aout m68k-coff \
|
||||||
m68k-aout m68k-coff m68k-vxworks \
|
|
||||||
m88k-coff \
|
m88k-coff \
|
||||||
mips-idt-ecoff mipsel-idt-ecoff \
|
mipsel-idt-ecoff \
|
||||||
sparc-aout sparc-vxworks sparclite-aout
|
sparclite-aout
|
||||||
CC = cc -Xs
|
CC = cc -Xs
|
||||||
GCC = gcc -O -pipe
|
GCC = gcc -O -pipe
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
@ -158,8 +157,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(canonhost),rs6000-ibm-aix)
|
ifeq ($(canonhost),rs6000-ibm-aix)
|
||||||
TARGETS = $(NATIVE) \
|
TARGETS = $(NATIVE) \
|
||||||
i960-vxworks i960-intel-nindy \
|
i960-vxworks \
|
||||||
m68k-vxworks
|
m68k-aout
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -206,7 +205,7 @@ all: all-cross
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),i386-sysv4.2)
|
ifeq ($(canonhost),i386-sysv4.2)
|
||||||
TARGETS = $(NATIVE)
|
TARGETS = $(NATIVE) i386-netware
|
||||||
CC = cc
|
CC = cc
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user