Thomas Petazzoni 0ed643665f Update config.{guess,sub} unconditionally %!s(int64=15) %!d(string=hai) anos
..
CVS 72ed3675d8 - pull POSIX compliance fixes from upstream %!s(int64=18) %!d(string=hai) anos
patches 0cb591eb55 package/gnuconfig: xtensa patch %!s(int64=16) %!d(string=hai) anos
testsuite cd0b1ce3b7 package/gnuconfig: xtensa support %!s(int64=16) %!d(string=hai) anos
.cvsignore 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs %!s(int64=20) %!d(string=hai) anos
ChangeLog 72ed3675d8 - pull POSIX compliance fixes from upstream %!s(int64=18) %!d(string=hai) anos
Makefile 6547bced93 - global whitespace trimming %!s(int64=18) %!d(string=hai) anos
README.buildroot 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs %!s(int64=20) %!d(string=hai) anos
config.guess cd0b1ce3b7 package/gnuconfig: xtensa support %!s(int64=16) %!d(string=hai) anos
config.sub cd0b1ce3b7 package/gnuconfig: xtensa support %!s(int64=16) %!d(string=hai) anos
gnuconfig.mk 8eaa585915 - add dummy -source targets. %!s(int64=18) %!d(string=hai) anos
uname ead86bff64 - pull from upstream %!s(int64=18) %!d(string=hai) anos

README.buildroot

--- ABOUT ---
This isnt a real package, it just exists to easily update the
config.sub / config.guess files in packages to the latest version
(since many bundled ones don't support the latest possible targets)

--- HOWTO ---
To use, just add this to your unpack rule in the package.mk:
$(CONFIG_UPDATE) $(PACKAGE_DIR)/

--- UPDATE ---
This is a CVS checkout of the config project, so just run `cvs up`
to get the latest config.sub / config.guess files.

A few local customizations are used to support uClibc so you may
have to make sure they're still needed. The patches are broken
out in the patches/ dir to keep things simple.