Subject: CVS commit: src/tools/gdb
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 11/24/2006 02:09:01
Module Name:	src
Committed By:	uwe
Date:		Fri Nov 24 02:09:01 UTC 2006

Modified Files:
	src/tools/gdb: Makefile

Log Message:
Disable sim for mknative unless it's known to work (configure's
default is to enable sim if there's support for the cpu).

The current list of "known to work" contains arches with G_SIM_OBS
already set: powerpc, powerpc64 and mips.

There's arm support in sim, but committed configs for arm do not have
G_SIM_OBS set, so I'm not enabling it here.

There's SH support in sim, but it fails to build out of the box, and
since we didn't build SH sim support for gdb 5.3, we keep it disabled.

Other arches shouldn't be affected, as there's no support for them in sim.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/tools/gdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.