K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-12-15T19:49:28.000000Z K 7 svn:log V 449 Only build the a.out `as' and `ld' if "WANT_AOUT" is defined. Looking in src/Makfile* it looks like all the "WANT_AOUT" support has been removed, maybe these should just go away... Note that the a.out `ld' reaches over into src/contrib/gcc for libiberty bits. This is biting us because the libiberty bits have evolved beyond what the a.out `ld' can handle. This change fixes the broken world, but only because very few have "WANT_AOUT" defined. END