<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
With Misha's changes requiring a total rebuild, I've been reminded how long the targets take to build. Now that there are more of them and in most cases I really don't care about n-1 of them, I'm wondering if its time to have configure allow optional compilation for them.<BR>
<BR>
I would like to suggest:<BR>
<BR>
1. The default (build all targets) remains the same<BR>
2. We add to configure --disable-target-x86 to disable building the x86 target. Similarly for all other targets<BR>
3. We add to configure --disable-foreign-targets to disable all but the current host's target type.<BR>
<BR>
This will require a little bit of configure magic and some changes to the makefiles. <BR>
<BR>
Anyone have a good reason *not* to do this?<BR>
<BR>
Reid
</BODY>
</HTML>