diff packages/redboot/current/cdl/redboot.cdl @ 136:a9ac27ec7abc ecos-sw-2000-11-17

Merge from eCos master repository on 2000-11-17-18:24:25-GMT
author jlarmour
date Fri, 17 Nov 2000 23:16:43 +0000
parents 0ae0bc38e387
children 289bf90c6a9b
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl
+++ b/packages/redboot/current/cdl/redboot.cdl
@@ -74,7 +74,7 @@ cdl_package CYGPKG_REDBOOT {
                      stripping before being converted to a binary image.
                      This is handled by a rule in the target CDL."
 
-	compile printf.c misc_funs.c io.c parse.c ticks.c xyzModem.c
+	compile printf.c misc_funs.c io.c parse.c ticks.c xyzModem.c syscall.c
         compile -library=libextras.a load.c
 
         make -priority 320 {
@@ -198,5 +198,13 @@ cdl_package CYGPKG_REDBOOT {
         no_define
     }
 
+    cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS {
+        display       "Allow RedBoot to handle GNUPro application 'syscalls'."
+        flavor        bool
+        default_value 0
+        description   "
+          If this option is enabled then RedBoot will install a syscall handler
+          to support debugging of applications based on GNUPro newlib/bsp."
+    }
 }