[GRASS-dev] config.guess update
Markus Neteler
neteler at osgeo.org
Thu Dec 17 23:49:03 PST 2015
Hi,
every some time I update config.sub and config.guess from here:
- http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
- http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
This time, there is an interesting change I was waiting for for maybe
a decade ;-)
config.guess:
x86_64:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ echo ${UNAME_MACHINE}-pc-linux-${LIBC}
Locally it compiles; I wonder if there are any hack in build scripts
or the like which could fail then.
If there are no objections, I would update these two files soon (like
in the past 10+ years).
Markus
More information about the grass-dev
mailing list