diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-12 18:59:31 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-12 18:59:31 +0000 |
| commit | 19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d (patch) | |
| tree | 3d206db097f329406324741c8b9e2740df001729 /tools | |
| parent | d16255f5e5a80b1f8340f6641fe41f8a64d9100f (diff) | |
| download | crosstool-ng-19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d.tar.gz crosstool-ng-19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d.tar.bz2 crosstool-ng-19e8f6a15ad479ffa59e5f1cfe8ac850a4c5f52d.zip | |
Auto-detect Darwin (MacOS-X) and disable libintl for during build for this platform.
A bit of help tweaking.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index c62796e3..992792f5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,4 +8,4 @@ updatetools: @wget "$(CONFIG_GUESS_SRC)" -O "$(CONFIG_GUESS_DEST)" help:: - @echo ' updatetools - Update the config tools' + @echo ' updatetools - Update the config tools' |
