On Mon, Aug 17, 2009 at 9:43 PM, Daniel Dunbar<daniel at zuster.org> wrote: > @@ -144,8 +150,6 @@ > Arch = sparc; > else if (ArchName == "s390x") > Arch = systemz; > - else if (ArchName == "bfin") > - Arch = bfin; > else > Arch = UnknownArch; Umm, was this bit intentional? -Eli