bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Invalid gas configuration for arm-wince-pe target


From: Dmitry Semyonov
Subject: Invalid gas configuration for arm-wince-pe target
Date: Thu, 6 Nov 2003 19:09:21 +0300 (MSK)

Hello.

The following two lines from binutils-2.14/gas/configure.in:

      arm-*-wince)                      fmt=coff em=wince-pe ;;
      arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;

should look like:

      arm-wince-pe | arm-*-wince)       fmt=coff em=wince-pe ;;
      arm-*-pe | thumb-*-pe)            fmt=coff em=pe ;;

It is confusing to have 'pe' at the place of OS, but this is how
it is done for arm-wince-pe target everywhere else.


...Bye..Dmitry.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]