buildrootschalter/package/gnuconfig
Peter Korsgaard 0cb591eb55 package/gnuconfig: xtensa patch
New file missing from cd0b1ce3b

Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25 21:08:55 +02:00
..
CVS - pull POSIX compliance fixes from upstream 2007-09-20 16:51:59 +00:00
patches package/gnuconfig: xtensa patch 2009-07-25 21:08:55 +02:00
testsuite package/gnuconfig: xtensa support 2009-07-24 02:13:28 +02:00
.cvsignore add support for fetching latest config.{sub,guess} files from config cvs 2005-08-04 22:42:34 +00:00
ChangeLog - pull POSIX compliance fixes from upstream 2007-09-20 16:51:59 +00:00
config.guess package/gnuconfig: xtensa support 2009-07-24 02:13:28 +02:00
Config.in - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the 2007-08-21 14:20:59 +00:00
config.sub package/gnuconfig: xtensa support 2009-07-24 02:13:28 +02:00
gnuconfig.mk - add dummy -source targets. 2007-09-25 12:20:37 +00:00
Makefile - global whitespace trimming 2007-08-22 12:35:41 +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 - pull from upstream 2007-07-09 17:59:19 +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.