Hi Alexandre Indeed! I hope things are going well.
> Anyway, how about changing config.guess to match config.sub, like this? > > diff --git a/config.guess b/config.guess > index f7eb141..2300e28 100755 > --- a/config.guess > +++ b/config.guess > @@ -1038,7 +1038,7 @@ EOF > echo ${UNAME_MACHINE}-dec-linux-${LIBC} > exit ;; > x86_64:Linux:*:*) > - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} > + echo ${UNAME_MACHINE}-pc-linux-${LIBC} > exit ;; > xtensa*:Linux:*:*) > echo ${UNAME_MACHINE}-unknown-linux-${LIBC} This is a minimally invasive change and I'm happy to make it. Don't worry, I'll fix the config.guess testsuite. ;-) Cheers, Ben
signature.asc
Description: Digital signature
_______________________________________________ config-patches mailing list config-patches@gnu.org https://lists.gnu.org/mailman/listinfo/config-patches