Bernhard Reutner-Fischer 66f6696e75 - add pattern for gnuhurd-uclibc 18 лет назад
..
CVS 72ed3675d8 - pull POSIX compliance fixes from upstream 18 лет назад
patches 66f6696e75 - add pattern for gnuhurd-uclibc 18 лет назад
testsuite 72ed3675d8 - pull POSIX compliance fixes from upstream 18 лет назад
.cvsignore 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs 20 лет назад
ChangeLog 72ed3675d8 - pull POSIX compliance fixes from upstream 18 лет назад
Config.in 5795931894 - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the 18 лет назад
Makefile 6547bced93 - global whitespace trimming 18 лет назад
README.buildroot 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs 20 лет назад
config.guess 72ed3675d8 - pull POSIX compliance fixes from upstream 18 лет назад
config.sub 66f6696e75 - add pattern for gnuhurd-uclibc 18 лет назад
gnuconfig.mk 8eaa585915 - add dummy -source targets. 18 лет назад
uname ead86bff64 - pull from upstream 18 лет назад

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.