buildrootschalter/package/gnuconfig
2006-02-07 04:59:38 +00:00
..
CVS update to latest upstream cvs and add support for nios2 2006-01-04 04:05:05 +00:00
patches drop the os stuff per Thomas Chou in Bug 618 2006-02-07 04:59:38 +00:00
testsuite update to latest upstream cvs and add support for nios2 2006-01-04 04:05:05 +00:00
.cvsignore add support for fetching latest config.{sub,guess} files from config cvs 2005-08-04 22:42:34 +00:00
ChangeLog update to latest upstream cvs and add support for nios2 2006-01-04 04:05:05 +00:00
config.guess update to latest upstream cvs and add support for nios2 2006-01-04 04:05:05 +00:00
config.sub drop the os stuff per Thomas Chou in Bug 618 2006-02-07 04:59:38 +00:00
gnuconfig.mk force the copy in case the target files are read-only as pointed out by petev in Bug 628 2006-01-08 09:55:59 +00:00
Makefile add support for fetching latest config.{sub,guess} files from config cvs 2005-08-04 22:42:34 +00:00
README.buildroot add support for fetching latest config.{sub,guess} files from config cvs 2005-08-04 22:42:34 +00:00
uname add support for fetching latest config.{sub,guess} files from config cvs 2005-08-04 22:42:34 +00:00

--- 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.