diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 15:37:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-07-01 15:37:35 +0000 |
| commit | dfebdcdf7ca22f2767534b7df4b828f55b6e754f (patch) | |
| tree | ed43b855d48095f0557ba50492a393fa15dc1b33 /lib | |
| parent | 2fd339446d359aea2c5b1bc3fcf5591a8a249fda (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libkse/Makefile | 2 | ||||
| -rw-r--r-- | lib/libpthread/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index a247a4dec6cd..601c2457af5a 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map +LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index a247a4dec6cd..601c2457af5a 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -22,7 +22,7 @@ CFLAGS+=-fno-builtin CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -LDADD+= -Wl,--version-script=${.CURDIR}/pthread.map +LDFLAGS= -Wl,--version-script=${.CURDIR}/pthread.map # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall |
