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

pe matching clash with openbsd



  In the binutils configure there are lines line this:

        powerpc*-*-*pe* | powerpc*-*-cygwin*)

  This collides with OpenBSD powerpc. There is a similar line for x86 and arm.
  I'm wondering, can this be change to *pe instead, or something to be less
ambiguous? Or should explicity add something like powerpc*-*-openbsd* before
in case we don't want to build dlltool and friends?
  I'm confused to see targets matching against *pe, pe* and *pe*.

  f.-


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