diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-30 20:02:13 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-30 20:02:13 +0000 |
commit | 7131764f9c93494f6b960b1d33d48508cc2f0512 (patch) | |
tree | 27bdca72d92e247883e56e08f830a7d675ccb91f /steps.mk | |
parent | 20e08ffa90f139fb977bf2d65e989853626210e8 (diff) | |
download | crosstool-ng-7131764f9c93494f6b960b1d33d48508cc2f0512.tar.gz crosstool-ng-7131764f9c93494f6b960b1d33d48508cc2f0512.tar.bz2 crosstool-ng-7131764f9c93494f6b960b1d33d48508cc2f0512.zip |
Remove any reference to libfloat. That has gone once and for all.
Rationale:
Most of the time, soft-float problems are caused by this sucker of gcc:
it has support for soft float for all of the targets I've tried so far,
but does not activate this code until you dwelve into half a dozen of
files to make it accept to build and link the support code...
So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ CT_STEPS := libc_check_config \ libc_headers \ libc_start_files \ cc_core_pass_2 \ - libfloat \ libc \ cc \ libc_finish \ |