diff mbox

[ARM/Aarch64] add initial Qualcomm support

Message ID 5646179B.6030401@arm.com
State New
Headers show

Commit Message

Kyrylo Tkachov Nov. 13, 2015, 5:02 p.m. UTC
Hi Jim,

On 13/11/15 16:59, Jim Wilson wrote:
> On Thu, Nov 12, 2015 at 8:15 AM, Ramana Radhakrishnan
> <ramana.gcc@googlemail.com> wrote:
>> This is OK to go in with a follow up to handle this cpu in t-aprofile
>> similar to the other cpus in there - for bonus points please deal with
>> the exynos core at the same time if not already done.
> This was tested with a arm-eabi cross compiler build configured
> --with-multilib-list=aprofile, and then using
>    ./xgcc -B./ -mcpu=X --print-libgcc
> to verify that processor names map to the correct libgcc multilib.
>
> Jim

you please add an xgene1 entry?

You can either do it as part of this patch or as a separate
pre-approved patch if you don't want to re-test this one.

This patch is ok if you take the second route.

Thanks,
Kyrill

Comments

Jim Wilson Nov. 13, 2015, 5:20 p.m. UTC | #1
On Fri, Nov 13, 2015 at 9:02 AM, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> Sorry to chime in late on this, but while you're at it could
> you please add an xgene1 entry?

Yes, I just realized that xgene1 is missing too, I rushed the patch a
little too much.  I will revise it to add xgene1 also.

Jim
diff mbox

Patch

Index: gcc/config/arm/t-aprofile
===================================================================
--- gcc/config/arm/t-aprofile	(revision 230283)
+++ gcc/config/arm/t-aprofile	(working copy)
@@ -91,6 +91,8 @@  MULTILIB_MATCHES       += march?armv8-a=mcpu?corte
  MULTILIB_MATCHES       += march?armv8-a=mcpu?cortex-a57.cortex-a53
  MULTILIB_MATCHES       += march?armv8-a=mcpu?cortex-a72
  MULTILIB_MATCHES       += march?armv8-a=mcpu?cortex-a72.cortex-a53
+MULTILIB_MATCHES       += march?armv8-a=mcpu?exynos-m1
+MULTILIB_MATCHES       += march?armv8-a=mcpu?qdf24xx


Sorry to chime in late on this, but while you're at it could