Thomas Petazzoni 0ed643665f Update config.{guess,sub} unconditionally 15 年之前
..
CVS 72ed3675d8 - pull POSIX compliance fixes from upstream 18 年之前
patches 0cb591eb55 package/gnuconfig: xtensa patch 16 年之前
testsuite cd0b1ce3b7 package/gnuconfig: xtensa support 16 年之前
.cvsignore 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs 20 年之前
ChangeLog 72ed3675d8 - pull POSIX compliance fixes from upstream 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 cd0b1ce3b7 package/gnuconfig: xtensa support 16 年之前
config.sub cd0b1ce3b7 package/gnuconfig: xtensa support 16 年之前
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.