From 52d566c864977418ad33d3bb2658aa2357ad893c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Sep 2022 15:47:23 +0200 Subject: bsp/qoriq: Enable VRSAVE optimization Close #4712. --- spec/build/bsps/powerpc/qoriq/abi.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/bsps/powerpc/qoriq/abi.yml') diff --git a/spec/build/bsps/powerpc/qoriq/abi.yml b/spec/build/bsps/powerpc/qoriq/abi.yml index 2d7477a565..f88b3afb95 100644 --- a/spec/build/bsps/powerpc/qoriq/abi.yml +++ b/spec/build/bsps/powerpc/qoriq/abi.yml @@ -16,11 +16,13 @@ default-by-variant: - value: - -mcpu=e6500 - -m64 + - -mvrsave variants: - powerpc/qoriq_e6500_64 - value: - -mcpu=e6500 - -m32 + - -mvrsave - -msdata=sysv variants: - powerpc/qoriq_e6500_32 -- cgit v1.2.3