mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
472667ca91
Technologies.
27 lines
776 B
Plaintext
27 lines
776 B
Plaintext
*** ./config/i386/freebsd.h.orig Fri Dec 5 07:15:34 1997
|
|
--- ./config/i386/freebsd.h Fri Feb 12 21:35:52 1999
|
|
***************
|
|
*** 152,159 ****
|
|
* -lc_p or -ggdb to LDFLAGS at the link time, respectively.
|
|
*/
|
|
#define LIB_SPEC \
|
|
! "%{!shared: %{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} \
|
|
! %{!ggdb:-lc} %{ggdb:-lg}}"
|
|
#else
|
|
#define LIB_SPEC \
|
|
"%{!shared: \
|
|
--- 152,164 ----
|
|
* -lc_p or -ggdb to LDFLAGS at the link time, respectively.
|
|
*/
|
|
#define LIB_SPEC \
|
|
! "%{!shared: \
|
|
! %{!pg: \
|
|
! %{!pthread: %{!kthread:-lc} %{kthread:-lpthread -lc}} \
|
|
! %{pthread:-lc_r}} \
|
|
! %{pg: \
|
|
! %{!pthread: %{!kthread:-lc_p} %{kthread:-lpthread_p -lc_p}} \
|
|
! %{pthread:-lc_r_p}}}"
|
|
#else
|
|
#define LIB_SPEC \
|
|
"%{!shared: \
|