mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
updated dates, add support for building with native (SunPRO) C on Solaris2
This commit is contained in:
@ -43,7 +43,7 @@ CVS_TAG :=
|
|||||||
CVS_MODULE := latest
|
CVS_MODULE := latest
|
||||||
|
|
||||||
### Historically, this was identical to CVS_TAG. This is changing.
|
### Historically, this was identical to CVS_TAG. This is changing.
|
||||||
RELEASE_TAG := latest-930121
|
RELEASE_TAG := latest-930202
|
||||||
|
|
||||||
### Historically, binaries were installed here. This is changing.
|
### Historically, binaries were installed here. This is changing.
|
||||||
release_root := $(ROOTING)/$(RELEASE_TAG)
|
release_root := $(ROOTING)/$(RELEASE_TAG)
|
||||||
@ -418,9 +418,9 @@ endif
|
|||||||
|
|
||||||
### solaris 2 -- don't use /usr/ucb/cc
|
### solaris 2 -- don't use /usr/ucb/cc
|
||||||
ifeq (sparc-sun-solaris2,$(host))
|
ifeq (sparc-sun-solaris2,$(host))
|
||||||
PARTIAL_HOLE_DIRS := /opt/cygnus/bin
|
SET_HOLES := SHELL=sh ; PATH=/opt/SUNWspro/bin:`pwd`/$(HOLESDIR) ; export PATH ; export SHELL ;
|
||||||
CC_HOLE := cc
|
HOLE_DIRS := /usr/ccs/bin
|
||||||
else
|
PARTIAL_HOLE_DIRS := /opt/SUNWspro/bin
|
||||||
CC_HOLE :=
|
CC_HOLE :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -445,7 +445,6 @@ HOLE_DIRS := \
|
|||||||
/bin \
|
/bin \
|
||||||
/usr/bin \
|
/usr/bin \
|
||||||
/usr/ucb \
|
/usr/ucb \
|
||||||
/usr/ccs/bin \
|
|
||||||
/usr/unsupported/bin
|
/usr/unsupported/bin
|
||||||
|
|
||||||
### look in these directories for alternate versions of some tools.
|
### look in these directories for alternate versions of some tools.
|
||||||
|
Reference in New Issue
Block a user