summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-08 20:35:12 +0000
committerobrien <obrien@FreeBSD.org>2002-05-08 20:35:12 +0000
commit45b0fa9ec0983fe86fb0e2f307ed055697f8b8f9 (patch)
treea1fd49c8780ae347764f2e3e9f0949b54fdca6a8 /Makefile.inc1
parent360d649dec7ebe33ec375dbe2e8f2a13a44f0b10 (diff)
downloadFreeBSD-src-45b0fa9ec0983fe86fb0e2f307ed055697f8b8f9.zip
FreeBSD-src-45b0fa9ec0983fe86fb0e2f307ed055697f8b8f9.tar.gz
Build our native CSU bits before the compiler-specific ones.
This helps in the compiler build.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 69ad70f..719e637 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=
OpenPOWER on IntegriCloud