Remove pcmcia from packages
[gumsense-br.git] / package / gnuconfig / README.buildroot
blob521f120b9bebcb92411d8ee7af8031caa1b3958e
1 --- ABOUT ---
2 This isnt a real package, it just exists to easily update the
3 config.sub / config.guess files in packages to the latest version
4 (since many bundled ones don't support the latest possible targets)
6 --- HOWTO ---
7 To use, just add this to your unpack rule in the package.mk:
8 $(CONFIG_UPDATE) $(PACKAGE_DIR)/
10 --- UPDATE ---
11 This is a CVS checkout of the config project, so just run `cvs up` 
12 to get the latest config.sub / config.guess files.
14 A few local customizations are used to support uClibc so you may
15 have to make sure they're still needed.  The patches are broken 
16 out in the patches/ dir to keep things simple.