diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-19 22:52:47 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-19 22:52:47 +0000 |
commit | aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9 (patch) | |
tree | 96298fbfa89b15017f2bdf73a8f2acecca4b888d /config/target.in | |
parent | 361c6173087b814a47492671521d74684d959734 (diff) | |
download | crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.tar.gz crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.tar.bz2 crosstool-ng-aa6ae43fd73be9e1d6fa02326b2ad4ebb52b96a9.zip |
Add uClibc-0.9.29:
- associated patch set
- update the munging function to accomodate the new config variables
libfloat version was missing from the previous commit... :-(
Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
Diffstat (limited to 'config/target.in')
-rw-r--r-- | config/target.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/target.in b/config/target.in index afce5b8b..b192d853 100644 --- a/config/target.in +++ b/config/target.in @@ -205,6 +205,11 @@ config ARCH_FLOAT_SW_LIBFLOAT You should check gcc before deciding to use libfloat. +config LIBFLOAT_VERSION + string + default "990616.orig" + depends on ARCH_FLOAT_SW_LIBFLOAT + config TARGET_CFLAGS string prompt "Target CFLAGS" |