diff options
| author | Jouko Nikula <jouko.nikula@espotel.com> | 2013-10-27 14:51:19 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-27 15:29:38 +0100 |
| commit | 200bf74e8e4686c3f132a6600ae6803eda8b588a (patch) | |
| tree | 16d77bb182214383f3692c3d91af65c415fe35cc /support/gnuconfig/README.buildroot | |
| parent | ff0367008c683362f422751644237218b1c45def (diff) | |
| download | buildroot-200bf74e8e4686c3f132a6600ae6803eda8b588a.tar.gz buildroot-200bf74e8e4686c3f132a6600ae6803eda8b588a.zip | |
Update config.guess and config.sub scripts to latest versions.
Current version of config.guess may fail to detect host libc version,
which results in problems with configure when building gcc. Current patches
are removed. Patch to add support for ps2 is removed as it was discussed on
buildroot mailing list that it is no longer needed.
[Arnout: drop the 'improve uClibc' patch, update commit message, update to
more recent version, update README.]
Signed-off-by: Jouko Nikula <jouko.nikula@espotel.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/gnuconfig/README.buildroot')
| -rw-r--r-- | support/gnuconfig/README.buildroot | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/support/gnuconfig/README.buildroot b/support/gnuconfig/README.buildroot index 5f96b3c230..0898cb541c 100644 --- a/support/gnuconfig/README.buildroot +++ b/support/gnuconfig/README.buildroot @@ -20,9 +20,8 @@ GNU config is now managed in git, so to update: # for p in $(ls patches/*.patch); do patch -p1 < $p; done # rm -rf config -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. +Currently no patches are needed, but they may be needed again in the +future. The current Buildroot version is based on the Git commit -9582436dfae5755279f96898ce30bde28e4e69ea of the config.git repository. +5e4de70bb0064d974a848fbe3a445d5dafaf7b48 of the config.git repository. |

