neteler
1
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
martinl
2
Hi,
2015-12-18 8:49 GMT+01:00 Markus Neteler <neteler@osgeo.org>:
If there are no objections, I would update these two files soon (like
in the past 10+ years).
no objection, Martin
--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
neteler
3
On Fri, Dec 18, 2015 at 3:50 PM, Martin Landa <landa.martin@gmail.com> wrote:
Hi,
2015-12-18 8:49 GMT+01:00 Markus Neteler <neteler@osgeo.org>:
If there are no objections, I would update these two files soon (like
in the past 10+ years).
no objection, Martin
done in r67431 and r67432.
Markus