View | Details | Raw Unified | Return to bug 17848 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-8 / +2 lines)
Lines 7-13 Link Here
7
# csu must be built before all shared libaries for ELF.
7
# csu must be built before all shared libaries for ELF.
8
# libcom_err must be built before libkrb, libpam and libss.
8
# libcom_err must be built before libkrb, libpam and libss.
9
# libcrypt must be built before libkrb, libpam and libskey.
9
# libcrypt must be built before libkrb, libpam and libskey.
10
# libm must be built before libg++ and libstdc++.
10
# msun must be built before libg++ and libstdc++.
11
# libmd must be built before libatm, libopie, libradius, libskey, and
11
# libmd must be built before libatm, libopie, libradius, libskey, and
12
# libtacplus.
12
# libtacplus.
13
# libncurses must be built before libdialog, libedit and libreadline.
13
# libncurses must be built before libdialog, libedit and libreadline.
Lines 18-24 Link Here
18
#
18
#
19
# Otherwise, the SUBDIR list should be in alphabetical order.
19
# Otherwise, the SUBDIR list should be in alphabetical order.
20
20
21
SUBDIR=	${_csu} libcom_err ${_libcrypt} ${_libm} libmd \
21
SUBDIR=	${_csu} libcom_err ${_libcrypt} msun libmd \
22
	libncurses libradius libskey libtacplus libutil \
22
	libncurses libradius libskey libtacplus libutil \
23
	${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
23
	${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \
24
	libcam libcompat libdevstat libdisk libedit libfetch libform \
24
	libcam libcompat libdevstat libdisk libedit libfetch libform \
Lines 53-64 Link Here
53
_compat=	compat
53
_compat=	compat
54
_libncp=	libncp
54
_libncp=	libncp
55
_libvgl=	libvgl
55
_libvgl=	libvgl
56
.endif
57
58
.if defined(WANT_CSRG_LIBM)
59
_libm=		libm
60
.else
61
_libm=		msun
62
.endif
56
.endif
63
57
64
.if ${MACHINE_ARCH} == "alpha"
58
.if ${MACHINE_ARCH} == "alpha"

Return to bug 17848