allwinner_a64/lichee/buildroot/package/gnuconfig
2018-08-08 14:16:19 +08:00
..
CVS upload lichee base code 2018-08-08 14:16:19 +08:00
patches upload lichee base code 2018-08-08 14:16:19 +08:00
testsuite upload lichee base code 2018-08-08 14:16:19 +08:00
.cvsignore upload lichee base code 2018-08-08 14:16:19 +08:00
ChangeLog upload lichee base code 2018-08-08 14:16:19 +08:00
config.guess upload lichee base code 2018-08-08 14:16:19 +08:00
config.sub upload lichee base code 2018-08-08 14:16:19 +08:00
gnuconfig.mk upload lichee base code 2018-08-08 14:16:19 +08:00
Makefile upload lichee base code 2018-08-08 14:16:19 +08:00
README.buildroot upload lichee base code 2018-08-08 14:16:19 +08:00
uname upload lichee base code 2018-08-08 14:16:19 +08: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.