summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-04 18:28:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-11-04 18:28:56 (GMT)
commit51f267ee00d6e1030ed52c2a6e1622b93db5c6f3 (patch)
treed78be782f050ae27ef07e39dca7a3cb65d19217a /steps.mk
parent70a0eeedc29437fce97c15a0aa502e58e75e0017 (diff)
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(-)
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/steps.mk b/steps.mk
index 05ca0fa..34622f3 100644
--- a/steps.mk
+++ b/steps.mk
@@ -28,9 +28,9 @@ CT_STEPS := libc_check_config \
libc \
cc \
libc_finish \
- binutils_target \
gmp_target \
mpfr_target \
+ binutils_target \
tools \
debug \