diff options
author | ru <ru@FreeBSD.org> | 2008-03-29 17:44:40 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-03-29 17:44:40 +0000 |
commit | 0f0375e36afcaac1c92436bbe24263b7e74a3331 (patch) | |
tree | a9255b449721add318912098896f27a2409d0fd0 /ObsoleteFiles.inc | |
parent | 5b21e055a61b2f8539ccb8df474ef68ad76e0860 (diff) | |
download | FreeBSD-src-0f0375e36afcaac1c92436bbe24263b7e74a3331.zip FreeBSD-src-0f0375e36afcaac1c92436bbe24263b7e74a3331.tar.gz |
Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index a1533fc..0e15ff4 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -30,7 +30,6 @@ OLD_FILES+=usr/share/games/fortune/fortunes2-o.dat # 20071201: Removal of XRPU driver OLD_FILES+=usr/include/sys/xrpuio.h # 20071129: Disabled static versions of libkse by default -.if ${DEFAULT_THREAD_LIB} != "libkse" && ${MK_LIBTHR} != "no" OLD_FILES+=usr/lib/libkse.a OLD_FILES+=usr/lib/libkse_p.a OLD_FILES+=usr/lib/libkse_pic.a @@ -39,7 +38,6 @@ OLD_FILES+=usr/lib32/libkse.a OLD_FILES+=usr/lib32/libkse_p.a OLD_FILES+=usr/lib32/libkse_pic.a .endif -.endif # 20071129: Removed a Solaris compatibility header OLD_FILES+=usr/include/sys/_elf_solaris.h # 20071125: Renamed to pmc_get_msr() |