This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH-v2] powerpc: Automatic CPU detection in preconfigure


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]