[PATCH-v2] powerpc: Automatic CPU detection in preconfigure
Florian Weimer
fweimer@redhat.com
Fri Apr 8 12:12:00 GMT 2016
On 04/07/2016 11:31 PM, Carlos Eduardo Seo wrote:
> +# Note if you add patterns here you must ensure that an appropriate directory
> +# exists in sysdeps/powerpc
> + case "$archcpu" in
> + _ARCH_PWR5X)
> + submachine="power5+"
> + { $as_echo "$as_me:${as_lineno-$LINENO}: CPU identified as $submachine" >&5
> + $as_echo "$as_me: CPU identified as $submachine" >&6;}
> + ;;
> + _ARCH_PWR*)
Does this mean if GCC adds _ARCH_PWR19, glibc configure will no longer run?
In this case, I think you have to use a non-wildcard pattern here.
Thanks,
Florian
More information about the Libc-alpha
mailing list