Subject: Re: HEADS UP! New toolchain to be default on i386, sparc64
To: Andrew Brown <atatat@atatdot.net>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 08/16/2001 13:24:03
On Tue, 14 Aug 2001, Andrew Brown wrote:

> it seems to me that one could probably get away with defining TOOLDIR
> to
> 
> 	__TOOLARCH!=uname -m
> 	TOOLDIR=foo/bar/obj.${__TOOLARCH}
> 
> and then get what i think you want.

Actually, I think I'll need

	__TOOLARCH!=uname -m
	TOOLDIR=foo/bar/obj.${__TOOLARCH}.${TARGET_ARCH}

Since I may never know in advance if it will be my i386 or alpha that
will be hosting the build!

BTW, what is the correct variable for TARGET_ARCH?

----------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:   |
| Network Engineer | BCD7 5301 9513 58A6 0DBC |  paul@whooppee.com   |
|  & World Cruiser | 91EB ADB1 A280 3B79 9221 | pgoyette@juniper.net |
----------------------------------------------------------------------