diff -r a1577759bf62 -r af97cdbb7713 cmake_modules/FindFreepascal.cmake
--- a/cmake_modules/FindFreepascal.cmake	Sun Dec 09 16:13:06 2012 +0100
+++ b/cmake_modules/FindFreepascal.cmake	Sun Dec 09 18:00:01 2012 +0100
@@ -19,6 +19,7 @@
 endif()
 
 # Check for noexecstack flag support
+message(STATUS "Checking whether linker needs explicit noexecstack")
 set(NOEXECSTACK_FLAGS "-k-z" "-knoexecstack")
 file(WRITE ${EXECUTABLE_OUTPUT_PATH}/checkstack.pas "begin end.")