root/floppyfw/configs/config-uclibc

Revision 1, 3.4 KB (checked in by root, 6 years ago)

First post

Line 
1#
2# Automatically generated make config: don't edit
3#
4# TARGET_alpha is not set
5# TARGET_arm is not set
6# TARGET_cris is not set
7# TARGET_e1 is not set
8# TARGET_h8300 is not set
9TARGET_i386=y
10# TARGET_i960 is not set
11# TARGET_m68k is not set
12# TARGET_microblaze is not set
13# TARGET_mips is not set
14# TARGET_powerpc is not set
15# TARGET_sh is not set
16# TARGET_sparc is not set
17# TARGET_v850 is not set
18
19#
20# Target Architecture Features and Options
21#
22HAVE_ELF=y
23TARGET_ARCH="i386"
24CONFIG_GENERIC_386=y
25# CONFIG_386 is not set
26# CONFIG_486 is not set
27# CONFIG_586 is not set
28# CONFIG_586MMX is not set
29# CONFIG_686 is not set
30# CONFIG_PENTIUMIII is not set
31# CONFIG_PENTIUM4 is not set
32# CONFIG_K6 is not set
33# CONFIG_K7 is not set
34# CONFIG_CRUSOE is not set
35# CONFIG_WINCHIPC6 is not set
36# CONFIG_WINCHIP2 is not set
37# CONFIG_CYRIXIII is not set
38ARCH_LITTLE_ENDIAN=y
39# ARCH_BIG_ENDIAN is not set
40# ARCH_HAS_NO_MMU is not set
41UCLIBC_HAS_MMU=y
42UCLIBC_HAS_FLOATS=y
43HAS_FPU=y
44DO_C99_MATH=y
45WARNINGS="-Wall"
46KERNEL_SOURCE="/server/floppyfw/uclibc/buildroot/toolchain_build_i386/linux"
47C_SYMBOL_PREFIX=""
48HAVE_DOT_CONFIG=y
49
50#
51# General Library Settings
52#
53# HAVE_NO_PIC is not set
54DOPIC=y
55# HAVE_NO_SHARED is not set
56HAVE_SHARED=y
57# ARCH_HAS_NO_LDSO is not set
58BUILD_UCLIBC_LDSO=y
59# UCLIBC_PIE_SUPPORT is not set
60LDSO_LDD_SUPPORT=y
61UCLIBC_CTOR_DTOR=y
62# UCLIBC_PROPOLICE is not set
63# UCLIBC_PROFILING is not set
64# HAS_NO_THREADS is not set
65UCLIBC_HAS_THREADS=y
66# PTHREADS_DEBUG_SUPPORT is not set
67# UCLIBC_HAS_LFS is not set
68# MALLOC is not set
69# MALLOC_SIMPLE is not set
70MALLOC_STANDARD=y
71# MALLOC_GLIBC_COMPAT is not set
72UCLIBC_DYNAMIC_ATEXIT=y
73# HAS_SHADOW is not set
74UNIX98PTY_ONLY=y
75ASSUME_DEVPTS=y
76UCLIBC_HAS_TM_EXTENSIONS=y
77UCLIBC_HAS_TZ_CACHING=y
78UCLIBC_HAS_TZ_FILE=y
79UCLIBC_HAS_TZ_FILE_READ_MANY=y
80UCLIBC_TZ_FILE_PATH="/etc/TZ"
81
82#
83# Networking Support
84#
85# UCLIBC_HAS_IPV6 is not set
86# UCLIBC_HAS_RPC is not set
87
88#
89# String and Stdio Support
90#
91UCLIBC_HAS_CTYPE_TABLES=y
92UCLIBC_HAS_CTYPE_SIGNED=y
93# UCLIBC_HAS_CTYPE_UNSAFE is not set
94UCLIBC_HAS_CTYPE_CHECKED=y
95# UCLIBC_HAS_CTYPE_ENFORCED is not set
96# UCLIBC_HAS_WCHAR is not set
97# UCLIBC_HAS_LOCALE is not set
98# UCLIBC_HAS_HEXADECIMAL_FLOATS is not set
99USE_OLD_VFPRINTF=y
100# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
101# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
102UCLIBC_HAS_STDIO_BUFSIZ_256=y
103# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
104# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
105# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
106# UCLIBC_HAS_STDIO_BUFSIZ_4096 is not set
107# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
108UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
109# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
110# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
111UCLIBC_HAS_STDIO_GETC_MACRO=y
112UCLIBC_HAS_STDIO_PUTC_MACRO=y
113UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
114# UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set
115# UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set
116# UCLIBC_HAS_PRINTF_M_SPEC is not set
117UCLIBC_HAS_ERRNO_MESSAGES=y
118# UCLIBC_HAS_SYS_ERRLIST is not set
119UCLIBC_HAS_SIGNUM_MESSAGES=y
120# UCLIBC_HAS_SYS_SIGLIST is not set
121UCLIBC_HAS_GNU_GETOPT=y
122
123#
124# Big and Tall
125#
126UCLIBC_HAS_REGEX=y
127# UCLIBC_HAS_WORDEXP is not set
128# UCLIBC_HAS_FTW is not set
129UCLIBC_HAS_GLOB=y
130
131#
132# Library Installation Options
133#
134SHARED_LIB_LOADER_PREFIX="/lib"
135RUNTIME_PREFIX="/"
136DEVEL_PREFIX="/usr/"
137
138#
139# uClibc development/debugging options
140#
141# DODEBUG is not set
142# DOASSERTS is not set
143# SUPPORT_LD_DEBUG is not set
144# SUPPORT_LD_DEBUG_EARLY is not set
145# UCLIBC_MJN3_ONLY is not set
Note: See TracBrowser for help on using the browser.