Build target GMP and MPFR prior to target binutils:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Nov 04 18:28:56 2008 +0000 (2008-11-04)
changeset 103461ca231c8f9a
parent 1033 1dd56375ff9e
child 1035 4e94b43c56ed
Build target GMP and MPFR prior to target binutils:
- binutils can use GMP and MPFR if available, so invert the build order to later make use of GMP and MPFR on the target.

/trunk/steps.mk | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
steps.mk
     1.1 --- a/steps.mk	Tue Nov 04 16:30:11 2008 +0000
     1.2 +++ b/steps.mk	Tue Nov 04 18:28:56 2008 +0000
     1.3 @@ -28,9 +28,9 @@
     1.4              libc                \
     1.5              cc                  \
     1.6              libc_finish         \
     1.7 -            binutils_target     \
     1.8              gmp_target          \
     1.9              mpfr_target         \
    1.10 +            binutils_target     \
    1.11              tools               \
    1.12              debug               \
    1.13