mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
update dates
This commit is contained in:
11
build-all.mk
11
build-all.mk
@ -15,14 +15,14 @@ TREE = devo
|
|||||||
|
|
||||||
NATIVE = native
|
NATIVE = native
|
||||||
|
|
||||||
DATE = 921229
|
DATE = 930104
|
||||||
|
|
||||||
TAG = latest-$(DATE)
|
TAG = latest-$(DATE)
|
||||||
|
|
||||||
INSTALLDIR = /cirdan/taxes/devo-test/$(TAG)
|
INSTALLDIR = /cirdan/taxes/devo-test/$(TAG)
|
||||||
|
|
||||||
GCC = gcc -O -g
|
GCC = gcc -O -g
|
||||||
CFLAGS = -O
|
CFLAGS = -g
|
||||||
|
|
||||||
log = 1>$(canonhost)-build-log 2>&1
|
log = 1>$(canonhost)-build-log 2>&1
|
||||||
tlog = 1> $(canonhost)-x-$$i-build-log 2>&1
|
tlog = 1> $(canonhost)-x-$$i-build-log 2>&1
|
||||||
@ -53,38 +53,33 @@ endif
|
|||||||
ifeq ($(canonhost),mips-dec-ultrix)
|
ifeq ($(canonhost),mips-dec-ultrix)
|
||||||
TARGETS = $(NATIVE) m68k-vxworks m68k-aout i960-vxworks \
|
TARGETS = $(NATIVE) m68k-vxworks m68k-aout i960-vxworks \
|
||||||
sparc-vxworks m68k-coff i386-aout sparc-aout i960-intel-nindy
|
sparc-vxworks m68k-coff i386-aout sparc-aout i960-intel-nindy
|
||||||
CFLAGS =
|
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),mips-sgi-irix4)
|
ifeq ($(canonhost),mips-sgi-irix4)
|
||||||
TARGETS = $(NATIVE) m68k-vxworks m68k-aout
|
TARGETS = $(NATIVE) m68k-vxworks a29k-amd-udi
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),rs6000-ibm-aix)
|
ifeq ($(canonhost),rs6000-ibm-aix)
|
||||||
TARGETS = $(NATIVE) m68k-vxworks i960-vxworks m68k-aout
|
TARGETS = $(NATIVE) m68k-vxworks i960-vxworks m68k-aout
|
||||||
CFLAGS=-g
|
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),m68k-hp-hpux)
|
ifeq ($(canonhost),m68k-hp-hpux)
|
||||||
TARGETS = m68k-vxworks
|
TARGETS = m68k-vxworks
|
||||||
CC = cc +O1000 -Wp,-P
|
CC = cc +O1000 -Wp,-P
|
||||||
CFLAGS =
|
|
||||||
all: all-native
|
all: all-native
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),hppa1.1-hp-hpux)
|
ifeq ($(canonhost),hppa1.1-hp-hpux)
|
||||||
TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
|
TARGETS = m68k-aout m68k-coff m68k-vxworks i960-vxworks a29k-amd-udi
|
||||||
CC = cc
|
CC = cc
|
||||||
CFLAGS = -g
|
|
||||||
all: all-native
|
all: all-native
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(canonhost),i386-sco3.2v4)
|
ifeq ($(canonhost),i386-sco3.2v4)
|
||||||
TARGETS = $(NATIVE) i386-aout
|
TARGETS = $(NATIVE) i386-aout
|
||||||
CFLAGS =
|
|
||||||
all: all-cygnus
|
all: all-cygnus
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user