diff options
author | David D. Zuhn <zoo@cygnus> | 1993-02-03 03:01:41 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-02-03 03:01:41 +0000 |
commit | af5874bddcaba9b46a25ebedc4f721367b2a01c3 (patch) | |
tree | 777280a9b492faa71b79a2decfcd1fa6ebd4d93d /test-build.mk | |
parent | 388d084f8a8279333163e1effca3e4436e3988ab (diff) | |
download | gdb-af5874bddcaba9b46a25ebedc4f721367b2a01c3.zip gdb-af5874bddcaba9b46a25ebedc4f721367b2a01c3.tar.gz gdb-af5874bddcaba9b46a25ebedc4f721367b2a01c3.tar.bz2 |
updated dates, add support for building with native (SunPRO) C on Solaris2
Diffstat (limited to 'test-build.mk')
-rw-r--r-- | test-build.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test-build.mk b/test-build.mk index 89b1eb8..821bf41 100644 --- a/test-build.mk +++ b/test-build.mk @@ -43,7 +43,7 @@ CVS_TAG := CVS_MODULE := latest ### 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. release_root := $(ROOTING)/$(RELEASE_TAG) @@ -418,10 +418,10 @@ endif ### solaris 2 -- don't use /usr/ucb/cc ifeq (sparc-sun-solaris2,$(host)) -PARTIAL_HOLE_DIRS := /opt/cygnus/bin -CC_HOLE := cc -else -CC_HOLE := +SET_HOLES := SHELL=sh ; PATH=/opt/SUNWspro/bin:`pwd`/$(HOLESDIR) ; export PATH ; export SHELL ; +HOLE_DIRS := /usr/ccs/bin +PARTIAL_HOLE_DIRS := /opt/SUNWspro/bin +CC_HOLE := endif ### rs6000 as is busted. We cache a patched version in unsupported. @@ -445,7 +445,6 @@ HOLE_DIRS := \ /bin \ /usr/bin \ /usr/ucb \ - /usr/ccs/bin \ /usr/unsupported/bin ### look in these directories for alternate versions of some tools. |