px4-firmware/misc/buildroot/package/gnuconfig
patacongo add995c32e Completes coding of the PWM module
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2011-12-19 19:24:09 +00:00
..
patches Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
testsuite Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
ChangeLog Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
Makefile Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
README.buildroot Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
config.guess Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
config.sub Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
gnuconfig.mk Completes coding of the PWM module 2011-12-19 19:24:09 +00:00
uname Completes coding of the PWM module 2011-12-19 19:24:09 +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.