Makefile.inc1: remove libcompiler_rt from _startup_libs
libcompiler_rt is already present in _prereq_libs, which will get built just before _startup_libs and in advance of shared libc. Dedupe.
This commit is contained in:
parent
a1517e1182
commit
36afd1d2cb
@ -2800,7 +2800,6 @@ _startup_libs= lib/csu
|
||||
.if ${MK_BSD_CRTBEGIN} == "no"
|
||||
_startup_libs+= gnu/lib/csu
|
||||
.endif
|
||||
_startup_libs+= lib/libcompiler_rt
|
||||
_startup_libs+= lib/libc
|
||||
_startup_libs+= lib/libc_nonshared
|
||||
.if ${MK_LIBCPLUSPLUS} != "no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user