On 17/09/2021 11:23, Florian Weimer via Gcc wrote:
* Matthias Klose:
Starting with GCC 8, the configury allows to encode extra features into the
architecture string. Debian and Ubuntu's armhf (hard float) architecture is
configured with
--with-arch=armv7-a --with-fpu=vfpv3-d16
and now s
* Matthias Klose:
> Starting with GCC 8, the configury allows to encode extra features into the
> architecture string. Debian and Ubuntu's armhf (hard float) architecture is
> configured with
>
> --with-arch=armv7-a --with-fpu=vfpv3-d16
>
> and now should be configured with
>
> --with-arch=arm
Starting with GCC 8, the configury allows to encode extra features into the
architecture string. Debian and Ubuntu's armhf (hard float) architecture is
configured with
--with-arch=armv7-a --with-fpu=vfpv3-d16
and now should be configured with
--with-arch=armv7-a+fp
The --with-fpu configure
3 matches
Mail list logo