[0dad5b9] | 1 | #
|
---|
| 2 | # Default CLFS Embedded uClibc config
|
---|
| 3 | # Version: 0.9.30
|
---|
| 4 | #
|
---|
| 5 | # TARGET_alpha is not set
|
---|
| 6 | # TARGET_arm is not set
|
---|
| 7 | # TARGET_avr32 is not set
|
---|
| 8 | # TARGET_bfin is not set
|
---|
| 9 | # TARGET_cris is not set
|
---|
| 10 | # TARGET_e1 is not set
|
---|
| 11 | # TARGET_frv is not set
|
---|
| 12 | # TARGET_h8300 is not set
|
---|
| 13 | # TARGET_hppa is not set
|
---|
| 14 | # TARGET_i386 is not set
|
---|
| 15 | # TARGET_i960 is not set
|
---|
| 16 | # TARGET_ia64 is not set
|
---|
| 17 | # TARGET_m68k is not set
|
---|
| 18 | # TARGET_microblaze is not set
|
---|
| 19 | # TARGET_mips is not set
|
---|
| 20 | # TARGET_nios is not set
|
---|
| 21 | # TARGET_nios2 is not set
|
---|
| 22 | # TARGET_powerpc is not set
|
---|
| 23 | # TARGET_sh is not set
|
---|
| 24 | # TARGET_sh64 is not set
|
---|
| 25 | # TARGET_sparc is not set
|
---|
| 26 | # TARGET_v850 is not set
|
---|
| 27 | # TARGET_vax is not set
|
---|
| 28 | # TARGET_x86_64 is not set
|
---|
| 29 | # TARGET_xtensa is not set
|
---|
| 30 |
|
---|
| 31 | #
|
---|
| 32 | # Target Architecture Features and Options
|
---|
| 33 | #
|
---|
| 34 | TARGET_ARCH="none"
|
---|
| 35 | FORCE_OPTIONS_FOR_ARCH=y
|
---|
| 36 | # ARCH_LITTLE_ENDIAN is not set
|
---|
| 37 | # ARCH_BIG_ENDIAN is not set
|
---|
| 38 | # ARCH_WANTS_LITTLE_ENDIAN is not set
|
---|
| 39 | # ARCH_WANTS_BIG_ENDIAN is not set
|
---|
| 40 |
|
---|
| 41 | #
|
---|
| 42 | # Using Little Endian
|
---|
| 43 | #
|
---|
| 44 | ARCH_HAS_MMU=y
|
---|
| 45 | ARCH_USE_MMU=y
|
---|
| 46 | UCLIBC_HAS_FLOATS=y
|
---|
| 47 | UCLIBC_HAS_FPU=y
|
---|
| 48 | DO_C99_MATH=y
|
---|
| 49 | # UCLIBC_HAS_FENV is not set
|
---|
| 50 | UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
---|
| 51 | KERNEL_HEADERS="/usr/src/linux/include"
|
---|
| 52 | HAVE_DOT_CONFIG=y
|
---|
| 53 |
|
---|
| 54 | #
|
---|
| 55 | # General Library Settings
|
---|
| 56 | #
|
---|
| 57 | # HAVE_NO_PIC is not set
|
---|
| 58 | DOPIC=y
|
---|
| 59 | # ARCH_HAS_NO_SHARED is not set
|
---|
| 60 | # ARCH_HAS_NO_LDSO is not set
|
---|
| 61 | HAVE_SHARED=y
|
---|
| 62 | FORCE_SHAREABLE_TEXT_SEGMENTS=y
|
---|
| 63 | LDSO_LDD_SUPPORT=y
|
---|
| 64 | # LDSO_CACHE_SUPPORT is not set
|
---|
| 65 | LDSO_PRELOAD_FILE_SUPPORT=y
|
---|
| 66 | LDSO_BASE_FILENAME="ld.so"
|
---|
| 67 | # UCLIBC_STATIC_LDCONFIG is not set
|
---|
| 68 | # LDSO_RUNPATH is not set
|
---|
| 69 | UCLIBC_CTOR_DTOR=y
|
---|
| 70 | # LDSO_GNU_HASH_SUPPORT is not set
|
---|
| 71 | # HAS_NO_THREADS is not set
|
---|
| 72 | UCLIBC_HAS_THREADS=y
|
---|
| 73 | # PTHREADS_DEBUG_SUPPORT is not set
|
---|
| 74 | LINUXTHREADS_OLD=y
|
---|
| 75 | UCLIBC_HAS_SYSLOG=y
|
---|
| 76 | UCLIBC_HAS_LFS=y
|
---|
| 77 | # MALLOC is not set
|
---|
| 78 | # MALLOC_SIMPLE is not set
|
---|
| 79 | MALLOC_STANDARD=y
|
---|
| 80 | MALLOC_GLIBC_COMPAT=y
|
---|
| 81 | UCLIBC_DYNAMIC_ATEXIT=y
|
---|
| 82 | # COMPAT_ATEXIT is not set
|
---|
| 83 | # UCLIBC_SUSV3_LEGACY is not set
|
---|
| 84 | # UCLIBC_SUSV3_LEGACY_MACROS is not set
|
---|
| 85 | # UCLIBC_HAS_STUBS is not set
|
---|
| 86 | UCLIBC_HAS_SHADOW=y
|
---|
| 87 | # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
|
---|
| 88 | UCLIBC_HAS_PTY=y
|
---|
| 89 | ASSUME_DEVPTS=y
|
---|
| 90 | UNIX98PTY_ONLY=y
|
---|
| 91 | # UCLIBC_HAS_GETPT is not set
|
---|
| 92 | UCLIBC_HAS_TM_EXTENSIONS=y
|
---|
| 93 | UCLIBC_HAS_TZ_CACHING=y
|
---|
| 94 | UCLIBC_HAS_TZ_FILE=y
|
---|
| 95 | UCLIBC_HAS_TZ_FILE_READ_MANY=y
|
---|
| 96 | UCLIBC_TZ_FILE_PATH="/etc/TZ"
|
---|
| 97 |
|
---|
| 98 | #
|
---|
| 99 | # Advanced Library Settings
|
---|
| 100 | #
|
---|
| 101 | UCLIBC_PWD_BUFFER_SIZE=256
|
---|
| 102 | UCLIBC_GRP_BUFFER_SIZE=256
|
---|
| 103 |
|
---|
| 104 | #
|
---|
| 105 | # Support various families of functions
|
---|
| 106 | #
|
---|
| 107 | UCLIBC_LINUX_MODULE_24=y
|
---|
| 108 | UCLIBC_LINUX_SPECIFIC=y
|
---|
| 109 | UCLIBC_HAS_GNU_ERROR=y
|
---|
| 110 | UCLIBC_BSD_SPECIFIC=y
|
---|
| 111 | UCLIBC_HAS_BSD_ERR=y
|
---|
| 112 | # UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set
|
---|
| 113 | # UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set
|
---|
| 114 | # UCLIBC_NTP_LEGACY is not set
|
---|
| 115 | # UCLIBC_SV4_DEPRECATED is not set
|
---|
| 116 | UCLIBC_HAS_REALTIME=y
|
---|
| 117 | UCLIBC_HAS_ADVANCED_REALTIME=y
|
---|
| 118 | UCLIBC_HAS_EPOLL=y
|
---|
| 119 | UCLIBC_HAS_XATTR=y
|
---|
| 120 | UCLIBC_HAS_PROFILING=y
|
---|
| 121 | UCLIBC_HAS_CRYPT_IMPL=y
|
---|
| 122 | UCLIBC_HAS_CRYPT=y
|
---|
| 123 | UCLIBC_HAS_NETWORK_SUPPORT=y
|
---|
| 124 | UCLIBC_HAS_SOCKET=y
|
---|
| 125 | UCLIBC_HAS_IPV4=y
|
---|
| 126 | UCLIBC_HAS_IPV6=y
|
---|
| 127 | UCLIBC_HAS_RPC=y
|
---|
| 128 | UCLIBC_HAS_FULL_RPC=y
|
---|
| 129 | UCLIBC_HAS_REENTRANT_RPC=y
|
---|
| 130 | UCLIBC_USE_NETLINK=y
|
---|
| 131 | UCLIBC_SUPPORT_AI_ADDRCONFIG=yes
|
---|
| 132 | # UCLIBC_HAS_BSD_RES_CLOSE is not set
|
---|
| 133 |
|
---|
| 134 | #
|
---|
| 135 | # String and Stdio Support
|
---|
| 136 | #
|
---|
| 137 | # UCLIBC_HAS_STRING_GENERIC_OPT is not set
|
---|
| 138 | # UCLIBC_HAS_STRING_ARCH_OPT is not set
|
---|
| 139 | UCLIBC_HAS_CTYPE_TABLES=y
|
---|
| 140 | UCLIBC_HAS_CTYPE_SIGNED=y
|
---|
| 141 | UCLIBC_HAS_CTYPE_UNSAFE=y
|
---|
| 142 | UCLIBC_HAS_CTYPE_CHECKED=y
|
---|
| 143 | UCLIBC_HAS_CTYPE_ENFORCED=y
|
---|
| 144 | UCLIBC_HAS_WCHAR=y
|
---|
| 145 | # UCLIBC_HAS_LOCALE is not set
|
---|
| 146 | UCLIBC_HAS_HEXADECIMAL_FLOATS=y
|
---|
| 147 | UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
|
---|
| 148 | UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
|
---|
| 149 | UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
|
---|
| 150 | # UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
|
---|
| 151 | # UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
|
---|
| 152 | # UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
|
---|
| 153 | # UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
|
---|
| 154 | # UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
|
---|
| 155 | UCLIBC_HAS_STDIO_BUFSIZ_4096=y
|
---|
| 156 | # UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
|
---|
| 157 | UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
|
---|
| 158 | # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
|
---|
| 159 | # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
|
---|
| 160 | # UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
|
---|
| 161 | # UCLIBC_HAS_STDIO_GETC_MACRO is not set
|
---|
| 162 | # UCLIBC_HAS_STDIO_PUTC_MACRO is not set
|
---|
| 163 | UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
|
---|
| 164 | UCLIBC_HAS_FOPEN_LARGEFILE_MODE=y
|
---|
| 165 | UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
|
---|
| 166 | UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
|
---|
| 167 | UCLIBC_HAS_PRINTF_M_SPEC=y
|
---|
| 168 | UCLIBC_HAS_ERRNO_MESSAGES=y
|
---|
| 169 | UCLIBC_HAS_SYS_ERRLIST=y
|
---|
| 170 | UCLIBC_HAS_SIGNUM_MESSAGES=y
|
---|
| 171 | UCLIBC_HAS_SYS_SIGLIST=y
|
---|
| 172 | UCLIBC_HAS_GNU_GETOPT=y
|
---|
| 173 | UCLIBC_HAS_GNU_GETSUBOPT=y
|
---|
| 174 |
|
---|
| 175 | #
|
---|
| 176 | # Big and Tall
|
---|
| 177 | #
|
---|
| 178 | UCLIBC_HAS_REGEX=y
|
---|
| 179 | # UCLIBC_HAS_REGEX_OLD is not set
|
---|
| 180 | UCLIBC_HAS_FNMATCH=y
|
---|
| 181 | # UCLIBC_HAS_FNMATCH_OLD is not set
|
---|
| 182 | UCLIBC_HAS_WORDEXP=y
|
---|
| 183 | UCLIBC_HAS_FTW=y
|
---|
| 184 | UCLIBC_HAS_GLOB=y
|
---|
| 185 | UCLIBC_HAS_GNU_GLOB=y
|
---|
| 186 |
|
---|
| 187 | #
|
---|
| 188 | # Library Installation Options
|
---|
| 189 | #
|
---|
| 190 | SHARED_LIB_LOADER_PREFIX="/lib"
|
---|
| 191 | RUNTIME_PREFIX="/"
|
---|
| 192 | DEVEL_PREFIX="/usr/"
|
---|
| 193 |
|
---|
| 194 | #
|
---|
| 195 | # Security options
|
---|
| 196 | #
|
---|
| 197 | UCLIBC_HAS_ARC4RANDOM=y
|
---|
| 198 | # HAVE_NO_SSP is not set
|
---|
| 199 | UCLIBC_HAS_SSP=y
|
---|
| 200 | UCLIBC_BUILD_RELRO=y
|
---|
| 201 | UCLIBC_BUILD_NOW=y
|
---|
| 202 | UCLIBC_BUILD_NOEXECSTACK=y
|
---|
| 203 |
|
---|
| 204 | #
|
---|
| 205 | # uClibc development/debugging options
|
---|
| 206 | #
|
---|
| 207 | CROSS_COMPILER_PREFIX=""
|
---|
| 208 | UCLIBC_EXTRA_CFLAGS=""
|
---|
| 209 | # DODEBUG is not set
|
---|
| 210 | # DODEBUG_PT is not set
|
---|
| 211 | DOSTRIP=y
|
---|
| 212 | # DOASSERTS is not set
|
---|
| 213 | # SUPPORT_LD_DEBUG is not set
|
---|
| 214 | # SUPPORT_LD_DEBUG_EARLY is not set
|
---|
| 215 | # UCLIBC_MALLOC_DEBUGGING is not set
|
---|
| 216 | WARNINGS="-Wall"
|
---|
| 217 | # EXTRA_WARNINGS is not set
|
---|
| 218 | # DOMULTI is not set
|
---|
| 219 | # UCLIBC_MJN3_ONLY is not set
|
---|