diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-04 22:42:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-04 22:42:34 +0000 |
commit | 105c3483b5e01184eceb2eb9ddd59dfd4dc5054f (patch) | |
tree | 91703f9d8b526cbcf7e7611ad843177552c4b8d4 /package/gnuconfig/README.buildroot | |
parent | 1a48268a55175b4efa751c1a22fb4d977ea8b326 (diff) | |
download | buildroot-novena-105c3483b5e01184eceb2eb9ddd59dfd4dc5054f.tar.gz buildroot-novena-105c3483b5e01184eceb2eb9ddd59dfd4dc5054f.zip |
add support for fetching latest config.{sub,guess} files from config cvs
Diffstat (limited to 'package/gnuconfig/README.buildroot')
-rw-r--r-- | package/gnuconfig/README.buildroot | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/gnuconfig/README.buildroot b/package/gnuconfig/README.buildroot new file mode 100644 index 000000000..521f120b9 --- /dev/null +++ b/package/gnuconfig/README.buildroot @@ -0,0 +1,16 @@ +--- 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. |