Deleted Added
full compact
Makefile.inc1 (257563) Makefile.inc1 (258398)
1#
1#
2# $FreeBSD: stable/10/Makefile.inc1 257563 2013-11-03 07:31:54Z delphij $
2# $FreeBSD: stable/10/Makefile.inc1 258398 2013-11-20 20:24:59Z peter $
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

--- 1437 unchanged lines hidden (view full) ---

1448.elif exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
1449_startup_libs+= lib/csu/${MACHINE_ARCH}
1450.else
1451_startup_libs+= lib/csu/${MACHINE_CPUARCH}
1452.endif
1453_startup_libs+= gnu/lib/libgcc
1454_startup_libs+= lib/libcompiler_rt
1455_startup_libs+= lib/libc
3#
4# Make command line options:
5# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
6# -DNO_CLEAN do not clean at all
7# -DDB_FROM_SRC use the user/group databases in src/etc instead of
8# the system database when installing.
9# -DNO_SHARE do not go into share subdir
10# -DKERNFAST define NO_KERNEL{CONFIG,CLEAN,DEPEND,OBJ}

--- 1437 unchanged lines hidden (view full) ---

1448.elif exists(${.CURDIR}/lib/csu/${MACHINE_ARCH})
1449_startup_libs+= lib/csu/${MACHINE_ARCH}
1450.else
1451_startup_libs+= lib/csu/${MACHINE_CPUARCH}
1452.endif
1453_startup_libs+= gnu/lib/libgcc
1454_startup_libs+= lib/libcompiler_rt
1455_startup_libs+= lib/libc
1456_startup_libs+= lib/libc_nonshared
1456.if ${MK_LIBCPLUSPLUS} != "no"
1457_startup_libs+= lib/libcxxrt
1458.endif
1459
1460gnu/lib/libgcc__L: lib/libc__L
1457.if ${MK_LIBCPLUSPLUS} != "no"
1458_startup_libs+= lib/libcxxrt
1459.endif
1460
1461gnu/lib/libgcc__L: lib/libc__L
1462gnu/lib/libgcc__L: lib/libc_nonshared__L
1461.if ${MK_LIBCPLUSPLUS} != "no"
1462lib/libcxxrt__L: gnu/lib/libgcc__L
1463.endif
1464
1465_prebuild_libs= ${_kerberos5_lib_libasn1} \
1466 ${_kerberos5_lib_libhdb} \
1467 ${_kerberos5_lib_libheimbase} \
1468 ${_kerberos5_lib_libheimntlm} \

--- 495 unchanged lines hidden ---
1463.if ${MK_LIBCPLUSPLUS} != "no"
1464lib/libcxxrt__L: gnu/lib/libgcc__L
1465.endif
1466
1467_prebuild_libs= ${_kerberos5_lib_libasn1} \
1468 ${_kerberos5_lib_libhdb} \
1469 ${_kerberos5_lib_libheimbase} \
1470 ${_kerberos5_lib_libheimntlm} \

--- 495 unchanged lines hidden ---