diff --git a/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt index 63e1dca6934d..8d1d67fb2c22 100644 --- a/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/__iscsym/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iscsym_test1 CoreClrPal) target_link_libraries(paltest_iscsym_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt index 1e4a44ab9e5d..a0288cf0e4af 100644 --- a/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_alloca/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_alloca_test1 CoreClrPal) target_link_libraries(paltest_alloca_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt index 28f092852176..1d10272c5283 100644 --- a/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_ecvt/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ecvt_test1 CoreClrPal) target_link_libraries(paltest_ecvt_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt index 281e3a1986b7..ab9d2bc14002 100644 --- a/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_fdopen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fdopen_test1 CoreClrPal) target_link_libraries(paltest_fdopen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt index 8791ef2f02d7..486576167777 100644 --- a/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_finite/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_finite_test1 CoreClrPal) target_link_libraries(paltest_finite_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt index 931103dfdf1b..b26ec14c9639 100644 --- a/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_fullpath/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fullpath_test1 CoreClrPal) target_link_libraries(paltest_fullpath_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt index ed6eec3480c5..4052466afbec 100644 --- a/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_gcvt/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gcvt_test1 CoreClrPal) target_link_libraries(paltest_gcvt_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt index 8f6e19505550..c32abb08af6a 100644 --- a/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_gcvt/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gcvt_test2 CoreClrPal) target_link_libraries(paltest_gcvt_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt index 09afa8ffda34..0befd2418f29 100644 --- a/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_getw/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getw_test1 CoreClrPal) target_link_libraries(paltest_getw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt index 041245414de7..bc177be48529 100644 --- a/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_isnan/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isnan_test1 CoreClrPal) target_link_libraries(paltest_isnan_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt index 64c3532fbd7b..d6b02d022731 100644 --- a/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_itow/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_itow_test1 CoreClrPal) target_link_libraries(paltest_itow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt index 1412e6c81fb0..5fb6f60bd6f3 100644 --- a/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_makepath/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_makepath_test1 CoreClrPal) target_link_libraries(paltest_makepath_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt index 65e6e87d80b3..b22d2a94f677 100644 --- a/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_mbsdec/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mbsdec_test1 CoreClrPal) target_link_libraries(paltest_mbsdec_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt index 313c0935cc21..99eb27762dde 100644 --- a/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_mbsinc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mbsinc_test1 CoreClrPal) target_link_libraries(paltest_mbsinc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt index 507c0b00d029..8661dc9d826e 100644 --- a/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_mbslen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mbslen_test1 CoreClrPal) target_link_libraries(paltest_mbslen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt index 21441401d715..b3f65bcd750a 100644 --- a/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_mbsninc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mbsninc_test1 CoreClrPal) target_link_libraries(paltest_mbsninc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt index 2bb114a0f921..07705f77b7aa 100644 --- a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_open_osfhandle_test1 CoreClrPal) target_link_libraries(paltest_open_osfhandle_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt index 75292ece9a9f..701327dba5ae 100644 --- a/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_open_osfhandle/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_open_osfhandle_test2 CoreClrPal) target_link_libraries(paltest_open_osfhandle_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt index 4c951fca93d6..e22e4f248a32 100644 --- a/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_putenv/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_putenv_test1 CoreClrPal) target_link_libraries(paltest_putenv_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt index c6c7f2ae6882..5cb2fb8e59d7 100644 --- a/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_putenv/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_putenv_test2 CoreClrPal) target_link_libraries(paltest_putenv_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt index 01db164dc443..3b3a83522afd 100644 --- a/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_putenv/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_putenv_test3 CoreClrPal) target_link_libraries(paltest_putenv_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt index 0d15329b81c8..ff678d241edb 100644 --- a/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_putenv/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_putenv_test4 CoreClrPal) target_link_libraries(paltest_putenv_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt index 5ca3c6e598a2..c87cf4ef96be 100644 --- a/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_putw/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_putw_test1 CoreClrPal) target_link_libraries(paltest_putw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt index 0f8c30795cd8..098fe47272b1 100644 --- a/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_rotl/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rotl_test1 CoreClrPal) target_link_libraries(paltest_rotl_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt index 6a8c97a56bfb..a741ad6dfd97 100644 --- a/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_rotr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rotr_test1 CoreClrPal) target_link_libraries(paltest_rotr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt index 3bf984c93336..8912f1933477 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test1 CoreClrPal) target_link_libraries(paltest_snprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt index 5b529539c166..71d5658d1840 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test10 CoreClrPal) target_link_libraries(paltest_snprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt index fe39ed8d36cf..aec0381a07a0 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test11 CoreClrPal) target_link_libraries(paltest_snprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt index 93b0eb12ae29..d511fca226c7 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test12 CoreClrPal) target_link_libraries(paltest_snprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt index 78130c9b8b98..a59ba55cd6e9 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test13 CoreClrPal) target_link_libraries(paltest_snprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt index c58f199a8ee3..1a3ec1df6eb1 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test14 CoreClrPal) target_link_libraries(paltest_snprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt index eac7e0aa15b3..1453db22b962 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test15 CoreClrPal) target_link_libraries(paltest_snprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt index 0ee323e7a327..e3a94e2b1e02 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test16 CoreClrPal) target_link_libraries(paltest_snprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt index 25866cd17fac..c438992800b0 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test17 CoreClrPal) target_link_libraries(paltest_snprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt index 5036a5e96076..8eba41c25964 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test18 CoreClrPal) target_link_libraries(paltest_snprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt index 02f9d88c6aab..7ed46706ec77 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test19 CoreClrPal) target_link_libraries(paltest_snprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt index 515794af0491..e4bb5c9fbd1f 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test2 CoreClrPal) target_link_libraries(paltest_snprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt index c1c4070f9aca..19985221a623 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test3 CoreClrPal) target_link_libraries(paltest_snprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt index 7682d88c0876..112de5d28b7d 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test4 CoreClrPal) target_link_libraries(paltest_snprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt index 323793396f6a..65afa148310d 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test5 CoreClrPal) target_link_libraries(paltest_snprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt index 890dfb2d546b..3b5f5aded329 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test6 CoreClrPal) target_link_libraries(paltest_snprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt index 03c7481021af..da99e7a506bf 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test7 CoreClrPal) target_link_libraries(paltest_snprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt index 6bd8980b18e9..880a4554d613 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test8 CoreClrPal) target_link_libraries(paltest_snprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt index c1cbcdaea141..a8d9f31579a6 100644 --- a/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snprintf_test9 CoreClrPal) target_link_libraries(paltest_snprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt index 1d9f2bf2fa77..5925a9eaf830 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test1 CoreClrPal) target_link_libraries(paltest_snwprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt index d3a27d9e54c3..82f6793f5b46 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test10 CoreClrPal) target_link_libraries(paltest_snwprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt index e491d14067b5..a6891491c96e 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test11 CoreClrPal) target_link_libraries(paltest_snwprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt index a8f8858c1ad3..4891a3b18f27 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test12 CoreClrPal) target_link_libraries(paltest_snwprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt index d68bf8223eaa..757d4e225bad 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test13 CoreClrPal) target_link_libraries(paltest_snwprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt index 98b9cb653a77..f7727ad71bdf 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test14 CoreClrPal) target_link_libraries(paltest_snwprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt index 07487bbae31d..795000132714 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test15 CoreClrPal) target_link_libraries(paltest_snwprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt index 4f94985eb59b..c1dbeb004840 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test16 CoreClrPal) target_link_libraries(paltest_snwprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt index ed09fd503b73..b6b82732d0ba 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test17 CoreClrPal) target_link_libraries(paltest_snwprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt index 7de14b7d8161..9e7d972fe408 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test18 CoreClrPal) target_link_libraries(paltest_snwprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt index 05115d363aff..e9eecb74196c 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test19 CoreClrPal) target_link_libraries(paltest_snwprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt index cc0956e35129..5db13d530134 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test2 CoreClrPal) target_link_libraries(paltest_snwprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt index c701458058fb..8cfe920dafc2 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test3 CoreClrPal) target_link_libraries(paltest_snwprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt index e0f6e430fc69..77db7f2a2a93 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test4 CoreClrPal) target_link_libraries(paltest_snwprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt index d5a1120cc28a..1027733105cf 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test5 CoreClrPal) target_link_libraries(paltest_snwprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt index e5ff8bde7fa2..9a9cba699c7c 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test6 CoreClrPal) target_link_libraries(paltest_snwprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt index 2b89a92db411..019ab7012fad 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test7 CoreClrPal) target_link_libraries(paltest_snwprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt index 9f0229c72e94..60eeb33019ee 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test8 CoreClrPal) target_link_libraries(paltest_snwprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt index 099b82cea7ee..f4b95cf82064 100644 --- a/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_snwprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_snwprintf_test9 CoreClrPal) target_link_libraries(paltest_snwprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt index f6ce158379ec..4b8225b8382b 100644 --- a/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_splitpath/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_splitpath_test1 CoreClrPal) target_link_libraries(paltest_splitpath_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt index 54bada722a7e..3179fbbc865f 100644 --- a/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_stricmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_stricmp_test1 CoreClrPal) target_link_libraries(paltest_stricmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt index 24dadd46bafe..d79fb819d091 100644 --- a/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_strlwr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strlwr_test1 CoreClrPal) target_link_libraries(paltest_strlwr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt index 5cb41499a386..f9ffd8640742 100644 --- a/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strnicmp_test1 CoreClrPal) target_link_libraries(paltest_strnicmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt index 885f3ae0f2f1..91068dbca1fc 100644 --- a/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_swab/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swab_test1 CoreClrPal) target_link_libraries(paltest_swab_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt index 78d179e1dddf..02127a71b84f 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test1 CoreClrPal) target_link_libraries(paltest_vsnprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt index 76bba61fd162..5f62b9a33056 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test10 CoreClrPal) target_link_libraries(paltest_vsnprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt index 34a92d2d2e2c..de6f5bbd40cf 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test11 CoreClrPal) target_link_libraries(paltest_vsnprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt index a5b3a9c5cb54..55facfbce90c 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test12 CoreClrPal) target_link_libraries(paltest_vsnprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt index 87eb7b4be2dd..03cb77d39c39 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test13 CoreClrPal) target_link_libraries(paltest_vsnprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt index d3cfd2982b70..755033b96dbb 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test14 CoreClrPal) target_link_libraries(paltest_vsnprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt index fdc8bb8d882f..fec995d461ce 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test15 CoreClrPal) target_link_libraries(paltest_vsnprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt index b3aa841e51b7..bfdd30038bf1 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test16 CoreClrPal) target_link_libraries(paltest_vsnprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt index 978e7ee649a6..6cca06d3d30e 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test17 CoreClrPal) target_link_libraries(paltest_vsnprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt index ffd72ee5bc97..0820b4a93d64 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test18 CoreClrPal) target_link_libraries(paltest_vsnprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt index 47620bc9069e..3de5b579b5ba 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test19 CoreClrPal) target_link_libraries(paltest_vsnprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt index f50aee3344a6..4b307866299c 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test2 CoreClrPal) target_link_libraries(paltest_vsnprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt index 6a6bdb476f19..b671cadb116a 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test3 CoreClrPal) target_link_libraries(paltest_vsnprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt index 906f5bcd81fa..864f938701a0 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test4 CoreClrPal) target_link_libraries(paltest_vsnprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt index 86c42f5e103c..ebbbb431df31 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test5 CoreClrPal) target_link_libraries(paltest_vsnprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt index 71784b01a0ef..bcc841df7f1b 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test6 CoreClrPal) target_link_libraries(paltest_vsnprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt index 6a08a166d533..021de5668a8b 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test7 CoreClrPal) target_link_libraries(paltest_vsnprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt index dbe6a27ce41a..35d30b8cb969 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test8 CoreClrPal) target_link_libraries(paltest_vsnprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt index 33e3b29d8494..cb2994c75a86 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnprintf_test9 CoreClrPal) target_link_libraries(paltest_vsnprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt index bb75b11aaf23..ce20744b9eaa 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test1 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt index ad807883eb1c..f478e3eaabbb 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test10 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt index cd4d1fd78556..e3bd32434ff9 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test11 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt index 713d060cc7e8..374786b6f4b0 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test12 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt index 1d727f2c1922..44df65db40aa 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test13 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt index f84fecc0467b..7d16b4261f48 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test14 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt index dc13fa35ce01..3bc138e5ff41 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test15 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt index 3778b91ad353..9eeb7a0ccc19 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test16 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt index 9a0a833b37ce..c04b09b3e48c 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test17 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt index 5c927aa987aa..1821f7e83ec7 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test18 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt index 3e847bf2ae2c..e969a5c8901a 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test19 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt index 6a0f5986ba33..0a28e3eb322a 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test2 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt index 413734ee3343..4d3c0f4ee845 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test3 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt index 5037d78fc907..b283a650a868 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test4 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt index a587c23c331c..03f10df4ebfb 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test5 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt index a8c9e5adc3bc..9e7d97484a9d 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test6 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt index 8b4d02dbc931..0a51499395a9 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test7 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt index 6a1eb78a3ca8..e27c91f2dc37 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test8 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt index 7523f1b0c34f..9cafd1038de2 100644 --- a/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_vsnwprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsnwprintf_test9 CoreClrPal) target_link_libraries(paltest_vsnwprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt index 3a6b6d354408..1ea28c96a3b0 100644 --- a/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsicmp_test1 CoreClrPal) target_link_libraries(paltest_wcsicmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt index 8c9cdfda5e55..eb8cafda870d 100644 --- a/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wcslwr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcslwr_test1 CoreClrPal) target_link_libraries(paltest_wcslwr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt index 76f16d816edb..61c7a1c68599 100644 --- a/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsnicmp_test1 CoreClrPal) target_link_libraries(paltest_wcsnicmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt index a7dcfe30f94b..21b6fa1770be 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test1 CoreClrPal) target_link_libraries(paltest_wfopen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt index c3d8a6f1fa4e..d0611f095ab1 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test2 CoreClrPal) target_link_libraries(paltest_wfopen_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt index 81711174d038..a214646ea567 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test3 CoreClrPal) target_link_libraries(paltest_wfopen_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt index 7aced92081ae..82b4956b0c32 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test4 CoreClrPal) target_link_libraries(paltest_wfopen_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt index 636bc8a5c52f..7049c73bc5f3 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test5 CoreClrPal) target_link_libraries(paltest_wfopen_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt index 780014819bd5..1e5a903b5c6d 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test6 CoreClrPal) target_link_libraries(paltest_wfopen_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt index c8fa746db402..8c751637ac17 100644 --- a/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wfopen/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wfopen_test7 CoreClrPal) target_link_libraries(paltest_wfopen_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt index dfb600b527f9..06be86360671 100644 --- a/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wmakepath/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wmakepath_test1 CoreClrPal) target_link_libraries(paltest_wmakepath_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt index 2ea581de7cd0..4167ae083a1e 100644 --- a/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wsplitpath/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsplitpath_test1 CoreClrPal) target_link_libraries(paltest_wsplitpath_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt index 0aba081cb136..364b34a6cd0b 100644 --- a/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/_wtoi/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wtoi_test1 CoreClrPal) target_link_libraries(paltest_wtoi_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt index 0ec4116d09ab..987f5d9779af 100644 --- a/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/abs/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_abs_test1 CoreClrPal) target_link_libraries(paltest_abs_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt index b7c6b37b00fe..235b0b89d440 100644 --- a/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/acos/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_acos_test1 CoreClrPal) target_link_libraries(paltest_acos_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt index 3f9bf082d5d4..e3cba03de758 100644 --- a/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/asin/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_asin_test1 CoreClrPal) target_link_libraries(paltest_asin_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt index 5c3f9c3ff710..0318f9425d50 100644 --- a/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/atan/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_atan_test1 CoreClrPal) target_link_libraries(paltest_atan_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt index 06a35a27555c..29c04572027a 100644 --- a/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/atan2/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_atan2_test1 CoreClrPal) target_link_libraries(paltest_atan2_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt index 4cdbb988b88b..a5a53a2dacaf 100644 --- a/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/atof/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_atof_test1 CoreClrPal) target_link_libraries(paltest_atof_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt index e22afe370f01..27f25344d025 100644 --- a/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/atoi/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_atoi_test1 CoreClrPal) target_link_libraries(paltest_atoi_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt index 0df57a456d10..3a8ededb9c3c 100644 --- a/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/atol/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_atol_test1 CoreClrPal) target_link_libraries(paltest_atol_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt index 9a8d1d2fe9d9..61c07cc8a05f 100644 --- a/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/bsearch/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_bsearch_test1 CoreClrPal) target_link_libraries(paltest_bsearch_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt index 897b2829ce5c..262625160bcc 100644 --- a/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/bsearch/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_bsearch_test2 CoreClrPal) target_link_libraries(paltest_bsearch_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt index 454943a0e232..8f23717469a5 100644 --- a/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ceil/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ceil_test1 CoreClrPal) target_link_libraries(paltest_ceil_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt index cce5069455c3..4c47a9b25a51 100644 --- a/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/cos/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_cos_test1 CoreClrPal) target_link_libraries(paltest_cos_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt index ca21dda3e7ce..22c4ef1901f8 100644 --- a/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/cosh/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_cosh_test1 CoreClrPal) target_link_libraries(paltest_cosh_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt index eac7f3db1add..f07d1703a54c 100644 --- a/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ctime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ctime_test1 CoreClrPal) target_link_libraries(paltest_ctime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt index 5198760892b8..c958a0cdd6e5 100644 --- a/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/errno/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errno_test1 CoreClrPal) target_link_libraries(paltest_errno_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt index 798571bb5eea..f5afb7c522a2 100644 --- a/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/errno/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errno_test2 CoreClrPal) target_link_libraries(paltest_errno_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt index 1febd42bf731..0773dea3aa1f 100644 --- a/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/exit/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exit_test1 CoreClrPal) target_link_libraries(paltest_exit_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt index 347e640b6bb8..480ee4c5f2e5 100644 --- a/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/exit/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exit_test2 CoreClrPal) target_link_libraries(paltest_exit_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt index ad59beb87b1e..25a09f87b101 100644 --- a/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/exp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exp_test1 CoreClrPal) target_link_libraries(paltest_exp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt index b816af477a31..7e3d44fadc1d 100644 --- a/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/exp/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exp_test2 CoreClrPal) target_link_libraries(paltest_exp_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt index becbb94abaa5..540f761c08e1 100644 --- a/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/exp/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exp_test3 CoreClrPal) target_link_libraries(paltest_exp_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt index 583d605192f4..da5a30462b5d 100644 --- a/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fabs/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fabs_test1 CoreClrPal) target_link_libraries(paltest_fabs_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt index 5c905b1097a1..62599038ae93 100644 --- a/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fclose/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fclose_test1 CoreClrPal) target_link_libraries(paltest_fclose_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt index d67d2f6ef96d..42835b637550 100644 --- a/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fclose/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fclose_test2 CoreClrPal) target_link_libraries(paltest_fclose_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt index 8ec204394dd1..b489dc90a2fc 100644 --- a/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/feof/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_feof_test1 CoreClrPal) target_link_libraries(paltest_feof_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt index d327d412779b..3769d60bbfe5 100644 --- a/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ferror/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ferror_test1 CoreClrPal) target_link_libraries(paltest_ferror_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt index 740e20cf663c..40966b610017 100644 --- a/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ferror/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ferror_test2 CoreClrPal) target_link_libraries(paltest_ferror_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt index 19793bb41dad..1904f6c751a2 100644 --- a/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fflush/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fflush_test1 CoreClrPal) target_link_libraries(paltest_fflush_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt index 7795a0950ec3..3fc866515405 100644 --- a/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fgets/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fgets_test1 CoreClrPal) target_link_libraries(paltest_fgets_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt index f1711b838881..823df6483167 100644 --- a/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fgets/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fgets_test2 CoreClrPal) target_link_libraries(paltest_fgets_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt index 8d14260c6813..009f2f5c143d 100644 --- a/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fgets/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fgets_test3 CoreClrPal) target_link_libraries(paltest_fgets_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt index 90f05cf2279e..2d74480c5f83 100644 --- a/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/floor/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_floor_test1 CoreClrPal) target_link_libraries(paltest_floor_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt index 92589d298716..a23be3ddcb3c 100644 --- a/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fmod/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fmod_test1 CoreClrPal) target_link_libraries(paltest_fmod_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt index e5fb879c307b..f3907e862298 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test1 CoreClrPal) target_link_libraries(paltest_fopen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt index d38897a03ee8..f127d25b15ad 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test2 CoreClrPal) target_link_libraries(paltest_fopen_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt index 2c4132407e92..de7764461c74 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test3 CoreClrPal) target_link_libraries(paltest_fopen_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt index 4909526ed30a..d1c0b7c152a0 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test4 CoreClrPal) target_link_libraries(paltest_fopen_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt index 34813a092ac0..7bfe072a2beb 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test5 CoreClrPal) target_link_libraries(paltest_fopen_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt index 56d6178722e4..240651a0dd71 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test6 CoreClrPal) target_link_libraries(paltest_fopen_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt index 6984e61f60f3..88c4f2c92947 100644 --- a/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fopen/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fopen_test7 CoreClrPal) target_link_libraries(paltest_fopen_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt index 82fa1ec43948..32d39642bbac 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test1 CoreClrPal) target_link_libraries(paltest_fprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt index 7f1ccf14a5f6..bc34c3c1c94b 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test10 CoreClrPal) target_link_libraries(paltest_fprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt index 5c8390f04949..5f9a2b8122fd 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test11 CoreClrPal) target_link_libraries(paltest_fprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt index dacbae4cff49..0a04fda13f95 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test12 CoreClrPal) target_link_libraries(paltest_fprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt index 2b0ef0ffbf44..b2541ea5c313 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test13 CoreClrPal) target_link_libraries(paltest_fprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt index 71f26deb0013..58e4ef250278 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test14 CoreClrPal) target_link_libraries(paltest_fprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt index c5880bdf5a52..e849579ea52f 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test15 CoreClrPal) target_link_libraries(paltest_fprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt index 00c93759df6c..301ac223d531 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test16 CoreClrPal) target_link_libraries(paltest_fprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt index 8963f2946a35..f4647a7cec3a 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test17 CoreClrPal) target_link_libraries(paltest_fprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt index 78008eb60c65..eb32e25c2416 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test18 CoreClrPal) target_link_libraries(paltest_fprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt index be5049aaf3f2..2fe3fd7c065d 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test19 CoreClrPal) target_link_libraries(paltest_fprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt index 4ba1a722be61..90d282bcf886 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test2 CoreClrPal) target_link_libraries(paltest_fprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt index 48b97cf230c2..67b9170bf549 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test3 CoreClrPal) target_link_libraries(paltest_fprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt index 952679a65f53..52394e3bb7c3 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test4 CoreClrPal) target_link_libraries(paltest_fprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt index 0fc9e98d6af4..03be3c349d13 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test5 CoreClrPal) target_link_libraries(paltest_fprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt index 2ba360e35930..63753ad20b93 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test6 CoreClrPal) target_link_libraries(paltest_fprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt index 7397bbf50a71..08bc968fa240 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test7 CoreClrPal) target_link_libraries(paltest_fprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt index c94c089da7f2..5dcc2e2c5471 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test8 CoreClrPal) target_link_libraries(paltest_fprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt index 331d48d2652e..92d2e37324d7 100644 --- a/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fprintf_test9 CoreClrPal) target_link_libraries(paltest_fprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt index d1093579342f..94a383d2c48d 100644 --- a/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fputs/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fputs_test1 CoreClrPal) target_link_libraries(paltest_fputs_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt index 47134afd2836..4ae236e53ac2 100644 --- a/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fputs/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fputs_test2 CoreClrPal) target_link_libraries(paltest_fputs_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt index b78de12c42ef..c21a222f2c1c 100644 --- a/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fread_test1 CoreClrPal) target_link_libraries(paltest_fread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt index e57a0f58ba54..a1b5f326ff62 100644 --- a/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fread/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fread_test2 CoreClrPal) target_link_libraries(paltest_fread_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt index 46de0b23e638..3e3697eeb1f4 100644 --- a/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fread/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fread_test3 CoreClrPal) target_link_libraries(paltest_fread_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt index 81cdb122fc44..e0e25c76a9d5 100644 --- a/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/free/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_free_test1 CoreClrPal) target_link_libraries(paltest_free_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt index ee9c58abecb7..b9d18130f074 100644 --- a/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fseek/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fseek_test1 CoreClrPal) target_link_libraries(paltest_fseek_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt index cb6815ad7683..0131f3ffe8e2 100644 --- a/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ftell/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ftell_test1 CoreClrPal) target_link_libraries(paltest_ftell_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt index 3b9265bf881d..0e1c0d7f5147 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test1 CoreClrPal) target_link_libraries(paltest_fwprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt index 6c4e546008cc..36fc850cfad2 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test10 CoreClrPal) target_link_libraries(paltest_fwprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt index 3a225c963956..b007908b875a 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test11 CoreClrPal) target_link_libraries(paltest_fwprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt index 6a4699ff6269..8819ac8fc0e1 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test12 CoreClrPal) target_link_libraries(paltest_fwprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt index 184d5e4314f8..e8a02bc4cd2f 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test13 CoreClrPal) target_link_libraries(paltest_fwprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt index 8432eb09ed73..d4a876210d6f 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test14 CoreClrPal) target_link_libraries(paltest_fwprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt index 8a84278fd899..fb57973bc80b 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test15 CoreClrPal) target_link_libraries(paltest_fwprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt index 19c02f63b9a3..7ae3bbb9a812 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test16 CoreClrPal) target_link_libraries(paltest_fwprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt index f5ef9ed07af7..fcca5ac6636b 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test17 CoreClrPal) target_link_libraries(paltest_fwprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt index f691f2b4d049..ad62080d5542 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test18 CoreClrPal) target_link_libraries(paltest_fwprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt index 8aedd9030032..13b5e1b428d5 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test19 CoreClrPal) target_link_libraries(paltest_fwprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt index c20fc765d2bd..73324e577b2c 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test2 CoreClrPal) target_link_libraries(paltest_fwprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt index 8d1ea5af6248..7e0d5e9299c4 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test3 CoreClrPal) target_link_libraries(paltest_fwprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt index 6eb989f5a89b..cd91a651e2bf 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test4 CoreClrPal) target_link_libraries(paltest_fwprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt index f804c68a5493..1fa40bf52a13 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test5 CoreClrPal) target_link_libraries(paltest_fwprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt index 20a1d8357074..77bec30405ac 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test6 CoreClrPal) target_link_libraries(paltest_fwprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt index d836fff1fdec..ae9497305d68 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test7 CoreClrPal) target_link_libraries(paltest_fwprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt index 87a8aa912591..79ea0e8ad550 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test8 CoreClrPal) target_link_libraries(paltest_fwprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt index fe8bdd8610aa..896cada3b7e8 100644 --- a/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwprintf_test9 CoreClrPal) target_link_libraries(paltest_fwprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt index 53e982e45c0a..b7ebc7872100 100644 --- a/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/fwrite/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_fwrite_test1 CoreClrPal) target_link_libraries(paltest_fwrite_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt index 84702600cd96..00681b36077f 100644 --- a/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/getc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getc_test1 CoreClrPal) target_link_libraries(paltest_getc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt index 76952f514c51..41a6d6ed43b9 100644 --- a/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/getenv/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenv_test1 CoreClrPal) target_link_libraries(paltest_getenv_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt index a8f10808e7ac..d57a0d502fab 100644 --- a/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/getenv/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenv_test2 CoreClrPal) target_link_libraries(paltest_getenv_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt index ab9706c686be..ee9ed71308a3 100644 --- a/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/getenv/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenv_test3 CoreClrPal) target_link_libraries(paltest_getenv_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt index 705f6a97435b..91f0e82a7757 100644 --- a/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isalnum/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isalnum_test1 CoreClrPal) target_link_libraries(paltest_isalnum_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt index 2ba13e9251db..22e389dd2302 100644 --- a/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isalpha/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isalpha_test1 CoreClrPal) target_link_libraries(paltest_isalpha_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt index 7e4d10ed10f0..cd3e415e0a96 100644 --- a/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isdigit/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isdigit_test1 CoreClrPal) target_link_libraries(paltest_isdigit_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt index a6ead6a59cda..60a93ee826a8 100644 --- a/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/islower/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_islower_test1 CoreClrPal) target_link_libraries(paltest_islower_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt index b204583a468b..878ab39679d6 100644 --- a/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isprint/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isprint_test1 CoreClrPal) target_link_libraries(paltest_isprint_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt index dc983403e3ae..2518a811470b 100644 --- a/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isprint/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isprint_test2 CoreClrPal) target_link_libraries(paltest_isprint_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt index 86d7561d7805..29042974a93f 100644 --- a/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isspace/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isspace_test1 CoreClrPal) target_link_libraries(paltest_isspace_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt index 38c2ff8d6326..74914cb7b9c4 100644 --- a/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isupper/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isupper_test1 CoreClrPal) target_link_libraries(paltest_isupper_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt index 8a15209bb9f5..b246ec3a58c8 100644 --- a/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/iswdigit/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iswdigit_test1 CoreClrPal) target_link_libraries(paltest_iswdigit_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt index 8c7c5034af50..b32e32b80bb2 100644 --- a/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/iswprint/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iswprint_test1 CoreClrPal) target_link_libraries(paltest_iswprint_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt index 2dd4257f37de..ba0d2b45218e 100644 --- a/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/iswspace/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iswspace_test1 CoreClrPal) target_link_libraries(paltest_iswspace_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt index 04880b09fc4b..8cfc56934ef5 100644 --- a/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/iswupper/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iswupper_test1 CoreClrPal) target_link_libraries(paltest_iswupper_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt index a719380d3072..2cccef6fadb0 100644 --- a/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/iswxdigit/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_iswxdigit_test1 CoreClrPal) target_link_libraries(paltest_iswxdigit_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt index 7cd513722f4b..3f5f614f9ac0 100644 --- a/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/isxdigit/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isxdigit_test1 CoreClrPal) target_link_libraries(paltest_isxdigit_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt index dd69b531f4ca..68fe4c3c0a56 100644 --- a/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/labs/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_labs_test1 CoreClrPal) target_link_libraries(paltest_labs_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt index 0356a3d07998..a245f1fbac29 100644 --- a/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/localtime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localtime_test1 CoreClrPal) target_link_libraries(paltest_localtime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt index be78d1d6cc52..dc0d5a311562 100644 --- a/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/log/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_log_test1 CoreClrPal) target_link_libraries(paltest_log_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt index 256fd7eedb9b..3e26d297c8f2 100644 --- a/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/log10/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_log10_test1 CoreClrPal) target_link_libraries(paltest_log10_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt index 07b5210c6044..35179cbc3e54 100644 --- a/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/malloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_malloc_test1 CoreClrPal) target_link_libraries(paltest_malloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt index 4d1d10caeddc..ac6ac9c37973 100644 --- a/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/malloc/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_malloc_test2 CoreClrPal) target_link_libraries(paltest_malloc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt index 901e2137dd39..fe4d43435366 100644 --- a/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/memchr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_memchr_test1 CoreClrPal) target_link_libraries(paltest_memchr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt index b1740906be03..f16121787935 100644 --- a/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/memcmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_memcmp_test1 CoreClrPal) target_link_libraries(paltest_memcmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt index 69ff8039fba8..d1b2f60d97c4 100644 --- a/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/memcpy/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_memcpy_test1 CoreClrPal) target_link_libraries(paltest_memcpy_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt index 865f0eecc0d4..f5dbe7abaa20 100644 --- a/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/memmove/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_memmove_test1 CoreClrPal) target_link_libraries(paltest_memmove_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt index 03fed4396260..e77b22e2f23d 100644 --- a/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/memset/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_memset_test1 CoreClrPal) target_link_libraries(paltest_memset_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt index da6db5c9f5dd..03cbec3b8f2b 100644 --- a/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/modf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_modf_test1 CoreClrPal) target_link_libraries(paltest_modf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt index de8f61bcdd94..7ae6dff1dad3 100644 --- a/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/pow/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pow_test1 CoreClrPal) target_link_libraries(paltest_pow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt index 1654df8cca5d..b742a04a912a 100644 --- a/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/pow/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pow_test2 CoreClrPal) target_link_libraries(paltest_pow_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt index 25ce63124376..14ba90cc41c4 100644 --- a/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/pow/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pow_test3 CoreClrPal) target_link_libraries(paltest_pow_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt index dd9e18c11ae7..d1a2a54b8fdc 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test1 CoreClrPal) target_link_libraries(paltest_printf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt index ef5b9f116328..91e87de19d97 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test10 CoreClrPal) target_link_libraries(paltest_printf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt index 2a410500907d..495763386a29 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test11 CoreClrPal) target_link_libraries(paltest_printf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt index 8666a1043ee1..7a2888ad9456 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test12 CoreClrPal) target_link_libraries(paltest_printf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt index c8ec6095f15d..cf6c1dcdc371 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test13 CoreClrPal) target_link_libraries(paltest_printf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt index c145d4541e4d..06e172be5352 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test14 CoreClrPal) target_link_libraries(paltest_printf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt index 354a727062f9..205fa293e5c6 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test15 CoreClrPal) target_link_libraries(paltest_printf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt index ef217fc8e39d..c54fe4fbc59f 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test16 CoreClrPal) target_link_libraries(paltest_printf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt index 3635927b7481..93e076c0e011 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test17 CoreClrPal) target_link_libraries(paltest_printf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt index 78c7a1ddf25d..9dcc7f5de46d 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test18 CoreClrPal) target_link_libraries(paltest_printf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt index eb5354176586..33039439cadf 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test19 CoreClrPal) target_link_libraries(paltest_printf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt index 443b6faf3ab8..1afddb114bc3 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test2 CoreClrPal) target_link_libraries(paltest_printf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt index 419406fc873d..8a8efc44f635 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test3 CoreClrPal) target_link_libraries(paltest_printf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt index 91b92f1b2a7c..ef67cb7c3526 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test4 CoreClrPal) target_link_libraries(paltest_printf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt index b83d97e58580..155fd13480b6 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test5 CoreClrPal) target_link_libraries(paltest_printf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt index a1e5aba8314b..8fcda8a50621 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test6 CoreClrPal) target_link_libraries(paltest_printf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt index 72f48d7ca141..f881dc887cd6 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test7 CoreClrPal) target_link_libraries(paltest_printf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt index 2fd7eb11603c..cd2459ee786c 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test8 CoreClrPal) target_link_libraries(paltest_printf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt index 1b9d98f9a753..a5ef364da8a3 100644 --- a/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/printf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_printf_test9 CoreClrPal) target_link_libraries(paltest_printf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt index 05fbe1559486..5a7bbcd2ba76 100644 --- a/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/qsort/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_qsort_test1 CoreClrPal) target_link_libraries(paltest_qsort_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt index c9669132dbb8..40bb3357bb8f 100644 --- a/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/qsort/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_qsort_test2 CoreClrPal) target_link_libraries(paltest_qsort_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt index 189becef885a..c1edf1c9f958 100644 --- a/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/rand_srand/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rand_srand_test1 CoreClrPal) target_link_libraries(paltest_rand_srand_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt index 43ac34e7ebe1..606cb91c1a76 100644 --- a/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/realloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_realloc_test1 CoreClrPal) target_link_libraries(paltest_realloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt index 30d40ddb6049..ac1f64412460 100644 --- a/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sin/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sin_test1 CoreClrPal) target_link_libraries(paltest_sin_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt index 6d8bf0a2f419..59342a703849 100644 --- a/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sinh/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sinh_test1 CoreClrPal) target_link_libraries(paltest_sinh_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt index d16b23ad0dad..9174323357ea 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test1 CoreClrPal) target_link_libraries(paltest_sprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt index ca8093a9766b..6da7eed1ec11 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test10 CoreClrPal) target_link_libraries(paltest_sprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt index f06c5567be25..17fe2843be89 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test11 CoreClrPal) target_link_libraries(paltest_sprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt index eb81331399cd..cb1634ca21d7 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test12 CoreClrPal) target_link_libraries(paltest_sprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt index 14053adb3b73..b556a6bfe0e1 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test13 CoreClrPal) target_link_libraries(paltest_sprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt index 9e62490add3b..42e4247ce73d 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test14 CoreClrPal) target_link_libraries(paltest_sprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt index 4a7a23dbb62c..063112f134a9 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test15 CoreClrPal) target_link_libraries(paltest_sprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt index 2be87a2eba5f..ec36a6e363a8 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test16 CoreClrPal) target_link_libraries(paltest_sprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt index e66ba84ab65d..67ef663a4e60 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test17 CoreClrPal) target_link_libraries(paltest_sprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt index 03ba51f8f778..b460a94062a0 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test18 CoreClrPal) target_link_libraries(paltest_sprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt index 92ba398fa908..576a67a9fbfd 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test19 CoreClrPal) target_link_libraries(paltest_sprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt index 4dbe34f67a7c..3647e49aac26 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test2 CoreClrPal) target_link_libraries(paltest_sprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt index 2a23746f95d5..5bb7e6703aa5 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test3 CoreClrPal) target_link_libraries(paltest_sprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt index fba8e8004571..e112686cd48c 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test4 CoreClrPal) target_link_libraries(paltest_sprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt index 210897c835f8..1d5d7b1e524b 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test5 CoreClrPal) target_link_libraries(paltest_sprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt index d5e35bd90df6..3019ecad9d27 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test6 CoreClrPal) target_link_libraries(paltest_sprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt index cb2995451ca8..2f7e4b0b1d9c 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test7 CoreClrPal) target_link_libraries(paltest_sprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt index 67643374e02f..951b439e1c28 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test8 CoreClrPal) target_link_libraries(paltest_sprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt index 822fcdf07eba..7e537f129104 100644 --- a/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sprintf_test9 CoreClrPal) target_link_libraries(paltest_sprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt index 36a29e64c633..70b18b168218 100644 --- a/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sqrt/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sqrt_test1 CoreClrPal) target_link_libraries(paltest_sqrt_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt index 94394ec976a7..1cb92d76b30e 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test1 CoreClrPal) target_link_libraries(paltest_sscanf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt index c5a79bf706b9..98010ff63cec 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test10 CoreClrPal) target_link_libraries(paltest_sscanf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt index 732205220a0d..7301235dcd88 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test11 CoreClrPal) target_link_libraries(paltest_sscanf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt index f689a698aa54..687a2e08eea7 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test12 CoreClrPal) target_link_libraries(paltest_sscanf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt index f38094c0d6e8..4714aa2d4d0f 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test13 CoreClrPal) target_link_libraries(paltest_sscanf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt index 28bfcee616ed..d40c30336b3a 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test14 CoreClrPal) target_link_libraries(paltest_sscanf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt index 135465dabd20..d925dcfa940e 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test15 CoreClrPal) target_link_libraries(paltest_sscanf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt index e0a1225eb060..1b24c90e9cfb 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test16 CoreClrPal) target_link_libraries(paltest_sscanf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt index 91d1eca39af7..18328534fe83 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test17 CoreClrPal) target_link_libraries(paltest_sscanf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt index be7630bdc361..08805cb27477 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test2 CoreClrPal) target_link_libraries(paltest_sscanf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt index ddc78187ba1b..e27386382dae 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test3 CoreClrPal) target_link_libraries(paltest_sscanf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt index b6282c7adeb9..eb3b794d7445 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test4 CoreClrPal) target_link_libraries(paltest_sscanf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt index c0023a4aec0f..2d48f34d351d 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test5 CoreClrPal) target_link_libraries(paltest_sscanf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt index 251b648f2932..c3cafa5171e9 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test6 CoreClrPal) target_link_libraries(paltest_sscanf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt index 299798e6026e..196a081c9380 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test7 CoreClrPal) target_link_libraries(paltest_sscanf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt index 18a3c181fe34..c9f7a63ee7d0 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test8 CoreClrPal) target_link_libraries(paltest_sscanf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt index 97bc32396180..ce041f83b39e 100644 --- a/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/sscanf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sscanf_test9 CoreClrPal) target_link_libraries(paltest_sscanf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt index f89d1c6b99e3..9fc9f6a6096e 100644 --- a/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strcat/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strcat_test1 CoreClrPal) target_link_libraries(paltest_strcat_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt index 988b00fd4e64..62769d6a155a 100644 --- a/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strchr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strchr_test1 CoreClrPal) target_link_libraries(paltest_strchr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt index 14fba41aa776..7d2ad6ab8909 100644 --- a/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strcmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strcmp_test1 CoreClrPal) target_link_libraries(paltest_strcmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt index fad8be28c8df..23685573dff2 100644 --- a/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strcpy/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strcpy_test1 CoreClrPal) target_link_libraries(paltest_strcpy_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt index 302b79e04a68..a527c126a3ec 100644 --- a/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strcspn/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strcspn_test1 CoreClrPal) target_link_libraries(paltest_strcspn_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt index 07c89f20db11..0ed148275a4c 100644 --- a/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strlen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strlen_test1 CoreClrPal) target_link_libraries(paltest_strlen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt index 8d26a2fe5c02..5d4452a767a8 100644 --- a/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strncat/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strncat_test1 CoreClrPal) target_link_libraries(paltest_strncat_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt index 59ad30e29f17..8714eaac1f03 100644 --- a/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strncmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strncmp_test1 CoreClrPal) target_link_libraries(paltest_strncmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt index 3aa8a685492b..3289b71c9466 100644 --- a/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strncpy/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strncpy_test1 CoreClrPal) target_link_libraries(paltest_strncpy_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt index a9661c1b036a..f4fe59f10e99 100644 --- a/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strpbrk/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strpbrk_test1 CoreClrPal) target_link_libraries(paltest_strpbrk_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt index 2f3d5ea58a12..6d7f7fef87ee 100644 --- a/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strrchr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strrchr_test1 CoreClrPal) target_link_libraries(paltest_strrchr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt index 1329968286e7..78aeb765df77 100644 --- a/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strspn/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strspn_test1 CoreClrPal) target_link_libraries(paltest_strspn_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt index a6421055e985..e23bb011d7fd 100644 --- a/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strstr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strstr_test1 CoreClrPal) target_link_libraries(paltest_strstr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt index d2e90ad545cb..64d6127737ab 100644 --- a/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strtod/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strtod_test1 CoreClrPal) target_link_libraries(paltest_strtod_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt index 7886bc1aca38..6fa41c2d1d46 100644 --- a/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strtod/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strtod_test2 CoreClrPal) target_link_libraries(paltest_strtod_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt index 6677398b1737..fdbbfbd9a4dc 100644 --- a/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strtok/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strtok_test1 CoreClrPal) target_link_libraries(paltest_strtok_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt index e195947e4259..0aa035934297 100644 --- a/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/strtoul/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_strtoul_test1 CoreClrPal) target_link_libraries(paltest_strtoul_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt index 17c9b0a26f64..def5a7a7934f 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test1 CoreClrPal) target_link_libraries(paltest_swprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt index 3215f015b943..eebe39e383ef 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test10 CoreClrPal) target_link_libraries(paltest_swprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt index fc89c881aeb3..af2ea2632b6e 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test11 CoreClrPal) target_link_libraries(paltest_swprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt index ada246e6bf57..284a77263910 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test12 CoreClrPal) target_link_libraries(paltest_swprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt index 0fb71542ab89..ae7ade2dc904 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test13 CoreClrPal) target_link_libraries(paltest_swprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt index 9e3ee296d503..9d97a94a1f89 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test14 CoreClrPal) target_link_libraries(paltest_swprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt index efdcd026b708..6de51c9b3912 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test15 CoreClrPal) target_link_libraries(paltest_swprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt index 7baf7c82b299..be35806f4a98 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test16 CoreClrPal) target_link_libraries(paltest_swprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt index 441b1ee55949..0caa7f18057f 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test17 CoreClrPal) target_link_libraries(paltest_swprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt index 0ce5ece4bab1..da01d2e2bc7b 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test18 CoreClrPal) target_link_libraries(paltest_swprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt index fa4973a90288..b6579808fb8b 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test19 CoreClrPal) target_link_libraries(paltest_swprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt index bf2093dea56b..48a4991f722e 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test2 CoreClrPal) target_link_libraries(paltest_swprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt index 2057d7a603c9..a4523bbf23f8 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test3 CoreClrPal) target_link_libraries(paltest_swprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt index 633ca25e9db2..88e1d5fef354 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test4 CoreClrPal) target_link_libraries(paltest_swprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt index 5e602b9653dd..36c74a994aa5 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test5 CoreClrPal) target_link_libraries(paltest_swprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt index 791baf18cf1e..86093dd629c4 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test6 CoreClrPal) target_link_libraries(paltest_swprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt index a91703ffa5a5..84b6d4b25723 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test7 CoreClrPal) target_link_libraries(paltest_swprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt index 54e44818eba0..841e123f0971 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test8 CoreClrPal) target_link_libraries(paltest_swprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt index ea9e81162b39..36551f7b4ead 100644 --- a/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swprintf_test9 CoreClrPal) target_link_libraries(paltest_swprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt index d7dbdeac7470..db49c924bded 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test1 CoreClrPal) target_link_libraries(paltest_swscanf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt index 39c18b61bc75..a2458f39f908 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test10 CoreClrPal) target_link_libraries(paltest_swscanf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt index 9ff5eed291b9..ccade9a31ce4 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test11 CoreClrPal) target_link_libraries(paltest_swscanf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt index f92eb7ae7db0..fb504b387644 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test12 CoreClrPal) target_link_libraries(paltest_swscanf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt index 9ae6e53a225a..0d951c6ca16f 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test13 CoreClrPal) target_link_libraries(paltest_swscanf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt index 85d665a0c908..e7f84dc94c4b 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test14 CoreClrPal) target_link_libraries(paltest_swscanf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt index 1ac5f2c43ebc..cf6cd667567b 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test15 CoreClrPal) target_link_libraries(paltest_swscanf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt index f2b4958fa52a..18cd04f816eb 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test16 CoreClrPal) target_link_libraries(paltest_swscanf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt index a70cf47764ea..d3f2713f42a6 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test17 CoreClrPal) target_link_libraries(paltest_swscanf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt index 5940878a07fc..fe6050c053f5 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test2 CoreClrPal) target_link_libraries(paltest_swscanf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt index 7175f29f2b5e..50f0a6d0f19e 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test3 CoreClrPal) target_link_libraries(paltest_swscanf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt index 9d6850cec26b..cedb79626382 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test4 CoreClrPal) target_link_libraries(paltest_swscanf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt index 6ef376c11f6b..8419aa145997 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test5 CoreClrPal) target_link_libraries(paltest_swscanf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt index 89fdfbbbcc08..87da75a91b36 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test6 CoreClrPal) target_link_libraries(paltest_swscanf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt index 0c763830c017..6064de2a9165 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test7 CoreClrPal) target_link_libraries(paltest_swscanf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt index 21366ea0848f..15c05ba1f823 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test8 CoreClrPal) target_link_libraries(paltest_swscanf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt index 2d0e35159048..b137157d0190 100644 --- a/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/swscanf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_swscanf_test9 CoreClrPal) target_link_libraries(paltest_swscanf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt index 1cf852f65e1a..e04729f00cdd 100644 --- a/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/tan/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tan_test1 CoreClrPal) target_link_libraries(paltest_tan_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt index 8ad07d9c519c..513359560990 100644 --- a/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/tanh/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tanh_test1 CoreClrPal) target_link_libraries(paltest_tanh_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt index 573ef6f5eaf5..a77ad1004fd5 100644 --- a/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/time/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_time_test1 CoreClrPal) target_link_libraries(paltest_time_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt index c12e19321e27..0029a68118b5 100644 --- a/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/tolower/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tolower_test1 CoreClrPal) target_link_libraries(paltest_tolower_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt index f52705d49c38..cd9d03a47f94 100644 --- a/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/toupper/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_toupper_test1 CoreClrPal) target_link_libraries(paltest_toupper_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt index 19e6ee07e3d5..16d73757c866 100644 --- a/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/towlower/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_towlower_test1 CoreClrPal) target_link_libraries(paltest_towlower_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt index 18e85c50fede..36c15e6172c3 100644 --- a/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/towupper/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_towupper_test1 CoreClrPal) target_link_libraries(paltest_towupper_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt index bcb85d18cf4e..01db35801860 100644 --- a/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ungetc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ungetc_test1 CoreClrPal) target_link_libraries(paltest_ungetc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt index e15b2befdcf7..2296ec9ab859 100644 --- a/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/ungetc/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ungetc_test2 CoreClrPal) target_link_libraries(paltest_ungetc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt index c68965e7def9..eac18a5e035f 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test1 CoreClrPal) target_link_libraries(paltest_vfprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt index e124beae340e..1a1015d1d873 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test10 CoreClrPal) target_link_libraries(paltest_vfprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt index 64e7e290bcf4..73eaea153e2f 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test11 CoreClrPal) target_link_libraries(paltest_vfprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt index 8f1a550c2f8d..47342f054e1f 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test12 CoreClrPal) target_link_libraries(paltest_vfprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt index b0e334bbc0de..e34d07656d5e 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test13 CoreClrPal) target_link_libraries(paltest_vfprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt index 72282ed8f437..0b3557ed0401 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test14 CoreClrPal) target_link_libraries(paltest_vfprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt index 2c1a148b5b36..a740bad63ce5 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test15 CoreClrPal) target_link_libraries(paltest_vfprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt index e62a57dc60de..ac6bdf2ccf43 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test16 CoreClrPal) target_link_libraries(paltest_vfprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt index 5ea2a0a56dd0..5bad536ed043 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test17 CoreClrPal) target_link_libraries(paltest_vfprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt index c30168b1b586..1db7d234e26e 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test18 CoreClrPal) target_link_libraries(paltest_vfprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt index 7bedd993359b..3c8b173aa5df 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test19 CoreClrPal) target_link_libraries(paltest_vfprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt index 7fd7e07f72ed..65542bc3de61 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test2 CoreClrPal) target_link_libraries(paltest_vfprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt index 7e421b64adea..e1de7c6e93f3 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test3 CoreClrPal) target_link_libraries(paltest_vfprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt index b7902433cc51..67e6b48fda84 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test4 CoreClrPal) target_link_libraries(paltest_vfprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt index 50fa2df8dba0..a5e999d23cef 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test5 CoreClrPal) target_link_libraries(paltest_vfprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt index d7ba1b4bb06f..564e7b46cf64 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test6 CoreClrPal) target_link_libraries(paltest_vfprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt index 9e3b8d3a04a2..8b7580e550bf 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test7 CoreClrPal) target_link_libraries(paltest_vfprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt index 36e46241e28f..8976c05d1ac0 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test8 CoreClrPal) target_link_libraries(paltest_vfprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt index 5119c111d329..8b5fc124f441 100644 --- a/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vfprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vfprintf_test9 CoreClrPal) target_link_libraries(paltest_vfprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt index 88118751fd96..39cd3a4be0e9 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test1 CoreClrPal) target_link_libraries(paltest_vprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt index ad88646c4bd4..cec0c26673cb 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test10 CoreClrPal) target_link_libraries(paltest_vprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt index 90f2a06efd90..baacd6650848 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test11 CoreClrPal) target_link_libraries(paltest_vprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt index 842fea2fd84f..eb4c0dc0c200 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test12 CoreClrPal) target_link_libraries(paltest_vprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt index 83301ec9e699..0964d8370a4a 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test13 CoreClrPal) target_link_libraries(paltest_vprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt index 60629b6006d5..9db0e4811d02 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test14 CoreClrPal) target_link_libraries(paltest_vprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt index 20d9090c0335..14f645761f1f 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test15 CoreClrPal) target_link_libraries(paltest_vprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt index c18296bfce6f..d2283ce237b8 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test16 CoreClrPal) target_link_libraries(paltest_vprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt index 0b010089f32c..7fc680fe890e 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test17 CoreClrPal) target_link_libraries(paltest_vprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt index 513019067a62..c394cf4a4b91 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test18 CoreClrPal) target_link_libraries(paltest_vprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt index 1ee388b878f3..b073efaf2fdd 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test19 CoreClrPal) target_link_libraries(paltest_vprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt index f29f08c9badb..e5eb65974d81 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test2 CoreClrPal) target_link_libraries(paltest_vprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt index 35c3d2dd69f9..cde1fc5b8cd0 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test3 CoreClrPal) target_link_libraries(paltest_vprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt index 1bc5ec107d2f..5ed1d19bf2b1 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test4 CoreClrPal) target_link_libraries(paltest_vprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt index 5e95e7bad14e..3327260ffcd7 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test5 CoreClrPal) target_link_libraries(paltest_vprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt index c89b2824ea58..00458b30bc95 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test6 CoreClrPal) target_link_libraries(paltest_vprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt index 8b65e5722d82..25a5281fb8ae 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test7 CoreClrPal) target_link_libraries(paltest_vprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt index 91e85cf1e78d..fe72d60ea0cb 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test8 CoreClrPal) target_link_libraries(paltest_vprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt index ec86169533eb..4a666f79683a 100644 --- a/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vprintf_test9 CoreClrPal) target_link_libraries(paltest_vprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt index 2810b87e939d..f883c609af4a 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test1 CoreClrPal) target_link_libraries(paltest_vsprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt index 7abfc22fbfbc..5ed1f554449e 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test10 CoreClrPal) target_link_libraries(paltest_vsprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt index ffdebe6872ad..58ca156e2c76 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test11 CoreClrPal) target_link_libraries(paltest_vsprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt index 5da279135490..fb23f35d2177 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test12 CoreClrPal) target_link_libraries(paltest_vsprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt index 849003fb6320..f7d054ac7a23 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test13 CoreClrPal) target_link_libraries(paltest_vsprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt index 30f37fb60577..9e5f85db1f66 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test14 CoreClrPal) target_link_libraries(paltest_vsprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt index 052202568670..f71427ead2d0 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test15 CoreClrPal) target_link_libraries(paltest_vsprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt index e92b42a961ba..2f7d29e170df 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test16 CoreClrPal) target_link_libraries(paltest_vsprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt index 9505b473f269..973782ebffaf 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test17 CoreClrPal) target_link_libraries(paltest_vsprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt index db03031f33a4..ad873ce29e9d 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test18 CoreClrPal) target_link_libraries(paltest_vsprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt index a9f2017d405c..bf40c5b4035b 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test19 CoreClrPal) target_link_libraries(paltest_vsprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt index f13eeb72fa11..8c92004f45af 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test2 CoreClrPal) target_link_libraries(paltest_vsprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt index d951436d1e2b..899620759155 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test3 CoreClrPal) target_link_libraries(paltest_vsprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt index 1a717a771d12..2b53ab900232 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test4 CoreClrPal) target_link_libraries(paltest_vsprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt index 120f92bfb2d3..dfd7c200b422 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test5 CoreClrPal) target_link_libraries(paltest_vsprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt index d9f17ce046cc..d69013ec15dd 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test6 CoreClrPal) target_link_libraries(paltest_vsprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt index 47245a6cd784..31a41e953940 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test7 CoreClrPal) target_link_libraries(paltest_vsprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt index 1c99485599d0..f98c75e279ac 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test8 CoreClrPal) target_link_libraries(paltest_vsprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt index 6bb48cf726dc..eac92cc0ed22 100644 --- a/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vsprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vsprintf_test9 CoreClrPal) target_link_libraries(paltest_vsprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt index f0d3a262ec6f..67e85f6a5a3a 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test1 CoreClrPal) target_link_libraries(paltest_vswprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt index fc86f486bbb8..af32fbb9dc66 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test10 CoreClrPal) target_link_libraries(paltest_vswprintf_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt index 8366805f22bc..5e4fffdcc89e 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test11 CoreClrPal) target_link_libraries(paltest_vswprintf_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt index a290bb55710d..89535ed912bf 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test12 CoreClrPal) target_link_libraries(paltest_vswprintf_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt index 176fe90c3b85..88acdf733a09 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test13 CoreClrPal) target_link_libraries(paltest_vswprintf_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt index 2860ca31f018..4b1c05d0b538 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test14 CoreClrPal) target_link_libraries(paltest_vswprintf_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt index 3b2846be1a33..a22d358238a7 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test15 CoreClrPal) target_link_libraries(paltest_vswprintf_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt index b50d423d87ac..e4f77124ee23 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test16 CoreClrPal) target_link_libraries(paltest_vswprintf_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt index 3ede0477a4d8..5942949f9c41 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test17 CoreClrPal) target_link_libraries(paltest_vswprintf_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt index 070c49b9a026..5bc0627ebc95 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test18 CoreClrPal) target_link_libraries(paltest_vswprintf_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt index 9e8797d81627..954f48eae8b0 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test19 CoreClrPal) target_link_libraries(paltest_vswprintf_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt index dc0731d704d2..e5d57a6d736c 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test2 CoreClrPal) target_link_libraries(paltest_vswprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt index 0118424da382..cc870fb8faa9 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test3 CoreClrPal) target_link_libraries(paltest_vswprintf_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt index feabb91653a4..986464e64f46 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test4 CoreClrPal) target_link_libraries(paltest_vswprintf_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt index de3b3defafb6..e04d5907dd25 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test5 CoreClrPal) target_link_libraries(paltest_vswprintf_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt index 42abbd54325d..c7fbaae1a096 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test6 CoreClrPal) target_link_libraries(paltest_vswprintf_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt index 72e2c82e68a6..0654563500d9 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test7 CoreClrPal) target_link_libraries(paltest_vswprintf_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt index 1fe498a52d11..269671f12f8b 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test8 CoreClrPal) target_link_libraries(paltest_vswprintf_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt index 706a89fe1345..d6f00e056d12 100644 --- a/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/vswprintf/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_vswprintf_test9 CoreClrPal) target_link_libraries(paltest_vswprintf_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt index 7439947f7f54..b5c11beb15b7 100644 --- a/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcscat/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcscat_test1 CoreClrPal) target_link_libraries(paltest_wcscat_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt index aff2ac4681c0..e0f201b3dede 100644 --- a/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcschr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcschr_test1 CoreClrPal) target_link_libraries(paltest_wcschr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt index 7c100552c12c..798649909794 100644 --- a/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcscmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcscmp_test1 CoreClrPal) target_link_libraries(paltest_wcscmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt index 2baee184947a..d877571a7d61 100644 --- a/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcscpy/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcscpy_test1 CoreClrPal) target_link_libraries(paltest_wcscpy_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt index b3bca93846d4..9fa267a63edd 100644 --- a/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcslen/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcslen_test1 CoreClrPal) target_link_libraries(paltest_wcslen_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt index d3575ccbef04..657deaf46a90 100644 --- a/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcsncat/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsncat_test1 CoreClrPal) target_link_libraries(paltest_wcsncat_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt index 46457b9769ac..8517ad24bb9f 100644 --- a/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsncmp_test1 CoreClrPal) target_link_libraries(paltest_wcsncmp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt index 677602709522..1f192eb674b5 100644 --- a/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsncpy_test1 CoreClrPal) target_link_libraries(paltest_wcsncpy_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt index bb5016683a05..68aca76797bf 100644 --- a/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcspbrk_test1 CoreClrPal) target_link_libraries(paltest_wcspbrk_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt index 1ec1e581cc61..4b4afb324629 100644 --- a/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsrchr_test1 CoreClrPal) target_link_libraries(paltest_wcsrchr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt index b5179a9aa42c..1e6155bbc20b 100644 --- a/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcsstr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcsstr_test1 CoreClrPal) target_link_libraries(paltest_wcsstr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt index 296b2e1f4179..0c5b692951ab 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstod/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstod_test1 CoreClrPal) target_link_libraries(paltest_wcstod_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt index fc624cb5dad3..c078d061917f 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstod/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstod_test2 CoreClrPal) target_link_libraries(paltest_wcstod_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt index b10d11756a61..b93000acefce 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstok/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstok_test1 CoreClrPal) target_link_libraries(paltest_wcstok_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt index cdbe7bf794ca..4c726c1163c7 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test1 CoreClrPal) target_link_libraries(paltest_wcstol_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt index 3ba1843a54d7..ac4f4f67ed9e 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test2 CoreClrPal) target_link_libraries(paltest_wcstol_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt index 8c97daba7e74..7e7d47645a6b 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test3 CoreClrPal) target_link_libraries(paltest_wcstol_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt index ae83e3b21a84..2b5e45298f93 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test4 CoreClrPal) target_link_libraries(paltest_wcstol_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt index 9073f2e04d2f..3107f63bb0ea 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test5 CoreClrPal) target_link_libraries(paltest_wcstol_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt index b0dd3f66d6df..90248441b376 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstol/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstol_test6 CoreClrPal) target_link_libraries(paltest_wcstol_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt index ac1295f3ac10..e71f0c9123b8 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test1 CoreClrPal) target_link_libraries(paltest_wcstoul_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt index 9cc208bbc6fc..e13b4fe9d81c 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test2 CoreClrPal) target_link_libraries(paltest_wcstoul_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt index 44479c7ead41..cf12bee4eb4e 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test3 CoreClrPal) target_link_libraries(paltest_wcstoul_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt index f66552ee0a91..4aac3d648bcb 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test4 CoreClrPal) target_link_libraries(paltest_wcstoul_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt index 5fe4e95bc5d0..4ac6d211f531 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test5 CoreClrPal) target_link_libraries(paltest_wcstoul_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt index 7d375d3053c1..dee0f47151ba 100644 --- a/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wcstoul/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wcstoul_test6 CoreClrPal) target_link_libraries(paltest_wcstoul_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt index d2ccd92bd0a4..90db0acd7f4f 100644 --- a/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wprintf/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wprintf_test1 CoreClrPal) target_link_libraries(paltest_wprintf_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt index 99e9b6652a1f..1cc211962be5 100644 --- a/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/c_runtime/wprintf/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wprintf_test2 CoreClrPal) target_link_libraries(paltest_wprintf_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt index a108e0b9d1d9..9c38c717b616 100644 --- a/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt +++ b/src/pal/tests/palsuite/composite/synchronization/criticalsection/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_synchronization_criticalsection CoreClrPal) target_link_libraries(paltest_synchronization_criticalsection pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt index 109deab721d4..7c60be3a90fd 100644 --- a/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt +++ b/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/CMakeLists.txt @@ -16,7 +16,6 @@ add_dependencies(paltest_synchronization_nativecriticalsection CoreClrPal) target_link_libraries(paltest_synchronization_nativecriticalsection pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt b/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt index 89c006fa967b..f1944b790ac5 100644 --- a/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt +++ b/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/CMakeLists.txt @@ -17,7 +17,6 @@ add_dependencies(paltest_synchronization_nativecs_interlocked CoreClrPal) target_link_libraries(paltest_synchronization_nativecs_interlocked pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt b/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt index 1313b8f50731..153e9888b076 100644 --- a/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt +++ b/src/pal/tests/palsuite/composite/threading/threadsuspension/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_threading_threadsuspension CoreClrPal) target_link_libraries(paltest_threading_threadsuspension pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt b/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt index 9b1e903026bb..b241fb135639 100644 --- a/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt +++ b/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_threading_threadsuspension_switchthread CoreClrPal) target_link_libraries(paltest_threading_threadsuspension_switchthread pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt index dcc1730a4c4d..4b6466d6627a 100644 --- a/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/DebugBreak/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_debugbreak_test1 CoreClrPal) target_link_libraries(paltest_debugbreak_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt index d62bd88ce038..0a262f3ab8d8 100644 --- a/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_outputdebugstringa_test1 CoreClrPal) target_link_libraries(paltest_outputdebugstringa_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_outputdebugstringa_test1_helper CoreClrPal) target_link_libraries(paltest_outputdebugstringa_test1_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt index 1a4bd18185e5..6bcd68ae1eb9 100644 --- a/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_outputdebugstringw_test1 CoreClrPal) target_link_libraries(paltest_outputdebugstringw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt index d0c01b5f0e14..84fb65cc874f 100644 --- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writeprocessmemory_test1 CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_writeprocessmemory_test1_helper CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test1_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt index cb61463cd356..21435efdc36e 100644 --- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writeprocessmemory_test3 CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test3 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_writeprocessmemory_test3_helper CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test3_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt index c083105362ca..b30b99aaec27 100644 --- a/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writeprocessmemory_test4 CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test4 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_writeprocessmemory_test4_helper CoreClrPal) target_link_libraries(paltest_writeprocessmemory_test4_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt index 7c5617f77f0a..080e18fbf233 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_test1 CoreClrPal) target_link_libraries(paltest_pal_except_filter_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt index 6db7c2d9f0d4..568ef8427fec 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_test2 CoreClrPal) target_link_libraries(paltest_pal_except_filter_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt index c21b60a288fc..d923a03d4fce 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_test3 CoreClrPal) target_link_libraries(paltest_pal_except_filter_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt index e4f9d3a5aff6..94ac1d13c586 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_ex_test1 CoreClrPal) target_link_libraries(paltest_pal_except_filter_ex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt index bd4970384601..b98c61d57aee 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_ex_test2 CoreClrPal) target_link_libraries(paltest_pal_except_filter_ex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt index a009bb562cfb..6123cf85db91 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_filter_ex_test3 CoreClrPal) target_link_libraries(paltest_pal_except_filter_ex_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt index e28f93d48bad..9495cce6f366 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_getbottommostregistration_test1 CoreClrPal) target_link_libraries(paltest_pal_getbottommostregistration_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt index cbd1f9a75133..efdd4755c34a 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_GetBottommostRegistration/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_getbottommostregistration_test2 CoreClrPal) target_link_libraries(paltest_pal_getbottommostregistration_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt index 140f9f020fe9..d43c4328dce3 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_except_test1 CoreClrPal) target_link_libraries(paltest_pal_try_except_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt index d9fe3cbec718..f3ec130718e1 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_except_test2 CoreClrPal) target_link_libraries(paltest_pal_try_except_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt index 075c955e8a9a..9127f041e9d0 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_except_ex_test1 CoreClrPal) target_link_libraries(paltest_pal_try_except_ex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt index 0a158ce70cbe..574b4c4bfff1 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_except_ex_test2 CoreClrPal) target_link_libraries(paltest_pal_try_except_ex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt index 2582cae7db2e..f546bfa61bea 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_except_ex_test3 CoreClrPal) target_link_libraries(paltest_pal_try_except_ex_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt index defa94a0ff63..bd084f2e8cc2 100644 --- a/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_try_leave_finally_test1 CoreClrPal) target_link_libraries(paltest_pal_try_leave_finally_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt index 8fce21da7e0a..48a7d44d79d3 100644 --- a/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_raiseexception_test1 CoreClrPal) target_link_libraries(paltest_raiseexception_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt index 634edb84b05e..fbb9a60a9880 100644 --- a/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_raiseexception_test2 CoreClrPal) target_link_libraries(paltest_raiseexception_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt index 6615905841d4..c176afcae43f 100644 --- a/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/RaiseException/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_raiseexception_test3 CoreClrPal) target_link_libraries(paltest_raiseexception_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt index a6198382a7d0..221a29ae6fe2 100644 --- a/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/SetUnhandledExceptionFilter/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setunhandledexceptionfilter_test1 CoreClrPal) target_link_libraries(paltest_setunhandledexceptionfilter_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt index 125974dd269b..e425329bbf82 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test1 CoreClrPal) target_link_libraries(paltest_pal_except_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt index 6d9009845d05..3eba6debc65a 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test2 CoreClrPal) target_link_libraries(paltest_pal_except_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt index ca49d99d70c8..428d7efe0867 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test3 CoreClrPal) target_link_libraries(paltest_pal_except_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt index d8d026369c5b..b16699f57540 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test4 CoreClrPal) target_link_libraries(paltest_pal_except_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt index c4dde008361b..14b7e7945f80 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test5 CoreClrPal) target_link_libraries(paltest_pal_except_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt index 6e42a5ce0162..ff024c80334f 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test6 CoreClrPal) target_link_libraries(paltest_pal_except_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt index 948891a8612c..0d106ce4d94f 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_except/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_except_test7 CoreClrPal) target_link_libraries(paltest_pal_except_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt b/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt index 80fc40cc4cc1..c8b3243c5a5b 100644 --- a/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/exception_handling/pal_finally/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_finally_test1 CoreClrPal) target_link_libraries(paltest_pal_finally_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt index 10a57f9d45c7..f44c68ba7dd3 100644 --- a/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/AreFileApisANSI/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_arefileapisansi_test1 CoreClrPal) target_link_libraries(paltest_arefileapisansi_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt index 57abe724f6a8..d0161b91acaa 100644 --- a/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CompareFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_comparefiletime_test1 CoreClrPal) target_link_libraries(paltest_comparefiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt index f7f547d267d1..c05336f5c5df 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilea_test1 CoreClrPal) target_link_libraries(paltest_copyfilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt index 094c9cf63b93..b33a0b35b8e2 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilea_test2 CoreClrPal) target_link_libraries(paltest_copyfilea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt index 4632db1c2ed1..fa29fd5eaee0 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilea_test3 CoreClrPal) target_link_libraries(paltest_copyfilea_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt index f7c2ed176ee5..a56c265e8684 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilea_test4 CoreClrPal) target_link_libraries(paltest_copyfilea_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt index c29bf8e49449..cf2e9034e1d7 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilew_test1 CoreClrPal) target_link_libraries(paltest_copyfilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt index 8e49f80c644b..71457c260999 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilew_test2 CoreClrPal) target_link_libraries(paltest_copyfilew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt index 9b0d1f2fa3d4..2fb4e1d2e2b4 100644 --- a/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CopyFileW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_copyfilew_test3 CoreClrPal) target_link_libraries(paltest_copyfilew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt index 558d8504db5e..6f604d58fc5f 100644 --- a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createdirectorya_test1 CoreClrPal) target_link_libraries(paltest_createdirectorya_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt index b10e7ef742f8..90059c84f1a2 100644 --- a/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateDirectoryA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createdirectorya_test2 CoreClrPal) target_link_libraries(paltest_createdirectorya_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt index 9ee374ef4718..1806dd6b195b 100644 --- a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createdirectoryw_test1 CoreClrPal) target_link_libraries(paltest_createdirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt index f3b7a95b7d87..20ecf3e821aa 100644 --- a/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateDirectoryW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createdirectoryw_test2 CoreClrPal) target_link_libraries(paltest_createdirectoryw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt index 3341f27c2e8d..3ad742c19726 100644 --- a/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilea_test1 CoreClrPal) target_link_libraries(paltest_createfilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt index 6bde4fadd340..7367859a456f 100644 --- a/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/CreateFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilew_test1 CoreClrPal) target_link_libraries(paltest_createfilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt index 055737cb2b6d..859bc7df691a 100644 --- a/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DeleteFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_deletefilea_test1 CoreClrPal) target_link_libraries(paltest_deletefilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt index e0d47449c4eb..0458ec4ce925 100644 --- a/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DeleteFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_deletefilew_test1 CoreClrPal) target_link_libraries(paltest_deletefilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test1/CMakeLists.txt index 170164baf92b..fff232939dfe 100644 --- a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_dosdatetimetofiletime_test1 CoreClrPal) target_link_libraries(paltest_dosdatetimetofiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test2/CMakeLists.txt index e33727cb5c87..b985cd61a3d9 100644 --- a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_dosdatetimetofiletime_test2 CoreClrPal) target_link_libraries(paltest_dosdatetimetofiletime_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test3/CMakeLists.txt index c29a201ef6b6..23efedb19cb7 100644 --- a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_dosdatetimetofiletime_test3 CoreClrPal) target_link_libraries(paltest_dosdatetimetofiletime_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test4/CMakeLists.txt index cdfa220745fe..0679bcd8e810 100644 --- a/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/DosDateTimeToFileTime/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_dosdatetimetofiletime_test4 CoreClrPal) target_link_libraries(paltest_dosdatetimetofiletime_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt index 23d3d3b03acf..9a9365318191 100644 --- a/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FileTimeToDosDateTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_filetimetodosdatetime_test1 CoreClrPal) target_link_libraries(paltest_filetimetodosdatetime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FileTimeToLocalFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FileTimeToLocalFileTime/test1/CMakeLists.txt index 4fb0f814ec0a..7bbaacb72838 100644 --- a/src/pal/tests/palsuite/file_io/FileTimeToLocalFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FileTimeToLocalFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_filetimetolocalfiletime_test1 CoreClrPal) target_link_libraries(paltest_filetimetolocalfiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt index 046ed2f20ceb..e50c58590632 100644 --- a/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindClose/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findclose_test1 CoreClrPal) target_link_libraries(paltest_findclose_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt index 5e69b724195a..4f998e3640e8 100644 --- a/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findfirstfilea_test1 CoreClrPal) target_link_libraries(paltest_findfirstfilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt index b6e817115914..9fe7a3e27a76 100644 --- a/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findfirstfilew_test1 CoreClrPal) target_link_libraries(paltest_findfirstfilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt index b85e118727c9..05f9bb8ffa26 100644 --- a/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindNextFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findnextfilea_test1 CoreClrPal) target_link_libraries(paltest_findnextfilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt index d80926c47f72..50edf9e15802 100644 --- a/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindNextFileA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findnextfilea_test2 CoreClrPal) target_link_libraries(paltest_findnextfilea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt index 36772d1dbd33..103ac84246f0 100644 --- a/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindNextFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findnextfilew_test1 CoreClrPal) target_link_libraries(paltest_findnextfilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt index d07295d61900..6143b338b0b8 100644 --- a/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FindNextFileW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_findnextfilew_test2 CoreClrPal) target_link_libraries(paltest_findnextfilew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt index 2bea2cee1b79..d52c0942073f 100644 --- a/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_flushfilebuffers_test1 CoreClrPal) target_link_libraries(paltest_flushfilebuffers_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt index 1eaf25e268aa..e4b4152b0513 100644 --- a/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetConsoleCP/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getconsolecp_test1 CoreClrPal) target_link_libraries(paltest_getconsolecp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt index b3340001d14b..92af9c8f88fb 100644 --- a/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getconsoleoutputcp_test1 CoreClrPal) target_link_libraries(paltest_getconsoleoutputcp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt index 4239d1c28941..824140978705 100644 --- a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentdirectorya_test1 CoreClrPal) target_link_libraries(paltest_getcurrentdirectorya_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt index c55ec0710ee4..4db18f5779b3 100644 --- a/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentdirectoryw_test1 CoreClrPal) target_link_libraries(paltest_getcurrentdirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt index 8b8b4dc70e0b..e40b67145790 100644 --- a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getdiskfreespacew_test1 CoreClrPal) target_link_libraries(paltest_getdiskfreespacew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt index e73ac391f0d6..e025a0ef5002 100644 --- a/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetDiskFreeSpaceW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getdiskfreespacew_test2 CoreClrPal) target_link_libraries(paltest_getdiskfreespacew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt index b740b02e9e96..d6905f996e6e 100644 --- a/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfileattributesa_test1 CoreClrPal) target_link_libraries(paltest_getfileattributesa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt index 83260838ca56..4f07eaf9d2ec 100644 --- a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfileattributesexw_test1 CoreClrPal) target_link_libraries(paltest_getfileattributesexw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt index 6df9f388adae..19c4e4ff837e 100644 --- a/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfileattributesexw_test2 CoreClrPal) target_link_libraries(paltest_getfileattributesexw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt index 4bc56d346f18..6c9e8ced5da3 100644 --- a/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfileattributesw_test1 CoreClrPal) target_link_libraries(paltest_getfileattributesw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt index 890f59af77da..d6756d54d98c 100644 --- a/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileSize/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfilesize_test1 CoreClrPal) target_link_libraries(paltest_getfilesize_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt index aaa3654dccc8..1ec99b31c597 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test1 CoreClrPal) target_link_libraries(paltest_getfiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt index 96a87b24af3d..855f23e97f58 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test2 CoreClrPal) target_link_libraries(paltest_getfiletime_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt index 4fae394b890f..ee866c0cb2a4 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test3 CoreClrPal) target_link_libraries(paltest_getfiletime_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt index aaf47b72a1cb..8b7fc26bf1e9 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test4 CoreClrPal) target_link_libraries(paltest_getfiletime_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt index b8ff874c7095..38dec7a9eee2 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test5 CoreClrPal) target_link_libraries(paltest_getfiletime_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt index eff5ea8c6129..9916862a94e6 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test6 CoreClrPal) target_link_libraries(paltest_getfiletime_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt index 3db08ba5a203..418be0689ee0 100644 --- a/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileTime/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletime_test7 CoreClrPal) target_link_libraries(paltest_getfiletime_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt index edc1a46cd40c..68523c16aea2 100644 --- a/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileType/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletype_test1 CoreClrPal) target_link_libraries(paltest_getfiletype_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt index 1ff2db365daf..c77e627cdf24 100644 --- a/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileType/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletype_test2 CoreClrPal) target_link_libraries(paltest_getfiletype_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt index 1934e288d9e0..5c377fff899d 100644 --- a/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFileType/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfiletype_test3 CoreClrPal) target_link_libraries(paltest_getfiletype_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt index 369429a8b53b..7f02fb5266df 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamea_test1 CoreClrPal) target_link_libraries(paltest_getfullpathnamea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt index 9d51399e7873..decc21421421 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamea_test2 CoreClrPal) target_link_libraries(paltest_getfullpathnamea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt index 1aa5548c3c7a..19a868c09171 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamea_test3 CoreClrPal) target_link_libraries(paltest_getfullpathnamea_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt index eee7f986c4ad..2761de5c4ff4 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamea_test4 CoreClrPal) target_link_libraries(paltest_getfullpathnamea_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt index 64248fa61460..e0b1549bb897 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamew_test1 CoreClrPal) target_link_libraries(paltest_getfullpathnamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt index f7dfc558449d..14b81fea4891 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamew_test2 CoreClrPal) target_link_libraries(paltest_getfullpathnamew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt index 04b447c82a0c..3e005f6b8f4c 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamew_test3 CoreClrPal) target_link_libraries(paltest_getfullpathnamew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt index 8760cf1c4714..b0acf9ab7d04 100644 --- a/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getfullpathnamew_test4 CoreClrPal) target_link_libraries(paltest_getfullpathnamew_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt index f98b16954243..973ebaaec275 100644 --- a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getlongpathnamew_test1 CoreClrPal) target_link_libraries(paltest_getlongpathnamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt index 9513babfa823..7cff7dce9a7f 100644 --- a/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetLongPathNameW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getlongpathnamew_test2 CoreClrPal) target_link_libraries(paltest_getlongpathnamew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt index 673e9d35c0a9..3dfe473d4671 100644 --- a/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetStdHandle/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getstdhandle_test1 CoreClrPal) target_link_libraries(paltest_getstdhandle_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt index d652dd8b1048..7fbf04a51b08 100644 --- a/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetStdHandle/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getstdhandle_test2 CoreClrPal) target_link_libraries(paltest_getstdhandle_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt index d9a2cee3f1a7..993a88f11dfb 100644 --- a/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetSystemTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getsystemtime_test1 CoreClrPal) target_link_libraries(paltest_getsystemtime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt index 374c35565abf..03efa210328f 100644 --- a/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getsystemtimeasfiletime_test1 CoreClrPal) target_link_libraries(paltest_getsystemtimeasfiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt index 0c64c036ecfa..3e2fb1222d30 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamea_test1 CoreClrPal) target_link_libraries(paltest_gettempfilenamea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt index be211e8c4be0..3fac127540c0 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamea_test2 CoreClrPal) target_link_libraries(paltest_gettempfilenamea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt index 5bcf38c03c2e..00a8e73f0d22 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamea_test3 CoreClrPal) target_link_libraries(paltest_gettempfilenamea_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt index 70c5db31f7ab..99eef3b747fe 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamew_test1 CoreClrPal) target_link_libraries(paltest_gettempfilenamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt index 4553e107ef95..2afba5fb1458 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamew_test2 CoreClrPal) target_link_libraries(paltest_gettempfilenamew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt index 4c42c9273ae9..03cc59931ea7 100644 --- a/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettempfilenamew_test3 CoreClrPal) target_link_libraries(paltest_gettempfilenamew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt index 3907ea0c27ef..c8d895874fab 100644 --- a/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/GetTempPathW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettemppathw_test1 CoreClrPal) target_link_libraries(paltest_gettemppathw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test1/CMakeLists.txt index 0777a1b20947..c9ff2223a094 100644 --- a/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localfiletimetofiletime_test1 CoreClrPal) target_link_libraries(paltest_localfiletimetofiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test2/CMakeLists.txt index 0e96c979f384..712c5a321ab1 100644 --- a/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/LocalFileTimeToFileTime/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localfiletimetofiletime_test2 CoreClrPal) target_link_libraries(paltest_localfiletimetofiletime_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt index 6e7d155ca199..495ffcc0e70b 100644 --- a/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/MoveFileA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_movefilea_test1 CoreClrPal) target_link_libraries(paltest_movefilea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt index 4eddf8d492e5..febc25acddeb 100644 --- a/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/MoveFileExA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_movefileexa_test1 CoreClrPal) target_link_libraries(paltest_movefileexa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt index 8a1b3e690844..65c9fa31959f 100644 --- a/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/MoveFileExW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_movefileexw_test1 CoreClrPal) target_link_libraries(paltest_movefileexw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt index eef02eb90ac2..103034c61eb0 100644 --- a/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/MoveFileW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_movefilew_test1 CoreClrPal) target_link_libraries(paltest_movefilew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt index a823fd0e0363..9c99b8f4b9ae 100644 --- a/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/ReadFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readfile_test1 CoreClrPal) target_link_libraries(paltest_readfile_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt index d7a5ff35510f..c32c8f6a4178 100644 --- a/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/ReadFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readfile_test2 CoreClrPal) target_link_libraries(paltest_readfile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt index f77245f76063..6c7b0196994a 100644 --- a/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/ReadFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readfile_test3 CoreClrPal) target_link_libraries(paltest_readfile_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt index 90240bbfe646..d5010d75c805 100644 --- a/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/ReadFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readfile_test4 CoreClrPal) target_link_libraries(paltest_readfile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt index 9e84665f5e64..e0dc1c332a70 100644 --- a/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/RemoveDirectoryA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_removedirectorya_test1 CoreClrPal) target_link_libraries(paltest_removedirectorya_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt index 1170f5abe7d6..210ce38c4dab 100644 --- a/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/RemoveDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_removedirectoryw_test1 CoreClrPal) target_link_libraries(paltest_removedirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt index 9bf78a6c00b8..e684d59de20f 100644 --- a/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SearchPathA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_searchpatha_test1 CoreClrPal) target_link_libraries(paltest_searchpatha_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt index 47ddc1ef5f30..c2b5a3853a70 100644 --- a/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SearchPathW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_searchpathw_test1 CoreClrPal) target_link_libraries(paltest_searchpathw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt index 98aef27524e3..a04266fb7ad2 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectorya_test1 CoreClrPal) target_link_libraries(paltest_setcurrentdirectorya_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt index 6581694df321..da7b47c57b77 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectorya_test2 CoreClrPal) target_link_libraries(paltest_setcurrentdirectorya_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt index 4813528a5a1d..be17b9b09dba 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectorya_test3 CoreClrPal) target_link_libraries(paltest_setcurrentdirectorya_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt index 4f9323a59eb4..4a3f93ccd1fc 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectoryw_test1 CoreClrPal) target_link_libraries(paltest_setcurrentdirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt index 34356330f3e4..70b06b212a25 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectoryw_test2 CoreClrPal) target_link_libraries(paltest_setcurrentdirectoryw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt index 8ddef2950ea2..2f6bdbd965fa 100644 --- a/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetCurrentDirectoryW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setcurrentdirectoryw_test3 CoreClrPal) target_link_libraries(paltest_setcurrentdirectoryw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt index 985eb34687c4..e69724f520e5 100644 --- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setendoffile_test1 CoreClrPal) target_link_libraries(paltest_setendoffile_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt index 3f0e36b9d495..3ecd81943893 100644 --- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setendoffile_test2 CoreClrPal) target_link_libraries(paltest_setendoffile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt index 156cdedcca27..74c767cd6f87 100644 --- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setendoffile_test3 CoreClrPal) target_link_libraries(paltest_setendoffile_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt index e969d934f16b..1587ae65c086 100644 --- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setendoffile_test4 CoreClrPal) target_link_libraries(paltest_setendoffile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt index 4551a4c4c1a3..94a6d72bf96d 100644 --- a/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setendoffile_test5 CoreClrPal) target_link_libraries(paltest_setendoffile_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt index 2a50a8c3c56c..18c71ccb37b0 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesa_test1 CoreClrPal) target_link_libraries(paltest_setfileattributesa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt index c604527056f2..d54a4f5a07c5 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesa_test2 CoreClrPal) target_link_libraries(paltest_setfileattributesa_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt index fafb9fdcb143..880d2392d632 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesa_test3 CoreClrPal) target_link_libraries(paltest_setfileattributesa_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt index 5a013bb9ab5f..f837acbcee8b 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesa_test4 CoreClrPal) target_link_libraries(paltest_setfileattributesa_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt index 08fbec0d87e3..9f65aa16f45d 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesw_test1 CoreClrPal) target_link_libraries(paltest_setfileattributesw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt index 5a728a9b80d0..40d2d90e2804 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesw_test2 CoreClrPal) target_link_libraries(paltest_setfileattributesw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt index b3f201e62598..39c45099b7ab 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesw_test3 CoreClrPal) target_link_libraries(paltest_setfileattributesw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt index 94536bb2e5a4..30e7183fa911 100644 --- a/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileAttributesW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfileattributesw_test4 CoreClrPal) target_link_libraries(paltest_setfileattributesw_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt index efaafa034de2..f442dd884a8f 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test1 CoreClrPal) target_link_libraries(paltest_setfilepointer_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt index ce9d96099311..6b3e9f0a53e5 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test2 CoreClrPal) target_link_libraries(paltest_setfilepointer_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt index 6a3e229b662c..c2885bbb3274 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test3 CoreClrPal) target_link_libraries(paltest_setfilepointer_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt index 2a99351842fe..4134642f4a03 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test4 CoreClrPal) target_link_libraries(paltest_setfilepointer_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt index 0327b79714a9..b9dd7269627c 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test5 CoreClrPal) target_link_libraries(paltest_setfilepointer_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt index bd395bab7691..ff36462d88e4 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test6 CoreClrPal) target_link_libraries(paltest_setfilepointer_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt index ba06e04afcca..516d1375dc0a 100644 --- a/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFilePointer/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfilepointer_test7 CoreClrPal) target_link_libraries(paltest_setfilepointer_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt index 6d5fa1e2b299..b5bb54482732 100644 --- a/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileTime/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfiletime_test1 CoreClrPal) target_link_libraries(paltest_setfiletime_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt index 6ac4578b15a5..ac7d0891ff1c 100644 --- a/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileTime/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfiletime_test2 CoreClrPal) target_link_libraries(paltest_setfiletime_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt index c2d62e8041df..0c754183cf09 100644 --- a/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileTime/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfiletime_test3 CoreClrPal) target_link_libraries(paltest_setfiletime_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt index 1c8601dcd46b..a904c3491452 100644 --- a/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/SetFileTime/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setfiletime_test4 CoreClrPal) target_link_libraries(paltest_setfiletime_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt index 5c3f5b48b376..81f2b3c17812 100644 --- a/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/WriteFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writefile_test1 CoreClrPal) target_link_libraries(paltest_writefile_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt index 26580d6e9bdc..3ed3bedc2c15 100644 --- a/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/WriteFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writefile_test2 CoreClrPal) target_link_libraries(paltest_writefile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt index 0d68b7a30ef2..2bbf4db98b76 100644 --- a/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/WriteFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writefile_test3 CoreClrPal) target_link_libraries(paltest_writefile_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt index a8ec12184c4f..6383e525da3c 100644 --- a/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/WriteFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writefile_test4 CoreClrPal) target_link_libraries(paltest_writefile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt index 338ee3520dbe..82df104aca8a 100644 --- a/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/WriteFile/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_writefile_test5 CoreClrPal) target_link_libraries(paltest_writefile_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt index 86e5bd9e8d3a..0be8c55afb1c 100644 --- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errorpathnotfound_test1 CoreClrPal) target_link_libraries(paltest_errorpathnotfound_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt index d5762907e3d2..30a26f7b9345 100644 --- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errorpathnotfound_test2 CoreClrPal) target_link_libraries(paltest_errorpathnotfound_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt index 6ba09b5c0968..bda96c072208 100644 --- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errorpathnotfound_test3 CoreClrPal) target_link_libraries(paltest_errorpathnotfound_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt b/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt index 94706cc13f70..253406b10fff 100644 --- a/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/errorpathnotfound/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_errorpathnotfound_test4 CoreClrPal) target_link_libraries(paltest_errorpathnotfound_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt b/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt index 7815408adae5..e40dfbdcfc68 100644 --- a/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/file_io/gettemppatha/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettemppatha_test1 CoreClrPal) target_link_libraries(paltest_gettemppatha_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt index 3b9a441f0043..0cff265552bd 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test1 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt index 33a636aebb6d..22f8a8cb4459 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test3 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt index 3bda465c1413..b99495f31818 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test4 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt index caf8182ffe7f..db807956bb2c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test5 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt index c8f976073462..dd9bfafe0afe 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test6 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt index 2b2e30baf08c..8363b870d6a8 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test7 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt index b7cbe24c9d46..bd759c92472c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test8 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt index b3a3169c4049..f1602356aeb4 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingA/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappinga_test9 CoreClrPal) target_link_libraries(paltest_createfilemappinga_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt index 45017e78b88f..3f150fcfd5b1 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_createfilemapping_neg1 CoreClrPal) target_link_libraries(paltest_createfilemappingw_createfilemapping_neg1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt index 1cc42bd4c14a..b1a37b11105f 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test1 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt index 41b92511e735..8b43912916c0 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test2 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt index a13e07abce01..28618b8e142f 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test3 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt index 56d403fa216d..66080c35327a 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test4 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt index 779e8909b2e5..d4a70e00b558 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test5 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt index bf90ee50cf53..485316ef54b2 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test6 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt index f175a3398069..901badd49902 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test7 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt index 1619426f4411..54d9f12ee651 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test8 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt index 6aa69c9e78b7..07ddfed87a47 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createfilemappingw_test9 CoreClrPal) target_link_libraries(paltest_createfilemappingw_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt index 308e521d2b6a..05c4ee2818a0 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_freelibrary_test1 CoreClrPal) target_link_libraries(paltest_freelibrary_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt index 532e6d182a65..72d37c1c539d 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_freelibrary_test2 CoreClrPal) target_link_libraries(paltest_freelibrary_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt index 47a6284d4945..8e94a33f40f6 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_freelibraryandexitthread_test1 CoreClrPal) target_link_libraries(paltest_freelibraryandexitthread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt index 4ba781e2cce6..52e393caeb3d 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getmodulefilenamea_test1 CoreClrPal) target_link_libraries(paltest_getmodulefilenamea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt index 6769ecb82a63..9c36d621ad48 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getmodulefilenamea_test2 CoreClrPal) target_link_libraries(paltest_getmodulefilenamea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt index a28f8da66589..5a4ca724ec4b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getmodulefilenamew_test1 CoreClrPal) target_link_libraries(paltest_getmodulefilenamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt index cd388fd91e81..b8fb32e23902 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getmodulefilenamew_test2 CoreClrPal) target_link_libraries(paltest_getmodulefilenamew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt index dfc88f0316f6..285fc457296c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_getprocaddress_test1 CoreClrPal) target_link_libraries(paltest_getprocaddress_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt index 67e9152490a8..d2322d1c1721 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/CMakeLists.txt @@ -15,7 +15,6 @@ add_dependencies(paltest_getprocaddress_test2 CoreClrPal) target_link_libraries(paltest_getprocaddress_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt index 7d0000451be2..1bd78966d85b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/GetProcessHeap/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getprocessheap_test1 CoreClrPal) target_link_libraries(paltest_getprocessheap_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt index 6614da951cdd..cdeac22b3aac 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heapalloc_test1 CoreClrPal) target_link_libraries(paltest_heapalloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt index 7b57805903b3..bdfb8e7340e3 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heapalloc_test2 CoreClrPal) target_link_libraries(paltest_heapalloc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt index 657b97773cd0..84656aa3ef37 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapAlloc/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heapalloc_test3 CoreClrPal) target_link_libraries(paltest_heapalloc_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt index 9378d9c34d73..14f3cf08fdea 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapFree/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heapfree_test1 CoreClrPal) target_link_libraries(paltest_heapfree_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt index ae83fc5c60b9..b6ec9d71bb9a 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heaprealloc_test1 CoreClrPal) target_link_libraries(paltest_heaprealloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt index 7fb072c7694f..653d3e91d45b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heaprealloc_test2 CoreClrPal) target_link_libraries(paltest_heaprealloc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt index d12c61f49cd7..f3b40ec2f853 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heaprealloc_test3 CoreClrPal) target_link_libraries(paltest_heaprealloc_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt index 3a06ff66e536..fbd4a3851bee 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heaprealloc_test4 CoreClrPal) target_link_libraries(paltest_heaprealloc_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt index 48174a931b96..bc2af0d6866b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/HeapReAlloc/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_heaprealloc_test5 CoreClrPal) target_link_libraries(paltest_heaprealloc_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt index 163d49085e4c..6305aa1c2318 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localalloc_test1 CoreClrPal) target_link_libraries(paltest_localalloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt index 44b86dddf4bc..e8059336e5af 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localfree_test1 CoreClrPal) target_link_libraries(paltest_localfree_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt index 63de972f1ac1..0d7416b372ae 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_localfree_test2 CoreClrPal) target_link_libraries(paltest_localfree_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt index fa3c0c0e415d..35ba60f9e44c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test1 CoreClrPal) target_link_libraries(paltest_lockfile_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_lockfile_test1_helper CoreClrPal) target_link_libraries(paltest_lockfile_test1_helper pthread - rt m CoreClrPal ) \ No newline at end of file diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt index 4fb6687f4698..1c9539ad5e1c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test2 CoreClrPal) target_link_libraries(paltest_lockfile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt index 47c493733ea5..ff7e43a045d8 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test3 CoreClrPal) target_link_libraries(paltest_lockfile_test3 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_lockfile_test3_helper CoreClrPal) target_link_libraries(paltest_lockfile_test3_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt index 4c96c375beba..456ae199ccc3 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test4 CoreClrPal) target_link_libraries(paltest_lockfile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt index 5a141e34ab41..ae3616df7cc6 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test5 CoreClrPal) target_link_libraries(paltest_lockfile_test5 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_lockfile_test5_helper CoreClrPal) target_link_libraries(paltest_lockfile_test5_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt index 74c3859f1503..7939f589216c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test6 CoreClrPal) target_link_libraries(paltest_lockfile_test6 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_lockfile_test6_helper CoreClrPal) target_link_libraries(paltest_lockfile_test6_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt index 7e4f294f9fc0..23defbbd9042 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lockfile_test7 CoreClrPal) target_link_libraries(paltest_lockfile_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt index 73784b584e25..00171cd3dd45 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test1 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt index 4212cc4cf4c6..12442a21083b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test2 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt index 3c8076772551..b4eff816fcb2 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test3 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt index 936aa1c67f82..62cc59f2d46e 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test4 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt index 0199c7677340..01970749489e 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test5 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt index ab3ce6a90710..3b4be5c2f0bf 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_mapviewoffile_test6 CoreClrPal) target_link_libraries(paltest_mapviewoffile_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt index f89f2dc2d8b6..07cfb943c9ef 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappinga_test1 CoreClrPal) target_link_libraries(paltest_openfilemappinga_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt index eea3e8deaf45..4f577ba61f85 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappinga_test2 CoreClrPal) target_link_libraries(paltest_openfilemappinga_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt index 127b7580e2bf..1db1f3090940 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappinga_test3 CoreClrPal) target_link_libraries(paltest_openfilemappinga_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt index a9258c932a3f..2ea86d402de6 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappingw_test1 CoreClrPal) target_link_libraries(paltest_openfilemappingw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt index 09edf7943771..814c1d1ea204 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappingw_test2 CoreClrPal) target_link_libraries(paltest_openfilemappingw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt index b0c81c892b4c..cb43f274de5c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openfilemappingw_test3 CoreClrPal) target_link_libraries(paltest_openfilemappingw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt index 5d77bf403f89..047808ed121f 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readprocessmemory_readprocessmemory_neg1 CoreClrPal) target_link_libraries(paltest_readprocessmemory_readprocessmemory_neg1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt index 446bb50e2a3f..b5339750a989 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readprocessmemory_test1 CoreClrPal) target_link_libraries(paltest_readprocessmemory_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt index 4f0545178ff1..b4c9038ede6a 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/ReadProcessMemory/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_readprocessmemory_test2 CoreClrPal) target_link_libraries(paltest_readprocessmemory_test2 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_readprocessmemory_test2_helper CoreClrPal) target_link_libraries(paltest_readprocessmemory_test2_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt index 22c611558a35..e2708ae8b0a8 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rtlmovememory_test1 CoreClrPal) target_link_libraries(paltest_rtlmovememory_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt index d09dfef5477c..301e521ce260 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rtlmovememory_test3 CoreClrPal) target_link_libraries(paltest_rtlmovememory_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt index f52bbec7fc98..0532396ec69e 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rtlmovememory_test4 CoreClrPal) target_link_libraries(paltest_rtlmovememory_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt index 5df2fb695527..e0e3db5f893d 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/RtlMoveMemory/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_rtlmovememory_test5 CoreClrPal) target_link_libraries(paltest_rtlmovememory_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt index 241cbf93bcee..cecadd4c709c 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unlockfile_test1 CoreClrPal) target_link_libraries(paltest_unlockfile_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_unlockfile_test1_helper CoreClrPal) target_link_libraries(paltest_unlockfile_test1_helper pthread - rt m CoreClrPal ) \ No newline at end of file diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt index 95df242d44e5..465ebdda0e8b 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unlockfile_test2 CoreClrPal) target_link_libraries(paltest_unlockfile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt index d3e2a3a336e6..e9b764de00bb 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unlockfile_test3 CoreClrPal) target_link_libraries(paltest_unlockfile_test3 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_unlockfile_test3_helper CoreClrPal) target_link_libraries(paltest_unlockfile_test3_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt index a1d045579375..a6c784b82fd7 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unlockfile_test4 CoreClrPal) target_link_libraries(paltest_unlockfile_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt index 57bdffefc985..98a3515f0263 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unmapviewoffile_test1 CoreClrPal) target_link_libraries(paltest_unmapviewoffile_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt index e5c042728d60..388453765e8d 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_unmapviewoffile_test2 CoreClrPal) target_link_libraries(paltest_unmapviewoffile_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt index f66adcd3722f..9007bea7e7e7 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test1 CoreClrPal) target_link_libraries(paltest_virtualalloc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt index 628fe989554e..2bbe073d389e 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test10 CoreClrPal) target_link_libraries(paltest_virtualalloc_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt index 82aea7f5bdf1..0975033d6d63 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test11 CoreClrPal) target_link_libraries(paltest_virtualalloc_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt index d9306509d72b..b721d7691e23 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test12 CoreClrPal) target_link_libraries(paltest_virtualalloc_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt index c9257bfcb0d3..df95052df078 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test13 CoreClrPal) target_link_libraries(paltest_virtualalloc_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt index afefaa4aca31..c57fc1f40027 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test14 CoreClrPal) target_link_libraries(paltest_virtualalloc_test14 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt index 683b49560db0..8288cf29a9b0 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test15 CoreClrPal) target_link_libraries(paltest_virtualalloc_test15 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt index 5ebbebcf9cd1..8a056a211ec1 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test16 CoreClrPal) target_link_libraries(paltest_virtualalloc_test16 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt index 1ef8c4a9eb11..51488e5d65d7 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test17 CoreClrPal) target_link_libraries(paltest_virtualalloc_test17 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt index d86af28f90db..682b68fef993 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test18 CoreClrPal) target_link_libraries(paltest_virtualalloc_test18 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt index 878df3435950..a7aa395272fb 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test19 CoreClrPal) target_link_libraries(paltest_virtualalloc_test19 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt index 474311862d0f..7b8c6b9a6d2e 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test2 CoreClrPal) target_link_libraries(paltest_virtualalloc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt index 7561b0f2f2f7..71dc10be1888 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test20 CoreClrPal) target_link_libraries(paltest_virtualalloc_test20 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt index dbc7f184fa86..b0c7347b1efb 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test21 CoreClrPal) target_link_libraries(paltest_virtualalloc_test21 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt index 3af7aa490de0..f604ad89dc81 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test3 CoreClrPal) target_link_libraries(paltest_virtualalloc_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt index 76752ab28739..364bc5440aa9 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test4 CoreClrPal) target_link_libraries(paltest_virtualalloc_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt index 1639225fa21e..2b7a2c37ed19 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test5 CoreClrPal) target_link_libraries(paltest_virtualalloc_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt index 16cf530773b5..5bc5dd98f878 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test6 CoreClrPal) target_link_libraries(paltest_virtualalloc_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt index 0198c1e5fb81..f18e2e6e8864 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test7 CoreClrPal) target_link_libraries(paltest_virtualalloc_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt index 481dfd9e48e9..1ed3834bc476 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test8 CoreClrPal) target_link_libraries(paltest_virtualalloc_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt index c8b03a5fb183..c19665da4892 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualalloc_test9 CoreClrPal) target_link_libraries(paltest_virtualalloc_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt index 7c127dd6e023..03fa85e8a8ce 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualfree_test1 CoreClrPal) target_link_libraries(paltest_virtualfree_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt index ca520487ac96..2c7cae48de58 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualfree_test2 CoreClrPal) target_link_libraries(paltest_virtualfree_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt index 525928af948d..4d850b4bfd8a 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualfree_test3 CoreClrPal) target_link_libraries(paltest_virtualfree_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt index 4c3e28a1dec5..27031d200aae 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test1 CoreClrPal) target_link_libraries(paltest_virtualprotect_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt index 10414c6bc395..be3191375fe2 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test2 CoreClrPal) target_link_libraries(paltest_virtualprotect_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt index c77358d089ac..12715e53ccd2 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test3 CoreClrPal) target_link_libraries(paltest_virtualprotect_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt index 06911e63ebfa..9469387d043a 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test4 CoreClrPal) target_link_libraries(paltest_virtualprotect_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt index 77a4f233a321..fa8b9d48ac89 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test6 CoreClrPal) target_link_libraries(paltest_virtualprotect_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt index fb60dd42e98a..8bd788610daa 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualprotect_test7 CoreClrPal) target_link_libraries(paltest_virtualprotect_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt b/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt index 39db29af1cda..f4d8e48413f3 100644 --- a/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_virtualquery_test1 CoreClrPal) target_link_libraries(paltest_virtualquery_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt index 18d9eddccec8..3231c9346cef 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test1 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt index 66fb05084318..9e1cabd5c93e 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test2 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt index 03fb83b16fad..bc024bf319c3 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test3 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt index 2f8a0a81cb68..12446ea1d2b3 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test5 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt index 04143c6f597c..81946429a65b 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test6 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test6 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_loadlibrarya_test6_dlltest CoreClrPal) target_link_libraries(paltest_loadlibrarya_test6_dlltest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt index 4f5c705b6da0..dd7f8bdefb73 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test7 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt index 50c61bf17805..e92282bef1fb 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryA/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibrarya_test8 CoreClrPal) target_link_libraries(paltest_loadlibrarya_test8 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_loadlibrarya_test8_dlltest CoreClrPal) target_link_libraries(paltest_loadlibrarya_test8_dlltest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt index 799fd822ed5c..65bbc5c21db3 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibraryw_test1 CoreClrPal) target_link_libraries(paltest_loadlibraryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt index 8722c4f3a353..83d8934d2df1 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibraryw_test2 CoreClrPal) target_link_libraries(paltest_loadlibraryw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt index 26ffcc57db6e..0a5a87b96b62 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibraryw_test3 CoreClrPal) target_link_libraries(paltest_loadlibraryw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt b/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt index f3a78e615eec..b80bdc333dce 100644 --- a/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/loader/LoadLibraryW/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_loadlibraryw_test5 CoreClrPal) target_link_libraries(paltest_loadlibraryw_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt index 28aef4742bb2..0bae7d7f5de1 100644 --- a/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/CompareStringA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_comparestringa_test1 CoreClrPal) target_link_libraries(paltest_comparestringa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt index e9e6312e3f46..09104a032d74 100644 --- a/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/CompareStringW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_comparestringw_test1 CoreClrPal) target_link_libraries(paltest_comparestringw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt index 1bc71b79a184..cf6c7d607ab2 100644 --- a/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetACP/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getacp_test1 CoreClrPal) target_link_libraries(paltest_getacp_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt index 07552a819b47..d681dbee183e 100644 --- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcpinfo_test1 CoreClrPal) target_link_libraries(paltest_getcpinfo_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt index 275233805348..73ff30ab1596 100644 --- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcpinfo_test2 CoreClrPal) target_link_libraries(paltest_getcpinfo_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt index 97675e63a8c2..4b7bb4845a45 100644 --- a/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetCPInfo/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcpinfo_test3 CoreClrPal) target_link_libraries(paltest_getcpinfo_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt index 046ad1bdd8fc..e481685ed87c 100644 --- a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getlocaleinfow_test1 CoreClrPal) target_link_libraries(paltest_getlocaleinfow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt index 62a430ec7661..f1a85ea75581 100644 --- a/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getlocaleinfow_test2 CoreClrPal) target_link_libraries(paltest_getlocaleinfow_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt index 0b2baa8f38a7..a6eed88d75dc 100644 --- a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getstringtypeexw_test1 CoreClrPal) target_link_libraries(paltest_getstringtypeexw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt index 87ad40da2834..f89f6093f369 100644 --- a/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetStringTypeExW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getstringtypeexw_test2 CoreClrPal) target_link_libraries(paltest_getstringtypeexw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt index df06a806da7d..4d1d746fcbe9 100644 --- a/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetSystemDefaultLangID/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getsystemdefaultlangid_test1 CoreClrPal) target_link_libraries(paltest_getsystemdefaultlangid_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt index 7c4ab4fba1df..48cac7ad7f24 100644 --- a/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetThreadLocale/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getthreadlocale_test1 CoreClrPal) target_link_libraries(paltest_getthreadlocale_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt index fda77dd02bc8..c63aea4de9eb 100644 --- a/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetTimeZoneInformation/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettimezoneinformation_test1 CoreClrPal) target_link_libraries(paltest_gettimezoneinformation_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt index 50152b13dc2a..15d7c8e3ac55 100644 --- a/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetUserDefaultLCID/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getuserdefaultlcid_test1 CoreClrPal) target_link_libraries(paltest_getuserdefaultlcid_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt index 2cfb7cff436b..11b5f20dbf0c 100644 --- a/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/GetUserDefaultLangID/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getuserdefaultlangid_test1 CoreClrPal) target_link_libraries(paltest_getuserdefaultlangid_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt index 732f7db6b649..cad3511671cf 100644 --- a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByte/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isdbcsleadbyte_test1 CoreClrPal) target_link_libraries(paltest_isdbcsleadbyte_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt index 25d6aece49b8..e6f5ed2b4f00 100644 --- a/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/IsDBCSLeadByteEx/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isdbcsleadbyteex_test1 CoreClrPal) target_link_libraries(paltest_isdbcsleadbyteex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt index 8692e3d233fd..526f1beb8293 100644 --- a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isvalidcodepage_test1 CoreClrPal) target_link_libraries(paltest_isvalidcodepage_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt index a0cfff755252..5ad05a971337 100644 --- a/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/IsValidCodePage/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isvalidcodepage_test2 CoreClrPal) target_link_libraries(paltest_isvalidcodepage_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt index a2601f9f1795..cdcf0928fd9c 100644 --- a/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/IsValidLocale/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isvalidlocale_test1 CoreClrPal) target_link_libraries(paltest_isvalidlocale_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt index 95c7311013a9..f3d519e80fa3 100644 --- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_multibytetowidechar_test1 CoreClrPal) target_link_libraries(paltest_multibytetowidechar_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt index cba938834e8d..be872b048462 100644 --- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_multibytetowidechar_test2 CoreClrPal) target_link_libraries(paltest_multibytetowidechar_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt index 70eab926c9fd..1a08e6349e33 100644 --- a/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_multibytetowidechar_test3 CoreClrPal) target_link_libraries(paltest_multibytetowidechar_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt index 2633cf5ede47..40833a25ca23 100644 --- a/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/SetThreadLocale/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setthreadlocale_test1 CoreClrPal) target_link_libraries(paltest_setthreadlocale_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt index a756014a51f3..bfa4e85f8fb2 100644 --- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_widechartomultibyte_test1 CoreClrPal) target_link_libraries(paltest_widechartomultibyte_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt index 20500025f4ab..64ddba7eaa41 100644 --- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_widechartomultibyte_test2 CoreClrPal) target_link_libraries(paltest_widechartomultibyte_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt index 175a84056a9c..936e2061b063 100644 --- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_widechartomultibyte_test3 CoreClrPal) target_link_libraries(paltest_widechartomultibyte_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt index 4775a8fcaee6..2e9e6b70ecc4 100644 --- a/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_widechartomultibyte_test4 CoreClrPal) target_link_libraries(paltest_widechartomultibyte_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt index 862547f58b42..86ddc5ac56f0 100644 --- a/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CharNextA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_charnexta_test1 CoreClrPal) target_link_libraries(paltest_charnexta_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt index fa9eade88ef4..2dd24b1b5ef8 100644 --- a/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CharNextA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_charnexta_test2 CoreClrPal) target_link_libraries(paltest_charnexta_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt index ebd05fc49f74..64cf2df9f5b7 100644 --- a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_charnextexa_test1 CoreClrPal) target_link_libraries(paltest_charnextexa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt index 289723fc6ef9..348bf7e826f9 100644 --- a/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CharNextExA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_charnextexa_test2 CoreClrPal) target_link_libraries(paltest_charnextexa_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt index dfac73781d7e..123a70f0b45e 100644 --- a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_closehandle_test1 CoreClrPal) target_link_libraries(paltest_closehandle_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt index 3498888d4d42..342fbedc095b 100644 --- a/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_closehandle_test2 CoreClrPal) target_link_libraries(paltest_closehandle_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt index 029c4804ee21..0ef6977770d6 100644 --- a/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createpipe_test1 CoreClrPal) target_link_libraries(paltest_createpipe_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt index 1a0287a2c2e8..567f14cda5a7 100644 --- a/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_flushinstructioncache_test1 CoreClrPal) target_link_libraries(paltest_flushinstructioncache_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt index 4bac0f59ceb8..443c77bd7e91 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test1 CoreClrPal) target_link_libraries(paltest_formatmessagew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt index f22c501b2978..ec82d21c89e9 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test2 CoreClrPal) target_link_libraries(paltest_formatmessagew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt index 03cb50a29aa5..08496e769f58 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test3 CoreClrPal) target_link_libraries(paltest_formatmessagew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt index 9cdd57b60842..335eedb9fa27 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test4 CoreClrPal) target_link_libraries(paltest_formatmessagew_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt index 2f54787db720..cd03eb5adaf8 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test5 CoreClrPal) target_link_libraries(paltest_formatmessagew_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt index ee540b92c63e..31a75f086136 100644 --- a/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_formatmessagew_test6 CoreClrPal) target_link_libraries(paltest_formatmessagew_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt index 49eef2c0d0f5..4c4c2c2c823f 100644 --- a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_freeenvironmentstringsw_test1 CoreClrPal) target_link_libraries(paltest_freeenvironmentstringsw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt index 10c3fe5e385c..87007f99c107 100644 --- a/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_freeenvironmentstringsw_test2 CoreClrPal) target_link_libraries(paltest_freeenvironmentstringsw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt index 368d6048da69..b36aa4ad87e7 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcalendarinfow_test1 CoreClrPal) target_link_libraries(paltest_getcalendarinfow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt index 46f952e1de18..22eb38980750 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetCalendarInfoW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcalendarinfow_test2 CoreClrPal) target_link_libraries(paltest_getcalendarinfow_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt index 884541729f70..68e74b9641d2 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcommandlinew_test1 CoreClrPal) target_link_libraries(paltest_getcommandlinew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt index 222223fbfb75..b258aa2a785e 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetComputerNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcomputernamew_test1 CoreClrPal) target_link_libraries(paltest_getcomputernamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt index 9073f5fa4c25..d2ffa7520eb7 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getdateformatw_getdateformatw_neg1 CoreClrPal) target_link_libraries(paltest_getdateformatw_getdateformatw_neg1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt index 7049f9636584..a844ee2bdd1e 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/GetDateFormatW_neg2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getdateformatw_getdateformatw_neg2 CoreClrPal) target_link_libraries(paltest_getdateformatw_getdateformatw_neg2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt index 557a6642596c..23c27141fcc5 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetDateFormatW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getdateformatw_test1 CoreClrPal) target_link_libraries(paltest_getdateformatw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt index 6fa44c21d433..042c3c86445a 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentstringsw_test1 CoreClrPal) target_link_libraries(paltest_getenvironmentstringsw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt index 3b146e181bbb..f04a71b000d6 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test1 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt index 4bf1a943e848..8511ce46ceef 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test2 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt index 6ad30f08499c..df5ffbad4ad1 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test3 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt index cdc102f208df..8f4a44330812 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test4 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt index f5546c5198d8..8cffdf39c82f 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test5 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt index bb7fbc201da4..659126069e06 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablea_test6 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablea_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt index 4af98b9e3cd0..13cda7244e1b 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test1 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt index 4bbfd66637e3..e71a50028ce9 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test2 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt index 940c0e1b26ad..39f7578430d1 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test3 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt index bd6193d9cc53..41377647a498 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test4 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt index 04024c4d92eb..5ebb09050a53 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test5 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt index 7784e39f4cc4..6af14a4025f4 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getenvironmentvariablew_test6 CoreClrPal) target_link_libraries(paltest_getenvironmentvariablew_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt index d22999cc4bb6..1cc313fc400e 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getlasterror_test1 CoreClrPal) target_link_libraries(paltest_getlasterror_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt index 9571456242e9..91f421ad543e 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getsysteminfo_test1 CoreClrPal) target_link_libraries(paltest_getsysteminfo_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt index b0ac4c6864ec..f5b0e4c4054e 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_gettickcount_test1 CoreClrPal) target_link_libraries(paltest_gettickcount_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt index e06d1ed07198..6e5050368eda 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetUserNameW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getusernamew_test1 CoreClrPal) target_link_libraries(paltest_getusernamew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt index 19705ed99dcb..79bd5200c66c 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetVersionExA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getversionexa_test1 CoreClrPal) target_link_libraries(paltest_getversionexa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt index a994784e4b83..21f21bd5446a 100644 --- a/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/GetVersionExW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getversionexw_test1 CoreClrPal) target_link_libraries(paltest_getversionexw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt index 9e357c9f3ab6..b5773c909927 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedexchangeadd_test1 CoreClrPal) target_link_libraries(paltest_interlockedexchangeadd_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt index 62f53024c034..6b4f8cf6b029 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedcompareexchange_test1 CoreClrPal) target_link_libraries(paltest_interlockedcompareexchange_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt index 7e9e707c07c0..403f98ea3076 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedcompareexchange_test2 CoreClrPal) target_link_libraries(paltest_interlockedcompareexchange_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt index 9bb787329734..c0e1604dd23d 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedcompareexchange64_test1 CoreClrPal) target_link_libraries(paltest_interlockedcompareexchange64_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt index 11e7686123c2..69bc19c6afcd 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedcompareexchange64_test2 CoreClrPal) target_link_libraries(paltest_interlockedcompareexchange64_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt index 30ffaec85287..cd7613d28b6f 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedcompareexchangepointer_test1 CoreClrPal) target_link_libraries(paltest_interlockedcompareexchangepointer_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt index 359603c35667..c9128ed3b2b0 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockeddecrement_test1 CoreClrPal) target_link_libraries(paltest_interlockeddecrement_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt index c30b3d966450..e5c99b04b31b 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockeddecrement_test2 CoreClrPal) target_link_libraries(paltest_interlockeddecrement_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt index eb7677555c5a..fd357f398172 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockeddecrement64_test1 CoreClrPal) target_link_libraries(paltest_interlockeddecrement64_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt index 1a6c2250fe0f..c1cae007ec28 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockeddecrement64_test2 CoreClrPal) target_link_libraries(paltest_interlockeddecrement64_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt index 47315baf0d5e..9355a9a28ad6 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedexchange_test1 CoreClrPal) target_link_libraries(paltest_interlockedexchange_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt index 11430504a232..356449dc149e 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedexchange64_test1 CoreClrPal) target_link_libraries(paltest_interlockedexchange64_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt index 3a07f5956f93..3956ec71c5f8 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedexchangepointer_test1 CoreClrPal) target_link_libraries(paltest_interlockedexchangepointer_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt index a8a393a21a25..874d8f6311e1 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedincrement_test1 CoreClrPal) target_link_libraries(paltest_interlockedincrement_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt index 7d0a43137b8b..db13eeca4e67 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedincrement_test2 CoreClrPal) target_link_libraries(paltest_interlockedincrement_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt index c8e35128e951..0ee54cc01340 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedincrement64_test1 CoreClrPal) target_link_libraries(paltest_interlockedincrement64_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt index 0fdf357b6c97..3c734c53ebc1 100644 --- a/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_interlockedincrement64_test2 CoreClrPal) target_link_libraries(paltest_interlockedincrement64_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt index b476ca224fb2..a5205e3b2f6a 100644 --- a/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isbadcodeptr_test1 CoreClrPal) target_link_libraries(paltest_isbadcodeptr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt index c9dbe15fac59..bfb7f3ba0b36 100644 --- a/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isbadreadptr_test1 CoreClrPal) target_link_libraries(paltest_isbadreadptr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt index 199a554cde03..b58daecfdfb3 100644 --- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isbadwriteptr_test1 CoreClrPal) target_link_libraries(paltest_isbadwriteptr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt index df2bc11bed1c..f82d3938c090 100644 --- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isbadwriteptr_test2 CoreClrPal) target_link_libraries(paltest_isbadwriteptr_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt index 0ff2cdf1d470..7cf1748b0a0a 100644 --- a/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_isbadwriteptr_test3 CoreClrPal) target_link_libraries(paltest_isbadwriteptr_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt index 1ce20a327887..6724add21567 100644 --- a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_messageboxw_test1 CoreClrPal) target_link_libraries(paltest_messageboxw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt index 0b88e8a6935b..8dfbdcff7de8 100644 --- a/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_messageboxw_test2 CoreClrPal) target_link_libraries(paltest_messageboxw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt index 580f9107ca2c..4ad75c432bca 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablea_test1 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablea_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt index 22a7f297b33c..c4fbe7439aba 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablea_test2 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablea_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt index baef8d37beaa..5096d9ccffb7 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablea_test3 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablea_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt index b66231520a96..a6499535b346 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablea_test4 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablea_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt index 6175e113fcb7..cb2e4699b61a 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablew_test1 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablew_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt index e8907e144b84..c05f219d6466 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablew_test2 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablew_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt index a3b6883bebc0..0c0e5c864b8b 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablew_test3 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablew_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt index 11ddde9a65a2..2cc203f9c885 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setenvironmentvariablew_test4 CoreClrPal) target_link_libraries(paltest_setenvironmentvariablew_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt index 8dbb890eee02..3ff83aabee0c 100644 --- a/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setlasterror_test1 CoreClrPal) target_link_libraries(paltest_setlasterror_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt index fa8ddd98c622..a2be928ca32e 100644 --- a/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_i64tow_test1 CoreClrPal) target_link_libraries(paltest_i64tow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt index 4344b73e3042..8b900191f9c5 100644 --- a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ui64tow_test1 CoreClrPal) target_link_libraries(paltest_ui64tow_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt index 496d77d17470..0f99d5102a71 100644 --- a/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/_ui64tow/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_ui64tow_test2 CoreClrPal) target_link_libraries(paltest_ui64tow_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt index 3fc6b5da4460..9fc069463057 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcatw_test1 CoreClrPal) target_link_libraries(paltest_lstrcatw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt index 7a467cc9f4af..8bcf7c432de4 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcatw_test2 CoreClrPal) target_link_libraries(paltest_lstrcatw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt index f2b77b4659c9..c50e39eff353 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcatw_test3 CoreClrPal) target_link_libraries(paltest_lstrcatw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt index 4197c7e90378..1d61a5f3484f 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcatW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcatw_test4 CoreClrPal) target_link_libraries(paltest_lstrcatw_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt index b963fc26b3a5..4af8ae158340 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcpyW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcpyw_test1 CoreClrPal) target_link_libraries(paltest_lstrcpyw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt index 3bfff6e91ac0..faf489704ec4 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrcpynW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrcpynw_test1 CoreClrPal) target_link_libraries(paltest_lstrcpynw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt index 6d086b75159a..7fc5f6626c32 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrlenA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrlena_test1 CoreClrPal) target_link_libraries(paltest_lstrlena_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt index 20ee5d12106c..57a8b674cbbe 100644 --- a/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/lstrlenW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_lstrlenw_test1 CoreClrPal) target_link_libraries(paltest_lstrlenw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt index 0b946df70d38..6bcd81a18627 100644 --- a/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queryperformancecounter_test1 CoreClrPal) target_link_libraries(paltest_queryperformancecounter_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt index e54582ba6e5d..a1e177f2c577 100644 --- a/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queryperformancefrequency_test1 CoreClrPal) target_link_libraries(paltest_queryperformancefrequency_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt index 6ba0e4587988..362bcbbf5561 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test1 CoreClrPal) target_link_libraries(paltest_wsprintfa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt index 9dfd0a2a3cc2..6fa3b0c7a9a5 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test11 CoreClrPal) target_link_libraries(paltest_wsprintfa_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt index 22a7496f9cb4..50032ae0314f 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test12 CoreClrPal) target_link_libraries(paltest_wsprintfa_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt index 81ed7d245fad..816ef57c4557 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test13 CoreClrPal) target_link_libraries(paltest_wsprintfa_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt index f1351ffe0d2b..85b108b81522 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test2 CoreClrPal) target_link_libraries(paltest_wsprintfa_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt index a65d2c5e346a..3e925cc1ad49 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test3 CoreClrPal) target_link_libraries(paltest_wsprintfa_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt index 71664defe156..0294b194db1c 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test6 CoreClrPal) target_link_libraries(paltest_wsprintfa_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt index ab49f4b405f0..20979cceea1a 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test7 CoreClrPal) target_link_libraries(paltest_wsprintfa_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt index d52a849ed936..ec0ca22967c8 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test8 CoreClrPal) target_link_libraries(paltest_wsprintfa_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt index e463f7ada596..3684cbb34992 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfA/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfa_test9 CoreClrPal) target_link_libraries(paltest_wsprintfa_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt index 6f9d833457c1..66d3263e0d98 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test1 CoreClrPal) target_link_libraries(paltest_wsprintfw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt index ad854f6efc2c..1672140422b7 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test11 CoreClrPal) target_link_libraries(paltest_wsprintfw_test11 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt index f90f80e0b4f7..4fff7d39da1b 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test12 CoreClrPal) target_link_libraries(paltest_wsprintfw_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt index 55bdac22ebc6..7309b601b4f6 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test13/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test13 CoreClrPal) target_link_libraries(paltest_wsprintfw_test13 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt index 6ca29d309276..b52a3da8582a 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test2 CoreClrPal) target_link_libraries(paltest_wsprintfw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt index 4391bb62f015..02b526431e77 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test3 CoreClrPal) target_link_libraries(paltest_wsprintfw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt index fa284d7a97ec..8ef4f891269f 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test6 CoreClrPal) target_link_libraries(paltest_wsprintfw_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt index 44d3c4b68ad3..759e623f2eea 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test7 CoreClrPal) target_link_libraries(paltest_wsprintfw_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt index 4ec50fc66b7b..3af276c764be 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test8 CoreClrPal) target_link_libraries(paltest_wsprintfw_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt index f2c52206928c..3440de8b5c0a 100644 --- a/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/miscellaneous/wsprintfW/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_wsprintfw_test9 CoreClrPal) target_link_libraries(paltest_wsprintfw_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt index 8a3ffabe41a0..ad6d3589a9e5 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_GetPALDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_getpaldirectoryw_test1 CoreClrPal) target_link_libraries(paltest_pal_getpaldirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt index a8c0ac6567bb..00086d14dc76 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_getusertempdirectoryw_test1 CoreClrPal) target_link_libraries(paltest_pal_getusertempdirectoryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt index f0362d6c4009..2dbd11a9a426 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_initialize_terminate_test1 CoreClrPal) target_link_libraries(paltest_pal_initialize_terminate_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt index a375cc80df0a..cecba56b49b0 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_initialize_terminate_test2 CoreClrPal) target_link_libraries(paltest_pal_initialize_terminate_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt index 961b34ef36cb..877b0614032c 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_registerlibraryw_unregisterlibraryw_test1 CoreClrPa target_link_libraries(paltest_pal_registerlibraryw_unregisterlibraryw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt index a714b8b3a831..03b1c7aee5be 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_reg_unreg_libraryw_neg CoreClrPal) target_link_libraries(paltest_reg_unreg_libraryw_neg pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt index 6149cf424113..7fccb9dd5923 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_errno_test1 CoreClrPal) target_link_libraries(paltest_pal_errno_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt index 33eb77c9c098..47721bf26455 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_get_stderr_test1 CoreClrPal) target_link_libraries(paltest_pal_get_stderr_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt index 324e0776b237..0dbe45e0530a 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_get_stdin_test1 CoreClrPal) target_link_libraries(paltest_pal_get_stdin_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt index bd1540796f3a..f9ffd148d773 100644 --- a/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_get_stdout_test1 CoreClrPal) target_link_libraries(paltest_pal_get_stdout_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt index e75fd3e2bfe2..a505df3d2fc0 100644 --- a/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/pal_entrypoint/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_entrypoint_test1 CoreClrPal) target_link_libraries(paltest_pal_entrypoint_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt b/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt index 3e1bf906041c..20e4965cf535 100644 --- a/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/pal_specific/pal_initializedebug/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_pal_initializedebug_test1 CoreClrPal) target_link_libraries(paltest_pal_initializedebug_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/samples/test1/CMakeLists.txt b/src/pal/tests/palsuite/samples/test1/CMakeLists.txt index be58dc8460a9..fac4d03bfbe5 100644 --- a/src/pal/tests/palsuite/samples/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/samples/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_samples_test1 CoreClrPal) target_link_libraries(paltest_samples_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/samples/test2/CMakeLists.txt b/src/pal/tests/palsuite/samples/test2/CMakeLists.txt index 2fcf6e1ff0fb..8096b1901b93 100644 --- a/src/pal/tests/palsuite/samples/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/samples/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_samples_test2 CoreClrPal) target_link_libraries(paltest_samples_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt index 49cbfebd0ea3..092a4a2e11d4 100644 --- a/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventa_test1 CoreClrPal) target_link_libraries(paltest_createeventa_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt index a5719498f485..6fad12927fd4 100644 --- a/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventa_test2 CoreClrPal) target_link_libraries(paltest_createeventa_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt index 4437a9d4ba04..c5df9302650d 100644 --- a/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventA/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventa_test3 CoreClrPal) target_link_libraries(paltest_createeventa_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt index b1e9b8cb3f26..08ef58587c55 100644 --- a/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventw_test1 CoreClrPal) target_link_libraries(paltest_createeventw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt index 13769327bfab..46d017a43965 100644 --- a/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventw_test2 CoreClrPal) target_link_libraries(paltest_createeventw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt index 25bdd4f85afa..1b30352a7797 100644 --- a/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateEventW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createeventw_test3 CoreClrPal) target_link_libraries(paltest_createeventw_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt index 84937e1a5e02..360f8cee61d4 100644 --- a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createmutexa_releasemutex_test1 CoreClrPal) target_link_libraries(paltest_createmutexa_releasemutex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt index 199462b901c7..96b5b180492a 100644 --- a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createmutexa_releasemutex_test2 CoreClrPal) target_link_libraries(paltest_createmutexa_releasemutex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt index e68e05bc6a2c..67b72c3155b5 100644 --- a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createmutexw_releasemutex_test1 CoreClrPal) target_link_libraries(paltest_createmutexw_releasemutex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt index 3e6f3d899921..4697041cfe5e 100644 --- a/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createmutexw_releasemutex_test2 CoreClrPal) target_link_libraries(paltest_createmutexw_releasemutex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt index 005d40219952..c699fcc373c9 100644 --- a/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateProcessA/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createprocessa_test1 CoreClrPal) target_link_libraries(paltest_createprocessa_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_createprocessa_test1_child CoreClrPal) target_link_libraries(paltest_createprocessa_test1_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt index 7b2558a55cb3..304e117962b0 100644 --- a/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateProcessA/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createprocessa_test2 CoreClrPal) target_link_libraries(paltest_createprocessa_test2 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_createprocessa_test2_child CoreClrPal) target_link_libraries(paltest_createprocessa_test2_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt index 06c456527b79..1d292845e0ae 100644 --- a/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateProcessW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createprocessw_test1 CoreClrPal) target_link_libraries(paltest_createprocessw_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_createprocessw_test1_child CoreClrPal) target_link_libraries(paltest_createprocessw_test1_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt index 7dbf6620a98c..149c90e2ca79 100644 --- a/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateProcessW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createprocessw_test2 CoreClrPal) target_link_libraries(paltest_createprocessw_test2 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_createprocessw_test2_child CoreClrPal) target_link_libraries(paltest_createprocessw_test2_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt index 97f13fa87e16..5569b29bd191 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorea_releasesemaphore_test1 CoreClrPal) target_link_libraries(paltest_createsemaphorea_releasesemaphore_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt index adc74576dfcc..7d532d99aab7 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorea_releasesemaphore_test2 CoreClrPal) target_link_libraries(paltest_createsemaphorea_releasesemaphore_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt index 3e9f07f83130..7dc8445e2f99 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreA_ReleaseSemaphore/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorea_releasesemaphore_test3 CoreClrPal) target_link_libraries(paltest_createsemaphorea_releasesemaphore_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt index 7a64b17c7869..2f6ac8508235 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorew_releasesemaphore_test1 CoreClrPal) target_link_libraries(paltest_createsemaphorew_releasesemaphore_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt index aead62b7a29a..d5b011d5fc0b 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorew_releasesemaphore_test2 CoreClrPal) target_link_libraries(paltest_createsemaphorew_releasesemaphore_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt index b73e78b2d539..1e155955c9d6 100644 --- a/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createsemaphorew_releasesemaphore_test3 CoreClrPal) target_link_libraries(paltest_createsemaphorew_releasesemaphore_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt index 194a4a496771..6bf4f9f1dae3 100644 --- a/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createthread_test1 CoreClrPal) target_link_libraries(paltest_createthread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt index aa18f557c4bb..41e892fd291f 100644 --- a/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateThread/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createthread_test2 CoreClrPal) target_link_libraries(paltest_createthread_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt index f7ea1d185e32..9b92c23bb5ce 100644 --- a/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CreateThread/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_createthread_test3 CoreClrPal) target_link_libraries(paltest_createthread_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt index 863e3aea94b0..5ece91585eff 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test1 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt index af4c72d1af6e..d36fcf8d5fdb 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test2 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt index e469af37a9b3..2afdedf2bf6e 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test3 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt index ee4d87947b9d..157c6421b869 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test4 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt index 74f9a6decb01..0890601683e9 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test5 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt index 6d10df824e97..1116b1f00a8d 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test6 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt index 3d03b92ed0f8..bc5000e40b8e 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test7 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt index edec8d305776..1f2d0bd99fda 100644 --- a/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_criticalsectionfunctions_test8 CoreClrPal) target_link_libraries(paltest_criticalsectionfunctions_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt index 8e01a691084c..77f649901b2d 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test1 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt index 96bdd382387d..317884717e67 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test10 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt index ddef2e4237ea..18498200ca47 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test11/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test11 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test11 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_duplicatehandle_test11_child CoreClrPal) target_link_libraries(paltest_duplicatehandle_test11_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt index bfc17916ff14..45db5b41e539 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test12/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test12 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test12 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt index c4926c9f1af2..59e685053319 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test2 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt index 5fc70069d6e9..27623a53ff4d 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test3 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt index 7910030e1f27..a15bb9fd4336 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test4 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt index 43f30167d3b4..2b92979ccd24 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test5 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt index 4ae0b46673d5..c99286325d09 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test6 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt index 809ed5518c08..13c5180cd749 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test7 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt index c9ae96b8016f..cf7a231c8cd2 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test8 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt b/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt index 3b8fdf276196..1fb04b1086a6 100644 --- a/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/DuplicateHandle/test9/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_duplicatehandle_test9 CoreClrPal) target_link_libraries(paltest_duplicatehandle_test9 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt index 11da23e79266..352592230537 100644 --- a/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ExitProcess/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exitprocess_test1 CoreClrPal) target_link_libraries(paltest_exitprocess_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt index b4fc001ffc14..52f0abd6c16b 100644 --- a/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ExitProcess/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exitprocess_test2 CoreClrPal) target_link_libraries(paltest_exitprocess_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt index 4f2b34f22ce9..8201328eb926 100644 --- a/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ExitProcess/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exitprocess_test3 CoreClrPal) target_link_libraries(paltest_exitprocess_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt index 8b2e1eaec68b..0b574ae6947b 100644 --- a/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ExitThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exitthread_test1 CoreClrPal) target_link_libraries(paltest_exitthread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt index 91104df98cd9..d61590f46304 100644 --- a/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ExitThread/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_exitthread_test2 CoreClrPal) target_link_libraries(paltest_exitthread_test2 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_exitthread_test2_child CoreClrPal) target_link_libraries(paltest_exitthread_test2_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt index d1e71317ec6d..b587d3e614ba 100644 --- a/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentprocess_test1 CoreClrPal) target_link_libraries(paltest_getcurrentprocess_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt index 470b7842d080..252dad14f811 100644 --- a/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentprocessid_test1 CoreClrPal) target_link_libraries(paltest_getcurrentprocessid_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt index d9b42cb0ca49..19c69ca27cbc 100644 --- a/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetCurrentThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentthread_test1 CoreClrPal) target_link_libraries(paltest_getcurrentthread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt index 458decc49883..66af04e0cd35 100644 --- a/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetCurrentThread/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentthread_test2 CoreClrPal) target_link_libraries(paltest_getcurrentthread_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt index ec59b1441e7f..fee8ed2b1269 100644 --- a/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getcurrentthreadid_test1 CoreClrPal) target_link_libraries(paltest_getcurrentthreadid_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt index b635e7e21072..c2ea6ca9a6f7 100644 --- a/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getexitcodeprocess_test1 CoreClrPal) target_link_libraries(paltest_getexitcodeprocess_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_getexitcodeprocess_test1_child CoreClrPal) target_link_libraries(paltest_getexitcodeprocess_test1_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt index a4d8aed7e9f9..9d308f205095 100644 --- a/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/GetProcessTimes/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_getprocesstimes_test2 CoreClrPal) target_link_libraries(paltest_getprocesstimes_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt index 50cddffa98cc..871ba713865c 100644 --- a/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenEventW/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openeventw_test1 CoreClrPal) target_link_libraries(paltest_openeventw_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt index 2f598d0e5bf5..e0384703383b 100644 --- a/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenEventW/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openeventw_test2 CoreClrPal) target_link_libraries(paltest_openeventw_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt index 4ce74dab33ad..7433744c713c 100644 --- a/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenEventW/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openeventw_test3 CoreClrPal) target_link_libraries(paltest_openeventw_test3 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_openeventw_test3_child CoreClrPal) target_link_libraries(paltest_openeventw_test3_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt index cedb73d3bab7..ec0668c218ff 100644 --- a/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenEventW/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openeventw_test4 CoreClrPal) target_link_libraries(paltest_openeventw_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt index e69a9b078275..b1eab7beb601 100644 --- a/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenEventW/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openeventw_test5 CoreClrPal) target_link_libraries(paltest_openeventw_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt index 431c8152bbda..0022bb662694 100644 --- a/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/OpenProcess/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_openprocess_test1 CoreClrPal) target_link_libraries(paltest_openprocess_test1 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_openprocess_test1_child CoreClrPal) target_link_libraries(paltest_openprocess_test1_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt index b799dff6f366..ba628917c57b 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test1 CoreClrPal) target_link_libraries(paltest_queueuserapc_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt index 1023c43bd4fa..e3cf4b8693fe 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test2 CoreClrPal) target_link_libraries(paltest_queueuserapc_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt index ab6398a8d356..14ed2be0e6a0 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test3 CoreClrPal) target_link_libraries(paltest_queueuserapc_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt index 5f3e7096e451..316d7f6322ab 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test4 CoreClrPal) target_link_libraries(paltest_queueuserapc_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt index f45a7a5b9bdc..128b4fb97afd 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test5 CoreClrPal) target_link_libraries(paltest_queueuserapc_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt index 016a0b74e7c1..4dd496c4840b 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test6 CoreClrPal) target_link_libraries(paltest_queueuserapc_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt index a621003019c7..3250d9ecbff8 100644 --- a/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/QueueUserAPC/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_queueuserapc_test7 CoreClrPal) target_link_libraries(paltest_queueuserapc_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt index 1f0ae71c10b8..53e5f37c985a 100644 --- a/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ReleaseMutex/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_releasemutex_test3 CoreClrPal) target_link_libraries(paltest_releasemutex_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt index e19798025119..a8e9fdc2f00d 100644 --- a/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ResetEvent/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_resetevent_test1 CoreClrPal) target_link_libraries(paltest_resetevent_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt index f294b83ef7a8..11a34135d986 100644 --- a/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ResetEvent/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_resetevent_test2 CoreClrPal) target_link_libraries(paltest_resetevent_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt index fe5ac812e4a3..f2a41f1b8fd9 100644 --- a/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ResetEvent/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_resetevent_test3 CoreClrPal) target_link_libraries(paltest_resetevent_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt index c2dd95f5fa6e..a6ec4d4d5e38 100644 --- a/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ResetEvent/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_resetevent_test4 CoreClrPal) target_link_libraries(paltest_resetevent_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt index 0535a853ae36..afc211b63650 100644 --- a/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ResumeThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_resumethread_test1 CoreClrPal) target_link_libraries(paltest_resumethread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt index 705cc0cc3857..80bf3ac8bac0 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test1 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt index 4c79c62a262a..20dafcef6cc2 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test10/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test10 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test10 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt index b648393cac75..ceac6b98071c 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test4 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt index 6fc7b0293208..557063975b2b 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test5 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt index 4318d225a1be..8d0d632ae2dd 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test6 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test6 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt index 8cc2e4a4a047..cb2bd4510192 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test7/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test7 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test7 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt index abcf15f66971..3d0077e953f5 100644 --- a/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetConsoleCtrlHandler/test8/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setconsolectrlhandler_test8 CoreClrPal) target_link_libraries(paltest_setconsolectrlhandler_test8 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt index 85bda9f0116c..a88f23fdfceb 100644 --- a/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetErrorMode/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_seterrormode_test1 CoreClrPal) target_link_libraries(paltest_seterrormode_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt index 37e1b4d387fa..ddf16164c25c 100644 --- a/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetEvent/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setevent_test1 CoreClrPal) target_link_libraries(paltest_setevent_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt index dbec4fb81a72..a729092c81eb 100644 --- a/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetEvent/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setevent_test2 CoreClrPal) target_link_libraries(paltest_setevent_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt index a9de8bc9a744..6ee67550c947 100644 --- a/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetEvent/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setevent_test3 CoreClrPal) target_link_libraries(paltest_setevent_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt index a4e1861c661d..4e096a7c58ac 100644 --- a/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SetEvent/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setevent_test4 CoreClrPal) target_link_libraries(paltest_setevent_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt index d920ce25b262..fd201410751e 100644 --- a/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/Sleep/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sleep_test1 CoreClrPal) target_link_libraries(paltest_sleep_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt index 122b46d6a69b..502fa9685bd3 100644 --- a/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/Sleep/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sleep_test2 CoreClrPal) target_link_libraries(paltest_sleep_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt index 35661db5c434..003d98daa88f 100644 --- a/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SleepEx/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sleepex_test1 CoreClrPal) target_link_libraries(paltest_sleepex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt index 7e6d8d5f2ce7..14585f66960a 100644 --- a/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SleepEx/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_sleepex_test2 CoreClrPal) target_link_libraries(paltest_sleepex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt index ae55599f5124..0fac3509bfa1 100644 --- a/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SuspendThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_suspendthread_test1 CoreClrPal) target_link_libraries(paltest_suspendthread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt index 7d6dda8940a0..1c90a7608441 100644 --- a/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SuspendThread/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_suspendthread_test2 CoreClrPal) target_link_libraries(paltest_suspendthread_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt index 481812fa7294..baee1dd29e6a 100644 --- a/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SuspendThread/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_suspendthread_test3 CoreClrPal) target_link_libraries(paltest_suspendthread_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt index e0ba19c94f50..9dbb0577b278 100644 --- a/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SuspendThread/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_suspendthread_test4 CoreClrPal) target_link_libraries(paltest_suspendthread_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt index 45913ec67ff6..4f46185b9d72 100644 --- a/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SuspendThread/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_suspendthread_test5 CoreClrPal) target_link_libraries(paltest_suspendthread_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt index cbfb5bdf2b34..9b9cdec09877 100644 --- a/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/SwitchToThread/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_switchtothread_test1 CoreClrPal) target_link_libraries(paltest_switchtothread_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt index 7d326c71d12e..1e19a9d3ccc8 100644 --- a/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test1 CoreClrPal) target_link_libraries(paltest_tls_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt index be4cc6e1180f..7d4a18c24f01 100644 --- a/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test2 CoreClrPal) target_link_libraries(paltest_tls_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt index c8ee06e3ad7d..5983c2c18f7b 100644 --- a/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test3 CoreClrPal) target_link_libraries(paltest_tls_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt index 850cb60f2bed..a202b5fa21df 100644 --- a/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test4 CoreClrPal) target_link_libraries(paltest_tls_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt index 957945db4a65..3e4aeb998f3f 100644 --- a/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test5 CoreClrPal) target_link_libraries(paltest_tls_test5 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt index 2b4d3479f24f..f4385d5574e9 100644 --- a/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TLS/test6_optimizedtls/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_tls_test6_optimizedtls CoreClrPal) target_link_libraries(paltest_tls_test6_optimizedtls pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt index 23ad31cd06a6..44d0b989192e 100644 --- a/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/TerminateProcess/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_terminateprocess_test1 CoreClrPal) target_link_libraries(paltest_terminateprocess_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt index 676a5d38c5c3..197be8dd8d75 100644 --- a/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/ThreadPriority/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_threadpriority_test1 CoreClrPal) target_link_libraries(paltest_threadpriority_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt index 453e89477e62..b5b5190f1c03 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjects_test1 CoreClrPal) target_link_libraries(paltest_waitformultipleobjects_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt index 6f7be518e5f9..1f9812e08be4 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjects_test2 CoreClrPal) target_link_libraries(paltest_waitformultipleobjects_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt index bea297acaefe..e08273b423f4 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test1 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt index 66a1c04172c2..c6943834c911 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test2 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test2 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt index 25410f382ddc..2f0aaaa2b6ef 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test3 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test3 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt index 2784b2da06aa..880212dee0ed 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test4 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test4 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt index a6fb1996ecb7..d5c6d32c0271 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test5 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test5 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test5_helper CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test5_helper pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt index e9e91a33d7ff..b1fa21e37115 100644 --- a/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test6 CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test6 pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_waitformultipleobjectsex_test6_child CoreClrPal) target_link_libraries(paltest_waitformultipleobjectsex_test6_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt index 611e1f7a9cfa..fed65cbf64d4 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsoexmutextest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsoexmutextest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt index fc49935fda6c..50f90ef0d81d 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsoexsemaphoretest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsoexsemaphoretest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt index 788dc36fbf8c..57a421918266 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsoexthreadtest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsoexthreadtest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt index 302556240a24..abd1abd7902b 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsomutextest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsomutextest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt index 33b8ef0ed6be..fbd280242a4f 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsoprocesstest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsoprocesstest pthread - rt m CoreClrPal ) @@ -32,7 +31,6 @@ add_dependencies(paltest_waitforsingleobject_wfsoprocesstest_child CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsoprocesstest_child pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt index db8c58d08300..4ee38e276548 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsosemaphoretest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsosemaphoretest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt index 06d28c1c867d..596702556c01 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_wfsothreadtest CoreClrPal) target_link_libraries(paltest_waitforsingleobject_wfsothreadtest pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt index 2d343ed420e1..15df8a055b3c 100644 --- a/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_waitforsingleobject_test1 CoreClrPal) target_link_libraries(paltest_waitforsingleobject_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt index 4de6544c7703..1d609535e6b9 100644 --- a/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/YieldProcessor/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_yieldprocessor_test1 CoreClrPal) target_link_libraries(paltest_yieldprocessor_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt index 79cbfd9ac397..2411884690ec 100644 --- a/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/releasesemaphore/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_releasesemaphore_test1 CoreClrPal) target_link_libraries(paltest_releasesemaphore_test1 pthread - rt m CoreClrPal ) diff --git a/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt b/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt index f7531acb069b..c9320339d4cb 100644 --- a/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt +++ b/src/pal/tests/palsuite/threading/setthreadcontext/test1/CMakeLists.txt @@ -14,7 +14,6 @@ add_dependencies(paltest_setthreadcontext_test1 CoreClrPal) target_link_libraries(paltest_setthreadcontext_test1 pthread - rt m CoreClrPal )