This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[PATCH, ARM] Fix armv8.1 support at configure time


Hi,

There is a small typo into arm-arches.def which prevent the compiler
to be configured for armv8.1-a and armv8.1-a+crc, config.gcc and
genopt.sh assume no whitespace up to the first "," in each entry.

I think that this change is obvious, but is it ok for trunk ?

(Tested by building an armv8l-linux-gnueabihf compiler configured for armv8.1-a)

Thanks
Yvan

2016-01-13  Yvan Roux  <yvan.roux@linaro.org>

        * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
        and "armv8.1-a+crc" entries.

Attachment: armv8.1-arch-def-fix.diff
Description: Text document


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