Will Newton 314ff6e54b gnuconfig: Update README.buildroot. 14 年之前
..
patches 74842f8026 gnuconfig: Update patches to apply to 2011-02-02 version. 14 年之前
.cvsignore 105c3483b5 add support for fetching latest config.{sub,guess} files from config cvs 20 年之前
README.buildroot 314ff6e54b gnuconfig: Update README.buildroot. 14 年之前
config.guess a13143fb22 gnuconfig: Apply patches to config.{sub,guess}. 14 年之前
config.sub a13143fb22 gnuconfig: Apply patches to config.{sub,guess}. 14 年之前
gnuconfig.mk 8eaa585915 - add dummy -source targets. 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 ---
GNU config is now managed in git, so to update:

# git clone git://git.savannah.gnu.org/config.git
# cp config/config.* .
# for p in $(ls patches/*.patch); do patch -p0 < $p; done
# rm -rf config

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.