buildroot/package/gnuconfig
Mike Frysinger 3ed67dec81 fixup support for big endian targets 2006-03-02 06:24:19 +00:00
..
CVS sync with latest upstream cvs 2006-03-02 06:18:02 +00:00
patches fixup support for big endian targets 2006-03-02 06:24:19 +00:00
testsuite sync with latest upstream cvs 2006-03-02 06:18:02 +00:00
.cvsignore
ChangeLog sync with latest upstream cvs 2006-03-02 06:18:02 +00:00
Makefile
README.buildroot
config.guess sync with latest upstream cvs 2006-03-02 06:18:02 +00:00
config.sub sync with latest upstream cvs 2006-03-02 06:18:02 +00:00
gnuconfig.mk
uname

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.