This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Re: ld fails to build for target


You need to make sure that config.sub translate e1-coff into, say,
e1-unknown-coff, ie. the command "./config.sub e1-coff" should print
"e1-unknown-coff".  All target matches in the configure scripts assume
that config.sub has canonicalized the target name into the CPU-VENDOR-OS
form.

and this is exactly what it does, prints
e1-unknown-coff

shouldn't this match e1-*-coff?

Andrija


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