Subject: Re: Proposed improvements to toolchain2netbsd and config.guess
To: Frederick Bruckman <fredb@immanent.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-toolchain
Date: 02/14/2002 09:02:02
On Thu, Feb 14, 2002 at 05:41:27AM -0600, Frederick Bruckman wrote:
> - arm*) machine=arm-unknown ;;
> - sh3el) machine=shle-unknown ;;
> - sh3eb) machine=sh-unknown ;;
> - *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
> + arm*) machine=arm- ;;
> + sh3el) machine=shle- ;;
> + sh3eb) machine=sh- ;;
> + *) machine=${UNAME_MACHINE_ARCH}- ;;
No, this is wrong, please do not screw with config.guess.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>