From 7c816d145fb3596b0eb8f27943fe69c153c581df Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 5 Jul 2023 20:29:40 -0500 Subject: [PATCH] Update: The defines in cygwin.txt documentation are out of date. --- documents/cygwin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/cygwin.txt b/documents/cygwin.txt index 39688c9..e687cab 100644 --- a/documents/cygwin.txt +++ b/documents/cygwin.txt @@ -20,7 +20,7 @@ Cygwin: Fortunately, FLL:"Featureless Linux Library" is specifically designed to be hackable so the process is easier than it might otherwise be. For a monolithic build, compiled statically, add the following to code:"defines" in the file:"data/build/settings" (of the packaged source files). - code:"-D_di_libcap_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ -D_di_f_thread_attribute_default_get_ -D_di_f_thread_attribute_default_set_ -D_di_compiler_attributes_ -DF_attribute_visibility_hidden_d -DF_attribute_visibility_internal_d -DF_attribute_visibility_protected_d -DF_attribute_visibility_public_d -DF_attribute_weak_d". + code:"-D_di_libcap_ -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ -D_di_f_thread_attribute_default_get_ -D_di_f_thread_attribute_default_set_ -D_di_compiler_attributes_d_ -DF_attribute_visibility_hidden_d -DF_attribute_visibility_internal_d -DF_attribute_visibility_protected_d -DF_attribute_visibility_public_d -DF_attribute_weak_d". The bold:"Cygwin" system does not support special link modes, such as code:"-z now", so remove code:"-z now" from all build settings files. -- 1.8.3.1