comparison packages/language/c/libc/startup/current/cdl/startup.cdl @ 128:0c2b7be0d798 ecos-sw-2000-10-12

Merge from eCos master repository on 2000-10-12-08:46:24-BST
author jlarmour
date Thu, 12 Oct 2000 20:31:43 +0000
parents 6ed91473a1cd
children d397fc472bcf
comparison
equal deleted inserted replaced
127:67f0ef5f8ee9 128:0c2b7be0d798
258 } 258 }
259 259
260 cdl_option CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS { 260 cdl_option CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS {
261 display "Invoke default static constructors" 261 display "Invoke default static constructors"
262 requires CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG 262 requires CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG
263 requires CYGSEM_LIBC_STARTUP_MAIN_THREAD 263 requires { CYGSEM_LIBC_STARTUP_MAIN_THREAD || \
264 (CYGSEM_LIBC_STARTUP_MAIN_OTHER && CYGPKG_POSIX_PTHREAD) }
264 default_value 0 265 default_value 0
265 description " 266 description "
266 This option causes the C library to call 267 This option causes the C library to call
267 static constructors with default priority 268 static constructors with default priority
268 from within the context of the main() thread, 269 from within the context of the main() thread,