This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Very Minor patch to generalize part of the emulations handlingin gas/configure.in


On Sat, 20 May 2000, Hans-Peter Nilsson wrote:

> 	* configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
> 	Generalize to *aout, *coff *elf.
> 	* configure: Regenerated.

Is this really such a minor patch?  What happens for example with
"--target=i586-linux --enable-targets=m68k-coff" ?

Hmm, looking again, maybe this is not a problem because we don't set
emulations due to

    if test ${this_target} = $target ; then
      target_cpu_type=${cpu_type}
    elif test ${target_cpu_type} != ${cpu_type} ; then
      continue
    fi

Yeah, should be OK.  (This is just a comment, not an OK to commit, that's
Nick's prerogative)

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]