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] |
I noticed that although configure on aarch64 handles --with-arch and --with-cpu, they aren't passed on to the compilation -- instead you just get whatever the internal default is in the compiler back-end. This patch fixes that by wiring up the missing logic. 2014-07-04 Richard Earnshaw <rearnsha@arm.com> PR target/61714 * aarch64.h (OPTION_DEFAULT_SPECS): Define. Applied to trunk. It's trivial enough that I'll probably back-port it to 4.9 as well. R.
Attachment:
options.patch
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |