rs6000: Allow -mabi=no-altivec override on command line for AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 19 Oct 2020 17:11:56 +0000 (13:11 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Tue, 20 Oct 2020 19:38:44 +0000 (15:38 -0400)
commit52cb0c7b0e9eaa757c70a745f737b7393ec3137e
tree71225f338b65810a3d0c9ba446aa5c9c95c14cc8
parent1b6f0476837205932613ddb2b3429a55c26c409d
rs6000: Allow -mabi=no-altivec override on command line for AIX.

The override options machinery to set rs6000_altivec_abi for AIX
doesn't check if the option is set on the command line.  This patch
checks for a command line option to not override it.

gcc/ChangeLog:

* config/rs6000/rs6000.c (rs6000_option_override_internal):
Don't implcitly enable Altivec ABI if set on the command line.
gcc/config/rs6000/rs6000.c