Mercurial > flash_v2
comparison packages/templates/default/current.ect @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 6736c52df507 |
| children | d2f49caf9e38 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 14 package CYGPKG_HAL current ; | 14 package CYGPKG_HAL current ; |
| 15 package CYGPKG_IO current ; | 15 package CYGPKG_IO current ; |
| 16 package CYGPKG_IO_SERIAL current ; | 16 package CYGPKG_IO_SERIAL current ; |
| 17 package CYGPKG_INFRA current ; | 17 package CYGPKG_INFRA current ; |
| 18 package CYGPKG_KERNEL current ; | 18 package CYGPKG_KERNEL current ; |
| 19 package CYGPKG_MEMALLOC current ; | |
| 20 package CYGPKG_ISOINFRA current ; | |
| 19 package CYGPKG_LIBC current ; | 21 package CYGPKG_LIBC current ; |
| 22 package CYGPKG_LIBC_I18N current ; | |
| 23 package CYGPKG_LIBC_SETJMP current ; | |
| 24 package CYGPKG_LIBC_SIGNALS current ; | |
| 25 package CYGPKG_LIBC_STARTUP current ; | |
| 26 package CYGPKG_LIBC_STDIO current ; | |
| 27 package CYGPKG_LIBC_STDLIB current ; | |
| 28 package CYGPKG_LIBC_STRING current ; | |
| 29 package CYGPKG_LIBC_TIME current ; | |
| 20 package CYGPKG_LIBM current ; | 30 package CYGPKG_LIBM current ; |
| 21 package CYGPKG_IO_WALLCLOCK current ; | 31 package CYGPKG_IO_WALLCLOCK current ; |
| 22 package CYGPKG_ERROR current ; | 32 package CYGPKG_ERROR current ; |
| 23 }; | 33 }; |
| 24 | 34 |
| 35 cdl_option CYGBLD_ISO_CTYPE_HEADER { | |
| 36 inferred_value 1 <cyg/libc/i18n/ctype.inl> | |
| 37 }; | |
| 25 | 38 |
| 39 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER { | |
| 40 inferred_value 1 <cyg/error/codes.h> | |
| 41 }; | |
| 42 | |
| 43 cdl_option CYGBLD_ISO_ERRNO_HEADER { | |
| 44 inferred_value 1 <cyg/error/errno.h> | |
| 45 }; | |
| 46 | |
| 47 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER { | |
| 48 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 49 }; | |
| 50 | |
| 51 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER { | |
| 52 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 53 }; | |
| 54 | |
| 55 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER { | |
| 56 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 57 }; | |
| 58 | |
| 59 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER { | |
| 60 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 61 }; | |
| 62 | |
| 63 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER { | |
| 64 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 65 }; | |
| 66 | |
| 67 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER { | |
| 68 inferred_value 1 <cyg/libc/stdio/stdio.h> | |
| 69 }; | |
| 70 | |
| 71 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER { | |
| 72 inferred_value 1 <cyg/libc/stdlib/atox.inl> | |
| 73 }; | |
| 74 | |
| 75 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER { | |
| 76 inferred_value 1 <cyg/libc/stdlib/abs.inl> | |
| 77 }; | |
| 78 | |
| 79 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER { | |
| 80 inferred_value 1 <cyg/libc/stdlib/div.inl> | |
| 81 }; | |
| 82 | |
| 83 cdl_option CYGBLD_ISO_STRERROR_HEADER { | |
| 84 inferred_value 1 <cyg/error/strerror.h> | |
| 85 }; | |
| 86 | |
| 87 cdl_option CYGBLD_ISO_STRTOK_R_HEADER { | |
| 88 inferred_value 1 <cyg/libc/string/string.h> | |
| 89 }; | |
| 90 | |
| 91 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { | |
| 92 inferred_value 1 <cyg/libc/string/string.h> | |
| 93 }; | |
| 94 | |
| 95 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { | |
| 96 inferred_value 1 <cyg/libc/string/string.h> | |
| 97 }; | |
| 98 | |
| 99 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { | |
| 100 inferred_value 1 <cyg/libc/string/string.h> | |
| 101 }; | |
| 102 | |
| 103 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER { | |
| 104 inferred_value 1 <cyg/libc/time/time.h> | |
| 105 }; | |
| 106 | |
| 107 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER { | |
| 108 inferred_value 1 <cyg/libc/time/time.h> | |
| 109 }; | |
| 110 | |
| 111 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER { | |
| 112 inferred_value 1 <cyg/libc/signals/signal.h> | |
| 113 }; | |
| 114 | |
| 115 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER { | |
| 116 inferred_value 1 <cyg/libc/signals/signal.h> | |
| 117 }; | |
| 118 | |
| 119 cdl_option CYGBLD_ISO_SETJMP_HEADER { | |
| 120 inferred_value 1 <cyg/libc/setjmp/setjmp.h> | |
| 121 }; |
