px4-firmware/misc/buildroot/package/gnuconfig
patacongo 57623d42eb Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00
..
patches Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
testsuite Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
ChangeLog Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
Makefile Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
README.buildroot Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
config.guess Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
config.sub Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
gnuconfig.mk Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
uname Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

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.