From 1b860b61d45e4dc4eeb66537e7a6f68ad0561d7d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 8 May 2002 20:35:12 +0000 Subject: Build our native CSU bits before the compiler-specific ones. This helps in the compiler build. --- Makefile.inc1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 69ad70f23e9a..719e6370b0b1 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -758,15 +758,15 @@ libraries: # These dependencies are not automatically generated: # -# gnu/lib/csu, gnu/lib/libgcc and lib/csu must be built before all +# lib/csu and gnu/lib/csu, gnu/lib/libgcc must be built before all # shared libraries for ELF. # -_startup_libs= gnu/lib/csu gnu/lib/libgcc .if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-${OBJFORMAT}) -_startup_libs+= lib/csu/${MACHINE_ARCH}-${OBJFORMAT} +_startup_libs= lib/csu/${MACHINE_ARCH}-${OBJFORMAT} .else -_startup_libs+= lib/csu/${MACHINE_ARCH} +_startup_libs= lib/csu/${MACHINE_ARCH} .endif +_startup_libs+= gnu/lib/csu gnu/lib/libgcc _prebuild_libs= -- cgit v1.2.3