FreeBSD Bugzilla – Attachment 8555 Details for
Bug 17848
Patches to remove support for CSRG libm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
Steven G. Kargl
on 2000-04-07 19:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Steven G. Kargl
Created:
2000-04-07 19:20:00 UTC
Size:
1.08 KB
patch
obsolete
>--- Makefile.orig Fri Apr 7 10:57:05 2000 >+++ Makefile Fri Apr 7 10:57:31 2000 >@@ -7,7 +7,7 @@ > # csu must be built before all shared libaries for ELF. > # libcom_err must be built before libkrb, libpam and libss. > # libcrypt must be built before libkrb, libpam and libskey. >-# libm must be built before libg++ and libstdc++. >+# msun must be built before libg++ and libstdc++. > # libmd must be built before libatm, libopie, libradius, libskey, and > # libtacplus. > # libncurses must be built before libdialog, libedit and libreadline. >@@ -18,7 +18,7 @@ > # > # Otherwise, the SUBDIR list should be in alphabetical order. > >-SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd \ >+SUBDIR= ${_csu} libcom_err ${_libcrypt} msun libmd \ > libncurses libradius libskey libtacplus libutil \ > ${_compat} libalias libatm ${_libbind} libc ${_libc_r} libcalendar \ > libcam libcompat libdevstat libdisk libedit libfetch libform \ >@@ -53,12 +53,6 @@ > _compat= compat > _libncp= libncp > _libvgl= libvgl >-.endif >- >-.if defined(WANT_CSRG_LIBM) >-_libm= libm >-.else >-_libm= msun > .endif > > .if ${MACHINE_ARCH} == "alpha"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17848
:
8554
| 8555