Mercurial > ecos
comparison packages/language/c/libc/string/current/cdl/string.cdl @ 197:51b34619b677
Merge from eCos master repository on 2001-11-30-11:22:06-GMT
| author | jlarmour |
|---|---|
| date | Fri, 30 Nov 2001 13:09:25 +0000 |
| parents | d61da071934c |
| children | e0c0827131d1 |
comparison
equal
deleted
inserted
replaced
| 196:9b55e9c69693 | 197:51b34619b677 |
|---|---|
| 92 This option tries to reduce string function | 92 This option tries to reduce string function |
| 93 code size at the expense of execution speed. The | 93 code size at the expense of execution speed. The |
| 94 same effect can be produced if the code is | 94 same effect can be produced if the code is |
| 95 compiled with the -Os option to the compiler." | 95 compiled with the -Os option to the compiler." |
| 96 } | 96 } |
| 97 | |
| 98 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { | |
| 99 display "Provide BSD compatibility functions" | |
| 100 flavor bool | |
| 101 default_value 1 | |
| 102 implements CYGINT_ISO_STRING_BSD_FUNCS | |
| 103 requires { CYGBLD_ISO_STRING_BSD_FUNCS_HEADER == \ | |
| 104 "<cyg/libc/string/bsdstring.h>" } | |
| 105 requires CYGINT_ISO_CTYPE | |
| 106 compile bsdstring.cxx | |
| 107 description " | |
| 108 Enabling this option causes various compatibility functions | |
| 109 commonly found in the BSD UNIX operating system to be included. | |
| 110 These are functions such as bzero, bcmp, bcopy, bzero, strcasecmp, | |
| 111 strncasecmp, index, rindex and swab." | |
| 112 } | |
| 97 | 113 |
| 98 cdl_component CYGPKG_LIBC_STRING_STRTOK { | 114 cdl_component CYGPKG_LIBC_STRING_STRTOK { |
| 99 display "strtok" | 115 display "strtok" |
| 100 flavor none | 116 flavor none |
| 101 description " | 117 description " |
