Config.in 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. mainmenu "uClibc C Library Configuration"
  6. choice
  7. prompt "Target Architecture"
  8. default TARGET_i386
  9. help
  10. Stuff
  11. config TARGET_alpha
  12. bool "alpha"
  13. config TARGET_arm
  14. bool "arm"
  15. config TARGET_bfin
  16. bool "bfin (BROKEN)"
  17. config TARGET_cris
  18. bool "cris (BROKEN)"
  19. config TARGET_e1
  20. bool "e1 (BROKEN)"
  21. config TARGET_frv
  22. bool "frv (BROKEN)"
  23. config TARGET_h8300
  24. bool "h8300 (BROKEN)"
  25. config TARGET_hppa
  26. bool "hppa"
  27. config TARGET_i386
  28. bool "i386"
  29. config TARGET_i960
  30. bool "i960 (BROKEN)"
  31. config TARGET_m68k
  32. bool "m68k"
  33. config TARGET_microblaze
  34. bool "microblaze (BROKEN)"
  35. config TARGET_mips
  36. bool "mips"
  37. config TARGET_nios
  38. bool "nios (BROKEN)"
  39. config TARGET_nios2
  40. bool "nios2 (BROKEN)"
  41. config TARGET_powerpc
  42. bool "powerpc"
  43. config TARGET_sh
  44. bool "superh"
  45. config TARGET_sh64
  46. bool "sh64"
  47. config TARGET_sparc
  48. bool "sparc"
  49. config TARGET_v850
  50. bool "v850 (BROKEN)"
  51. config TARGET_x86_64
  52. bool "x86_64"
  53. endchoice
  54. menu "Target Architecture Features and Options"
  55. if TARGET_alpha
  56. source "extra/Configs/Config.alpha"
  57. endif
  58. if TARGET_arm
  59. source "extra/Configs/Config.arm"
  60. endif
  61. if TARGET_bfin
  62. source "extra/Configs/Config.bfin"
  63. endif
  64. if TARGET_cris
  65. source "extra/Configs/Config.cris"
  66. endif
  67. if TARGET_e1
  68. source "extra/Configs/Config.e1"
  69. endif
  70. if TARGET_frv
  71. source "extra/Configs/Config.frv"
  72. endif
  73. if TARGET_h8300
  74. source "extra/Configs/Config.h8300"
  75. endif
  76. if TARGET_hppa
  77. source "extra/Configs/Config.hppa"
  78. endif
  79. if TARGET_i386
  80. source "extra/Configs/Config.i386"
  81. endif
  82. if TARGET_i960
  83. source "extra/Configs/Config.i960"
  84. endif
  85. if TARGET_m68k
  86. source "extra/Configs/Config.m68k"
  87. endif
  88. if TARGET_nios
  89. source "extra/Configs/Config.nios"
  90. endif
  91. if TARGET_nios2
  92. source "extra/Configs/Config.nios2"
  93. endif
  94. if TARGET_microblaze
  95. source "extra/Configs/Config.microblaze"
  96. endif
  97. if TARGET_mips
  98. source "extra/Configs/Config.mips"
  99. endif
  100. if TARGET_powerpc
  101. source "extra/Configs/Config.powerpc"
  102. endif
  103. if TARGET_sh
  104. source "extra/Configs/Config.sh"
  105. endif
  106. if TARGET_sh64
  107. source "extra/Configs/Config.sh64"
  108. endif
  109. if TARGET_sparc
  110. source "extra/Configs/Config.sparc"
  111. endif
  112. if TARGET_v850
  113. source "extra/Configs/Config.v850"
  114. endif
  115. if TARGET_x86_64
  116. source "extra/Configs/Config.x86_64"
  117. endif
  118. source "extra/Configs/Config.in.arch"
  119. endmenu
  120. menu "General Library Settings"
  121. config HAVE_NO_PIC
  122. bool
  123. default n
  124. config DOPIC
  125. bool "Generate only Position Independent Code (PIC)"
  126. default y
  127. depends !HAVE_NO_PIC
  128. help
  129. If you wish to build all of uClibc as PIC objects, then answer Y here.
  130. If you are unsure, then you should answer N.
  131. config HAVE_NO_SHARED
  132. bool
  133. default n
  134. config ARCH_HAS_NO_LDSO
  135. bool
  136. select HAVE_NO_SHARED
  137. default n
  138. config HAVE_SHARED
  139. bool "Enable support for shared libraries"
  140. depends on !HAVE_NO_SHARED
  141. default y
  142. help
  143. If you wish to build uClibc with support for shared libraries then
  144. answer Y here. If you only want to build uClibc as a static library,
  145. then answer N.
  146. config FORCE_SHAREABLE_TEXT_SEGMENTS
  147. bool "Only load shared libraries which can share their text segment"
  148. depends on HAVE_SHARED
  149. select DOPIC
  150. default n
  151. help
  152. If you answer Y here, the uClibc native shared library loader will
  153. only load shared libraries, which do not need to modify any non-writable
  154. segments. These libraries haven't set the DT_TEXTREL tag in the dynamic
  155. section (==> objdump). All your libraries must be compiled with
  156. -fPIC or -fpic, and all assembler function must be written as position
  157. independent code (PIC).
  158. Enabling this option will make uClibc's shared library loader a
  159. little bit smaller and guarantee that no memory will be wasted by badly
  160. coded shared libraries.
  161. config LDSO_LDD_SUPPORT
  162. bool "Native shared library loader 'ldd' support"
  163. depends on HAVE_SHARED
  164. default y
  165. help
  166. Enable this to enable all the code needed to support traditional ldd,
  167. which executes the shared library loader to resolve all dependencies
  168. and then provide a list of shared libraries that are required for an
  169. application to function. Disabling this option will makes uClibc's
  170. shared library loader a little bit smaller. Most people will answer Y.
  171. config LDSO_CACHE_SUPPORT
  172. bool "Enable shared library loader cache"
  173. depends on HAVE_SHARED
  174. default y
  175. help
  176. Enable this to make use of /etc/ld.so.conf, the shared library loader
  177. cache configuration file to support for non-standard library paths.
  178. After updating this file, it is necessary to run 'ldconfig' to update
  179. the /etc/ld.so.cache shared library loader cache file.
  180. config LDSO_PRELOAD_FILE_SUPPORT
  181. bool "Enable shared library loader preload file support"
  182. depends on HAVE_SHARED
  183. default n
  184. help
  185. Enable this to make use of /etc/ld.so.preload. This file contains a
  186. whitespace separated list of shared libraries to be loaded before
  187. the program.
  188. config LDSO_BASE_FILENAME
  189. string "Shared library loader naming prefix"
  190. depends on HAVE_SHARED && (LDSO_CACHE_SUPPORT || LDSO_PRELOAD_FILE_SUPPORT)
  191. default "ld.so"
  192. help
  193. If you wish to support both uClibc and glibc on the same system, it
  194. is necessary to set this to something other than "ld.so" to avoid
  195. conflicts with glibc, which also uses "ld.so". This prevents both
  196. libraries from using the same /etc/ld.so.* files. If you wish to
  197. support both uClibc and glibc on the same system then you should set
  198. this to "ld-uClibc.so".
  199. Most people will leave this set to the default of "ld.so".
  200. WARNING: Changing the default prefix could cause problems with
  201. binutils' ld !
  202. config LDSO_RUNPATH
  203. bool "Enable ELF RUNPATH tag support"
  204. depends on HAVE_SHARED
  205. default y
  206. help
  207. ELF's may have dynamic RPATH/RUNPATH tags. These tags list paths
  208. which extend the library search paths. They are really only useful
  209. if a package installs libraries in non standard locations and
  210. ld.so.conf support is disabled.
  211. Usage of RUNPATH tags is not too common, so disabling this feature
  212. should be safe for most people.
  213. config UCLIBC_CTOR_DTOR
  214. bool "Support global constructors and destructors"
  215. default y
  216. help
  217. If you wish to build uClibc with support for global constructor
  218. (ctor) and global destructor (dtor) support, then answer Y here.
  219. When ctor/dtor support is enabled, binaries linked with uClibc must
  220. also be linked with crtbegin.o and crtend.o which are provided by gcc
  221. (the "*startfile:" and "*endfile:" settings in your gcc specs file
  222. may need to be adjusted to include these files). This support will
  223. also add a small amount of additional size to each binary compiled vs
  224. uClibc. If you will be using uClibc with C++, or if you need the gcc
  225. __attribute__((constructor)) and __attribute__((destructor)) to work,
  226. then you definitely want to answer Y here. If you don't need ctors
  227. or dtors and want your binaries to be as small as possible, then
  228. answer N.
  229. config HAS_NO_THREADS
  230. bool
  231. default n
  232. config UCLIBC_HAS_THREADS
  233. bool "POSIX Threading Support"
  234. depends on !HAS_NO_THREADS
  235. default y
  236. help
  237. If you want to compile uClibc with pthread support, then answer Y.
  238. This will increase the size of uClibc by adding a bunch of locking
  239. to critical data structures, and adding extra code to ensure that
  240. functions are properly reentrant.
  241. If your applications require pthreads, answer Y.
  242. config PTHREADS_DEBUG_SUPPORT
  243. bool "Build pthreads debugging support"
  244. default n
  245. depends on UCLIBC_HAS_THREADS
  246. help
  247. Say Y here if you wish to be able to debug applications that use
  248. uClibc's pthreads library. By enabling this option, a library
  249. named libthread_db will be built. This library will be dlopen()'d
  250. by gdb and will allow gdb to debug the threads in your application.
  251. IMPORTANT NOTE! Because gdb must dlopen() the libthread_db library,
  252. you must compile gdb with uClibc in order for pthread debugging to
  253. work properly.
  254. If you are doing development and want to debug applications using
  255. uClibc's pthread library, answer Y. Otherwise, answer N.
  256. config LINUXTHREADS_OLD
  257. bool "Use the older (stable) version of linuxthreads"
  258. default y
  259. depends on UCLIBC_HAS_THREADS
  260. help
  261. There are two versions of linuxthreads. The older (stable) version
  262. has been in uClibc for quite a long time but hasn't seen too many
  263. updates other than bugfixes.
  264. The new version has not been tested much, and lacks ports for arches
  265. which glibc does not support (like bfin/frv/etc...), but is based on
  266. the latest code from glibc, so it may be the only choice for the
  267. newer ports (like alpha/amd64/64bit arches and hppa).
  268. config UCLIBC_HAS_LFS
  269. bool "Large File Support"
  270. default y
  271. help
  272. If you wish to build uClibc with support for accessing large files
  273. (i.e. files greater then 2 GiB) then answer Y. Do not enable this
  274. if you are using an older Linux kernel (2.0.x) that lacks large file
  275. support. Enabling this option will increase the size of uClibc.
  276. config UCLIBC_STATIC_LDCONFIG
  277. bool "Link ldconfig statically"
  278. default y
  279. help
  280. Enable this option to statically link the ldconfig binary.
  281. Making ldconfig static can be beneficial if you have a library
  282. problem and need to use ldconfig to recover. Sometimes, it is
  283. preferable to instead keep the size of the system down, in which
  284. case you should disable this option.
  285. choice
  286. prompt "Malloc Implementation"
  287. default MALLOC if ! ARCH_HAS_MMU
  288. default MALLOC_STANDARD if ARCH_HAS_MMU
  289. help
  290. "malloc" use mmap for all allocations and so works very well on MMU-less
  291. systems that do not support the brk() system call. It is pretty smart
  292. about reusing already allocated memory, and minimizing memory wastage.
  293. This is the default for uClinux MMU-less systems.
  294. "malloc-simple" was written from scratch for uClibc, and is the
  295. simplest possible (and therefore smallest) malloc implementation.
  296. This uses only the mmap() system call to allocation memory, and does
  297. not use the brk() system call at all, making it a fine choice for
  298. MMU-less systems with very limited memory. It is rather dumb, and
  299. certainly isn't the fastest. But it is 100% standards compliant,
  300. thread safe, and very small.
  301. "malloc-standard" is derived from the public domain dlmalloc
  302. implementation by Doug Lea. It is quite fast, and is pretty smart
  303. about reusing already allocated memory, and minimizing memory
  304. wastage. This uses brk() for small allocations, while using mmap()
  305. for larger allocations. This is the default malloc implementation
  306. for uClibc.
  307. If unsure, answer "malloc-standard".
  308. config MALLOC
  309. bool "malloc"
  310. config MALLOC_SIMPLE
  311. bool "malloc-simple"
  312. config MALLOC_STANDARD
  313. bool "malloc-standard"
  314. depends on ARCH_HAS_MMU
  315. endchoice
  316. config MALLOC_GLIBC_COMPAT
  317. bool "Malloc returns live pointer for malloc(0)"
  318. default n
  319. help
  320. The behavior of malloc(0) is listed as implementation-defined by
  321. SuSv3. Glibc returns a valid pointer to something, while uClibc
  322. normally return a NULL. I personally feel glibc's behavior is
  323. not particularly safe, and allows buggy applications to hide very
  324. serious problems.
  325. When this option is enabled, uClibc will act just like glibc, and
  326. return a live pointer when someone calls malloc(0). This pointer
  327. provides a malloc'ed area with a size of 1 byte. This feature is
  328. mostly useful when dealing with applications using autoconf's broken
  329. AC_FUNC_MALLOC macro (which redefines malloc as rpl_malloc if it
  330. does not detect glibc style returning-a-valid-pointer-for-malloc(0)
  331. behavior). Most people can safely answer N.
  332. config UCLIBC_DYNAMIC_ATEXIT
  333. bool "Dynamic atexit() Support"
  334. default y
  335. help
  336. When this option is enabled, uClibc will support an infinite number,
  337. of atexit() and on_exit() functions, limited only by your available
  338. memory. This can be important when uClibc is used with C++, since
  339. global destructors are implemented via atexit(), and it is quite
  340. possible to exceed the default number when this option is disabled.
  341. Enabling this option adds a few bytes, and more significantly makes
  342. atexit and on_exit depend on malloc, which can be bad when compiling
  343. static executables.
  344. Unless you use uClibc with C++, you should probably answer N.
  345. config COMPAT_ATEXIT
  346. bool "Old (visible) atexit Support"
  347. default n
  348. help
  349. Enable this option if you want to update from 0.9.28 to svn/0.9.29, else
  350. you will be missing atexit() until you rebuild all apps.
  351. config HAS_SHADOW
  352. bool "Shadow Password Support"
  353. default y
  354. help
  355. Answer N if you do not need shadow password support.
  356. Most people will answer Y.
  357. config UCLIBC_HAS_PROGRAM_INVOCATION_NAME
  358. bool "Support for program_invocation_name"
  359. default n
  360. help
  361. Support for the GNU-specific program_invocation_name and
  362. program_invocation_short_name strings. Some GNU packages
  363. (like tar and coreutils) utilize these for extra useful
  364. output, but in general are not required.
  365. At startup, these external strings are automatically set
  366. up based on the value of ARGV[0].
  367. If unsure, just answer N.
  368. config UCLIBC_HAS___PROGNAME
  369. bool "Support for __progname"
  370. default y
  371. help
  372. Some packages (like openssh) like to peek into internal libc
  373. symbols to make their output a bit more user friendly.
  374. At startup, __progname is automatically set up based on the
  375. value of ARGV[0].
  376. If unsure, just answer N.
  377. config UNIX98PTY_ONLY
  378. bool "Support only Unix 98 PTYs"
  379. default y
  380. help
  381. If you want to support only Unix 98 PTYs enable this. Some older
  382. applications may need this disabled. For most current programs,
  383. you can generally answer Y.
  384. config ASSUME_DEVPTS
  385. bool "Assume that /dev/pts is a devpts or devfs file system"
  386. default y
  387. help
  388. Enable this if /dev/pts is on a devpts or devfs filesystem. Both
  389. these filesystems automatically manage permissions on the /dev/pts
  390. devices. You may need to mount your devpts or devfs filesystem on
  391. /dev/pts for this to work.
  392. Most people should answer Y.
  393. config UCLIBC_HAS_TM_EXTENSIONS
  394. bool "Support 'struct tm' timezone extension fields"
  395. default y
  396. help
  397. Enabling this option adds fields to 'struct tm' in time.h for
  398. tracking the number of seconds east of UTC, and an abbreviation for
  399. the current timezone. These fields are not specified by the SuSv3
  400. standard, but they are commonly used in both GNU and BSD application
  401. code.
  402. To strictly follow the SuSv3 standard, leave this disabled.
  403. Most people will probably want to answer Y.
  404. config UCLIBC_HAS_TZ_CACHING
  405. bool "Enable caching of the last valid timezone 'TZ' string"
  406. default y
  407. help
  408. Answer Y to enable caching of the last valid 'TZ' string describing
  409. the timezone setting. This allows a quick string compare to avoid
  410. repeated parsing of unchanged 'TZ' strings when tzset() is called.
  411. Most people will answer Y.
  412. config UCLIBC_HAS_TZ_FILE
  413. bool "Enable '/etc/TZ' file support to set a default timezone (uClibc-specific)"
  414. default y
  415. help
  416. Answer Y to enable the setting of a default timezone for uClibc.
  417. Ordinarily, uClibc gets the timezone information exclusively from the
  418. 'TZ' environment variable. In particular, there is no support for
  419. the zoneinfo directory tree or the /etc/timezone file used by glibc.
  420. With this option enabled, uClibc will use the value stored in the
  421. file '/etc/TZ' (default path) to obtain timezone information if the
  422. 'TZ' environment variable is missing or has an invalid value. The
  423. file consists of a single line (newline required) of text describing
  424. the timezone in the format specified for the TZ environment variable.
  425. Simply doing 'echo CST6CDT > /etc/TZ' is enough to create a valid file.
  426. See
  427. http://www.opengroup.org/onlinepubs/007904975/basedefs/xbd_chap08.html
  428. for details on valid settings of 'TZ'.
  429. Most people will answer Y.
  430. config UCLIBC_HAS_TZ_FILE_READ_MANY
  431. bool "Repeatedly read the '/etc/TZ' file"
  432. depends on UCLIBC_HAS_TZ_FILE
  433. default y
  434. help
  435. Answer Y to enable repeated reading of the '/etc/TZ' file even after
  436. a valid value has been read. This incurs the overhead of an open/read/close
  437. for each tzset() call (explicit or implied). However, setting this
  438. will allows applications to update their timezone information if the contents
  439. of the file change.
  440. Most people will answer Y.
  441. config UCLIBC_TZ_FILE_PATH
  442. string "Path to the 'TZ' file for setting the global timezone"
  443. depends on UCLIBC_HAS_TZ_FILE
  444. default "/etc/TZ"
  445. help
  446. This is the path to the 'TZ' file.
  447. Most people will use the default of '/etc/TZ'.
  448. endmenu
  449. menu "Networking Support"
  450. config UCLIBC_HAS_IPV6
  451. bool "IP version 6 Support"
  452. default n
  453. help
  454. If you want to include support for the next version of the Internet
  455. Protocol (IP version 6) then answer Y.
  456. Most people should answer N.
  457. config UCLIBC_HAS_RPC
  458. bool "Remote Procedure Call (RPC) support"
  459. default n
  460. help
  461. If you want to include RPC support, enable this. RPC is rarely used
  462. for anything except for the NFS filesystem. Unless you plan to use NFS,
  463. you can probably leave this set to N and save some space. If you need
  464. to use NFS then you should answer Y.
  465. config UCLIBC_HAS_FULL_RPC
  466. bool "Full RPC support"
  467. depends on UCLIBC_HAS_RPC
  468. default y if !HAVE_SHARED
  469. help
  470. Normally we enable just enough RPC support for things like rshd and
  471. nfs mounts to work. If you find you need the rest of the RPC stuff,
  472. then enable this option. Most people can safely answer N.
  473. config UCLIBC_HAS_REENTRANT_RPC
  474. bool "Reentrant RPC support"
  475. depends on UCLIBC_HAS_RPC
  476. default y if !HAVE_SHARED
  477. help
  478. Most packages utilize the normal (non-reentrant) RPC functions, but
  479. some (like exportfs from nfs-utils) need these reentrant versions.
  480. Most people can safely answer N.
  481. config UCLIBC_USE_NETLINK
  482. bool "Use netlink to query interfaces"
  483. default n
  484. help
  485. In newer versions of Linux (2.4.17+), support was added for querying
  486. network device information via netlink rather than the old style
  487. ioctl's. Most of the time, the older ioctl style is sufficient (and
  488. it is smaller than netlink), but if you find that not all of your
  489. devices are being returned by the if_nameindex() function, you will
  490. have to use the netlink implementation.
  491. Most people can safely answer N.
  492. endmenu
  493. menu "String and Stdio Support"
  494. config UCLIBC_HAS_STRING_GENERIC_OPT
  495. bool "Use glibc generic string functions"
  496. default y
  497. help
  498. Answer Y to use the (tweaked) glibc generic string functions.
  499. In general, they are faster (but 3-5K larger) than the base
  500. uClibc string functions which are optimized solely for size.
  501. Many people will answer Y.
  502. config UCLIBC_HAS_STRING_ARCH_OPT
  503. bool "Use arch-specific string functions"
  504. default y
  505. help
  506. Answer Y to use the arch-specific string functions instead of the
  507. base uClibc versions, which are optimized exclusively for size.
  508. Most people will answer Y, as this has been default behavior
  509. for some time.
  510. config UCLIBC_HAS_CTYPE_TABLES
  511. bool "Use Table Versions Of 'ctype.h' Functions."
  512. default y
  513. help
  514. Answer Y to use table versions of the 'ctype.h' functions.
  515. While the non-table versions are often smaller when building
  516. staticly linked apps, they work only in stub locale mode.
  517. Most people will answer Y.
  518. config UCLIBC_HAS_CTYPE_SIGNED
  519. bool "Support Signed Characters In 'ctype.h' Functions."
  520. depends UCLIBC_HAS_CTYPE_TABLES
  521. default y
  522. help
  523. Answer Y to enable support for passing signed char values to
  524. the 'ctype.h' functions. ANSI/ISO C99 and SUSv3 specify that
  525. these functions are only defined for unsigned char values and
  526. EOF. However, glibc allows negative signed char values as well
  527. in order to support 'broken old programs'.
  528. Most people will answer Y.
  529. choice
  530. prompt "ctype argument checking"
  531. depends UCLIBC_HAS_CTYPE_TABLES
  532. default UCLIBC_HAS_CTYPE_UNSAFE
  533. help
  534. Please select the invalid arg behavior you want for the 'ctype' functions.
  535. The 'ctype' functions are now implemented using table lookups, with
  536. the arg being the index. This can result in incorrect memory accesses
  537. or even segfaults for args outside of the allowed range.
  538. NOTE: This only affects the 'ctype' _functions_. It does not affect
  539. the macro implementations.
  540. config UCLIBC_HAS_CTYPE_UNSAFE
  541. bool "Do not check -- unsafe"
  542. config UCLIBC_HAS_CTYPE_CHECKED
  543. bool "Detect and handle appropriately"
  544. config UCLIBC_HAS_CTYPE_ENFORCED
  545. bool "Issue a diagnostic and abort()"
  546. endchoice
  547. config UCLIBC_HAS_WCHAR
  548. bool "Wide Character Support"
  549. default n
  550. help
  551. Answer Y to enable wide character support. This will make uClibc
  552. much larger. It is also currently required for locale support.
  553. Most people will answer N.
  554. config UCLIBC_HAS_LOCALE
  555. bool "Locale Support"
  556. select UCLIBC_HAS_WCHAR
  557. select UCLIBC_HAS_CTYPE_TABLES
  558. default n
  559. help
  560. uClibc now has full ANSI/ISO C99 locale support (except for
  561. wcsftime() and collating items in regex). Be aware that enabling
  562. this option will make uClibc much larger.
  563. Enabling UCLIBC_HAS_LOCALE with the default set of supported locales
  564. (169 UTF-8 locales, and 144 locales for other codesets) will enlarge
  565. uClibc by around 300k. You can reduce this size by building your own
  566. custom set of locate data (see extra/locale/LOCALES for details).
  567. uClibc's locale support is still under development. For example,
  568. codesets using shift states are not currently supported. Support is
  569. planned in the next iteration of locale support.
  570. Answer Y to enable locale support. Most people will answer N.
  571. config UCLIBC_PREGENERATED_LOCALE_DATA
  572. bool "Use Pre-generated Locale Data"
  573. depends on UCLIBC_HAS_LOCALE
  574. default n
  575. help
  576. If you are selective and only want locale data for a few particular
  577. locales, or you enjoy pain, or you are a rabid do-it-yourself sort of
  578. person, you can turn this option off and manually walk through the
  579. mostly undocumented procedure needed to generate your own locale
  580. data.
  581. Mere mortals will answer Y and use the default set of pregenerated
  582. locale data, which supports 169 UTF-8 locales, and 144 locales for
  583. other codesets (for the complete list see extra/locale/LOCALES).
  584. config UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA
  585. bool "Automagically Download the Pre-generated Locale Data (if necessary)"
  586. depends on UCLIBC_PREGENERATED_LOCALE_DATA
  587. default n
  588. help
  589. If you would like the build process to use 'wget' to automatically
  590. download the pregenerated locale data, enable this option. Otherwise
  591. you will need to obtain the locale data yourself from:
  592. http://www.uclibc.org/downloads/uClibc-locale-030818.tgz
  593. and place the uClibc-locale-030818.tgz tarball in the extra/locale/
  594. directory.
  595. Go ahead and make life easy for yourself... Answer Y.
  596. config UCLIBC_HAS_XLOCALE
  597. bool "Extended Locale Support (experimental/incomplete)"
  598. depends on UCLIBC_HAS_LOCALE
  599. default n
  600. help
  601. Answer Y to enable extended locale support similar to that provided
  602. by glibc. This is primarily intended to support libstd++ functionality.
  603. However, it also allows thread-specific locale selection via uselocale().
  604. Most people will answer N.
  605. config UCLIBC_HAS_HEXADECIMAL_FLOATS
  606. bool "Support hexadecimal float notation"
  607. depends UCLIBC_HAS_CTYPE_TABLES
  608. depends on UCLIBC_HAS_FLOATS
  609. default n
  610. help
  611. Answer Y to enable support for hexadecimal float notation in the
  612. (wchar and) char string to floating point conversion functions, as
  613. well as support for the %a and %A conversion specifiers in the
  614. *printf() and *scanf() functions.
  615. Most people will answer N.
  616. config UCLIBC_HAS_GLIBC_DIGIT_GROUPING
  617. bool "Support glibc's \"'\" flag for allowing locale-specific digit grouping"
  618. depends on UCLIBC_HAS_LOCALE
  619. depends on UCLIBC_HAS_FLOATS
  620. default n
  621. help
  622. Answer Y to enable support for glibc's \"'\" flag for allowing locale-specific
  623. digit grouping in base 10 integer conversions and appropriate floating point
  624. conversions in the *printf() and *scanf() functions.
  625. Most people will answer N.
  626. config UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING
  627. bool "Do not require digit grouping when the \"'\" flag is specified"
  628. depends on UCLIBC_HAS_GLIBC_DIGIT_GROUPING
  629. default y
  630. help
  631. Answer Y to make digit grouping optional when the \"'\" flag is specified.
  632. This is the standard glibc behavior. If the initial string of digits
  633. exceeds the maximum group number, the input will be treated as a normal
  634. non-grouped number.
  635. Most people will answer N.
  636. config UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
  637. bool "Support glibc's register_printf_function() (glibc-compat)"
  638. depends on !USE_OLD_VFPRINTF
  639. default n
  640. help
  641. Answer Y to support glibc's register_printf_function() to allow an
  642. application to add its own printf conversion specifiers.
  643. NOTE: This implementation limits the number or registered specifiers to 10.
  644. NOTE: This implementation requires new conversion specifiers to be ASCII
  645. characters (0-0x7f). This is to avoid problems with processing
  646. format strings in locales with different multibyte conversions.
  647. Most people will answer N.
  648. config USE_OLD_VFPRINTF
  649. bool "Use the old vfprintf implementation"
  650. depends on !UCLIBC_HAS_WCHAR
  651. default n
  652. help
  653. Set to true to use the old vfprintf instead of the new. This is roughly
  654. C89 compliant with some extensions, and is much smaller. However, it does
  655. not support wide chars, positional args, or glibc custom printf specifiers.
  656. Most people will answer N.
  657. config UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS
  658. int "Maximum number of positional args. Either 0 or >= 9."
  659. depends on !USE_OLD_VFPRINTF
  660. default 9
  661. help
  662. Set the maximum number of positional args supported by the printf/scanf
  663. functions. The Single Unix Specification Version 3 requires a minimum
  664. value of 9. Setting this to a value lower than 9 will disable positional
  665. arg support and cause the NL_ARGMAX macro in limits.h to be #undef'd.
  666. WARNING! The workspace to support positional args is currently allocated
  667. on the stack. You probably don't want to set this to too high a value.
  668. Most people will answer 9.
  669. config UCLIBC_HAS_SCANF_GLIBC_A_FLAG
  670. bool "Support glibc's 'a' flag for scanf string conversions (not implemented)"
  671. default n
  672. help
  673. NOTE!!! Currently Not Implemented!!! Just A Place Holder!! NOTE!!!
  674. NOTE!!! Conflicts with an ANSI/ISO C99 scanf flag!! NOTE!!!
  675. Answer Y to enable support for glibc's 'a' flag for the scanf string
  676. conversions '%s', '%[', '%ls', '%l[', and '%S'. This is used to
  677. auto-allocate sufficient memory to hold the data retrieved.
  678. Most people will answer N.
  679. choice
  680. prompt "Stdio buffer size"
  681. default UCLIBC_HAS_STDIO_BUFSIZ_4096
  682. help
  683. Please select a value for BUFSIZ. This will be used by the
  684. stdio subsystem as the default buffer size for a file, and
  685. affects fopen(), setvbuf(), etc.
  686. NOTE: Setting this to 'none' will disable buffering completely.
  687. However, BUFSIZ will still be defined in stdio.h as 256 because
  688. many applications use this value.
  689. config UCLIBC_HAS_STDIO_BUFSIZ_NONE
  690. bool "none (WARNING - BUFSIZ will be 256 in stdio.h)"
  691. depends !UCLIBC_HAS_WCHAR
  692. config UCLIBC_HAS_STDIO_BUFSIZ_256
  693. bool "256 (minimum ANSI/ISO C99 value)"
  694. config UCLIBC_HAS_STDIO_BUFSIZ_512
  695. bool "512"
  696. config UCLIBC_HAS_STDIO_BUFSIZ_1024
  697. bool "1024"
  698. config UCLIBC_HAS_STDIO_BUFSIZ_2048
  699. bool "2048"
  700. config UCLIBC_HAS_STDIO_BUFSIZ_4096
  701. bool "4096"
  702. config UCLIBC_HAS_STDIO_BUFSIZ_8192
  703. bool "8192"
  704. # If you add more choices, you will need to update uClibc_stdio.h.
  705. endchoice
  706. choice
  707. prompt "Stdio builtin buffer size (uClibc-specific)"
  708. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  709. default UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE
  710. help
  711. When a FILE is created with fopen(), an attempt is made to allocate
  712. a BUFSIZ buffer for it. If the allocation fails, fopen() will still
  713. succeed but the FILE will be unbuffered.
  714. This option adds a small amount of space to each FILE to act as an
  715. emergency buffer in the event of a buffer allocation failure.
  716. Most people will answer None.
  717. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE
  718. bool "None"
  719. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4
  720. bool "4"
  721. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8
  722. bool "8"
  723. # If you add more choices, you will need to update uClibc_stdio.h.
  724. endchoice
  725. config UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT
  726. bool "Attemt to shutdown stdio subsystem when abort() is called."
  727. default n
  728. help
  729. ANSI/ISO C99 requires abort() to be asyn-signal-safe. So there was a behavioral
  730. change made in SUSv3. Previously, abort() was required to have the affect of
  731. fclose() on all open streams. The wording has been changed to "may" from "shall".
  732. Most people will answer N.
  733. config UCLIBC_HAS_STDIO_GETC_MACRO
  734. bool "Provide a macro version of getc()"
  735. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  736. default y
  737. help
  738. Provide a macro version of getc().
  739. Most people will answer Y.
  740. config UCLIBC_HAS_STDIO_PUTC_MACRO
  741. bool "Provide a macro version of putc()"
  742. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  743. default y
  744. help
  745. Provide a macro version of putc().
  746. Most people will answer Y.
  747. config UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION
  748. bool "Support auto-r/w transition"
  749. default y
  750. help
  751. Answer Y to enable the stdio subsystem to automaticly transition
  752. between reading and writing. This relaxes the ANSI/ISO C99 requirement:
  753. When a file is opened with update mode ('+' as the second or third character
  754. in the list of mode argument values), both input and output may be performed
  755. on the associated stream. However, output shall not be directly followed by
  756. input without an intervening call to the fflush function or to a file
  757. positioning function (fseek, fsetpos, or rewind), and input shall not be
  758. directly followed by output without an intervening call to a file positioning
  759. function, unless the input operation encounters end­of­file.
  760. Most people will answer Y.
  761. config UCLIBC_HAS_FOPEN_LARGEFILE_MODE
  762. bool "Support an fopen() 'F' flag for large file mode (uClibc-specific)"
  763. depends on UCLIBC_HAS_LFS
  764. default n
  765. help
  766. Answer Y to enable a uClibc-specific extension to allow passing an
  767. additional 'F' flag in the mode string for fopen() to specify that
  768. the file should be open()ed with the O_LARGEFILE flag set.
  769. Most people will answer N.
  770. config UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE
  771. bool "Support an fopen() 'x' flag for exclusive mode (glibc-compat)"
  772. default n
  773. help
  774. Answer Y to support a glibc extension to allow passing
  775. additional 'x' flag in the mode string for fopen() to specify that
  776. the file should be open()ed with the O_EXCL flag set.
  777. Most people will answer N.
  778. config UCLIBC_HAS_GLIBC_CUSTOM_STREAMS
  779. bool "Support fmemopen(), open_memstream(), and fopencookie() (glibc-compat)"
  780. default n
  781. help
  782. Answer Y to support the glibc 'custom stream' extension functions
  783. fmemopen(), open_memstream(), and fopencookie().
  784. NOTE: There are some minor differences regarding seeking behavior.
  785. Most people will answer N.
  786. config UCLIBC_HAS_PRINTF_M_SPEC
  787. bool "Support the '%m' specifier in printf format strings (glibc-compat)"
  788. default n
  789. help
  790. Answer Y to support a glibc extension to interpret '%m' in printf
  791. format strings as an instruction to output the error message string
  792. (as generated by strerror) corresponding to the current value of 'errno'.
  793. Most people will answer N.
  794. config UCLIBC_HAS_ERRNO_MESSAGES
  795. bool "Include the errno message text in the library"
  796. default y
  797. help
  798. Answer Y if you want to include the errno message text in the
  799. library. This adds about 3K to the library, but enables strerror()
  800. to generate text other than 'Unknown error <number>'.
  801. Most people will answer Y.
  802. config UCLIBC_HAS_SYS_ERRLIST
  803. bool "Support sys_errlist[] (obsolete-compat)"
  804. depends on UCLIBC_HAS_ERRNO_MESSAGES
  805. default n
  806. help
  807. Answer Y if you want to support the obsolete sys_errlist[].
  808. This adds about 0.5k to the library, except for the mips
  809. arch where it adds over 4K.
  810. WARNING! In the future, support for sys_errlist[] may be unavailable
  811. in at least some configurations. In fact, it may be removed altogether.
  812. Most people will answer N.
  813. config UCLIBC_HAS_SIGNUM_MESSAGES
  814. bool "Include the signum message text in the library"
  815. default y
  816. help
  817. Answer Y if you want to include the signum message text in the
  818. library. This adds about 0.5K to the library, but enables strsignal()
  819. to generate text other than 'Unknown signal <number>'.
  820. Most people will answer Y.
  821. config UCLIBC_HAS_SYS_SIGLIST
  822. bool "Support sys_siglist[] (bsd-compat)"
  823. depends on UCLIBC_HAS_SIGNUM_MESSAGES
  824. default n
  825. help
  826. Answer Y if you want to support sys_siglist[].
  827. WARNING! In the future, support for sys_siglist[] may be unavailable
  828. in at least some configurations. In fact, it may be removed altogether.
  829. Most people will answer N.
  830. config UCLIBC_HAS_GETTEXT_AWARENESS
  831. bool "Include gettext awareness"
  832. depends on UCLIBC_HAS_LOCALE && UCLIBC_MJN3_ONLY
  833. default n
  834. help
  835. NOTE!!! Not yet integrated with strerror and strsignal. NOTE!!!
  836. Answer Y if you want to include weak stub gettext support and
  837. make the *strerror*() and strsignal() functions gettext-aware.
  838. Currently, to get functional gettext functionality you will need
  839. to use gnu gettext.
  840. Most people will answer N.
  841. config UCLIBC_HAS_GNU_GETOPT
  842. bool "Support gnu getopt"
  843. default y
  844. help
  845. Answer Y if you want to include full gnu getopt() instead of a
  846. (much smaller) SUSv3 compatible getopt().
  847. Most people will answer Y.
  848. endmenu
  849. menu "Big and Tall"
  850. config UCLIBC_HAS_REGEX
  851. bool "Regular Expression Support"
  852. default y
  853. help
  854. POSIX regular expression code is really big -- 53k all by itself.
  855. If you don't use regular expressions, turn this off and save space.
  856. Of course, if you only staticly link, leave this on, since it will
  857. only be included in your apps if you use regular expressions.
  858. config UCLIBC_HAS_REGEX_OLD
  859. bool "Use the older (stable) regular expression code"
  860. depends on UCLIBC_HAS_REGEX
  861. default y
  862. help
  863. There are two versions of regex. The older (stable) version has
  864. been in uClibc for quite a long time but hasn't seen too many
  865. updates. It also has some known issues when dealing with uncommon
  866. corner cases and multibyte/unicode strings. However, it is quite
  867. a bit smaller than the newer version.
  868. If the older version has worked for you and you don't need unicode
  869. support, then stick with the old version (and say Y here).
  870. Otherwise, you should use the new version (and say N here).
  871. config UCLIBC_HAS_FNMATCH
  872. bool "fnmatch Support"
  873. default y
  874. help
  875. POSIX fnmatch.
  876. config UCLIBC_HAS_FNMATCH_OLD
  877. bool "Use the older (stable) fnmatch code"
  878. depends on UCLIBC_HAS_FNMATCH
  879. default y
  880. help
  881. There are two versions of fnmatch. The older (stable) version has
  882. been in uClibc for quite a long time but hasn't seen too many
  883. updates. It also has some known issues when dealing with uncommon
  884. corner cases and multibyte/unicode strings. However, it is quite
  885. a bit smaller than the newer version.
  886. If the older version has worked for you and you don't need unicode
  887. support, then stick with the old version (and say Y here).
  888. Otherwise, you should use the new version (and say N here).
  889. config UCLIBC_HAS_WORDEXP
  890. bool "Support the wordexp() interface"
  891. depends on UCLIBC_HAS_GLOB
  892. default n
  893. help
  894. The SuSv3 wordexp() interface performs word expansions per the Shell
  895. and Utilities volume of IEEE Std 1003.1-2001, Section 2.6. It is
  896. intended for use by applications that want to implement all of the
  897. standard Bourne shell expansions on input data.
  898. This interface is rarely used, and very large. Unless you have a
  899. pressing need for wordexp(), you should probably answer N.
  900. config UCLIBC_HAS_FTW
  901. bool "Support the ftw() and nftw() interfaces"
  902. default n
  903. help
  904. The SuSv3 ftw() and nftw() interfaces are used to recursively descend
  905. directory paths while repeatedly calling a function.
  906. This interface is rarely used, and adds around 4.5k. Unless you have
  907. a pressing need for ftw() or nftw(), you should probably answer N.
  908. config UCLIBC_HAS_GLOB
  909. bool "Support the glob() interface"
  910. default y
  911. help
  912. The glob interface is somewhat large (weighing in at about 4k). It
  913. is used fairly often, but is an option since people wanting to go for
  914. absolute minimum size may wish to omit it.
  915. Most people will answer Y.
  916. endmenu
  917. menu "Library Installation Options"
  918. config SHARED_LIB_LOADER_PREFIX
  919. string "Shared library loader path"
  920. depends on HAVE_SHARED
  921. default "$(RUNTIME_PREFIX)lib"
  922. help
  923. When using shared libraries, this path is the location where the
  924. shared library will be invoked. This value will be compiled into
  925. every binary compiled with uClibc.
  926. For a typical target system this should be set to "/lib", such that
  927. 'make install' will install /lib/ld-uClibc.so.0.
  928. BIG FAT WARNING:
  929. If you do not have a shared library loader with the correct name
  930. sitting in the directory this points to, your binaries will not
  931. run.
  932. config RUNTIME_PREFIX
  933. string "uClibc runtime library directory"
  934. default "/usr/$(TARGET_ARCH)-linux-uclibc/"
  935. help
  936. RUNTIME_PREFIX is the directory into which the uClibc runtime
  937. libraries will be installed. The result will look something
  938. like the following:
  939. $(RUNTIME_PREFIX)/
  940. lib/ <contains all runtime libraries>
  941. usr/bin/ldd <the ldd utility program>
  942. sbin/ldconfig <the ldconfig utility program>
  943. This value is used by the 'make install' Makefile target. Since this
  944. directory is compiled into the shared library loader, you will need to
  945. recompile uClibc if you change this value...
  946. For a typical target system this should be set to "/", such that
  947. 'make install' will install /lib/libuClibc-<VERSION>.so
  948. config DEVEL_PREFIX
  949. string "uClibc development environment directory"
  950. default "/usr/$(TARGET_ARCH)-linux-uclibc/usr/"
  951. help
  952. DEVEL_PREFIX is the directory into which the uClibc development
  953. environment will be installed. The result will look something
  954. like the following:
  955. $(DEVEL_PREFIX)/
  956. lib/ <contains static libs>
  957. include/ <Where all the header files go>
  958. This value is used by the 'make install' Makefile target when
  959. installing a uClibc development environment.
  960. For a typical target system this should be set to "/usr", such that
  961. 'make install' will install /usr/include/<header files>.
  962. endmenu
  963. menu "Security options"
  964. config UCLIBC_BUILD_PIE
  965. bool "Build utilities as ET_DYN/PIE executables"
  966. depends on HAVE_SHARED
  967. depends on TARGET_arm || TARGET_frv || TARGET_i386 || TARGET_mips || TARGET_powerpc
  968. select FORCE_SHAREABLE_TEXT_SEGMENTS
  969. default n
  970. help
  971. If you answer Y here, ldd and iconv are built as ET_DYN/PIE executables.
  972. It requires gcc-3.4 and binutils-2.15 (for arm 2.16) or later.
  973. More about ET_DYN/PIE binaries on <http://pax.grsecurity.net/> .
  974. WARNING: This option also enables FORCE_SHAREABLE_TEXT_SEGMENTS, so all
  975. libraries have to be built with -fPIC or -fpic, and all assembler
  976. functions must be written as position independent code (PIC).
  977. config HAVE_NO_SSP
  978. bool
  979. default n
  980. config UCLIBC_HAS_SSP
  981. bool "Support for propolice smashing stack protector"
  982. depends on !HAVE_NO_SSP
  983. default n
  984. help
  985. Add propolice smashing stack protector to the library.
  986. This requires a patched version of GCC or GCC 4.1, supporting the
  987. -fstack-protector[-all] options, with the __guard and
  988. __stack_smash_handler, respectively __stack_chk_guard and
  989. __stack_chk_fail functions removed from libgcc.
  990. These functions are added to libc instead.
  991. More information at:
  992. <http://www.research.ibm.com/trl/projects/security/ssp/>
  993. Most people will answer N.
  994. config SSP_QUICK_CANARY
  995. bool "Use simple guard values without accessing /dev/urandom"
  996. depends on UCLIBC_HAS_SSP
  997. default n
  998. help
  999. Use gettimeofday(2) to define the __guard without accessing
  1000. /dev/urandom.
  1001. WARNING: This makes smashing stack protector vulnerable to timing
  1002. attacks.
  1003. Most people will answer N.
  1004. choice
  1005. prompt "Propolice protection blocking signal"
  1006. depends on UCLIBC_HAS_SSP
  1007. default PROPOLICE_BLOCK_ABRT if ! DODEBUG
  1008. default PROPOLICE_BLOCK_SEGV if DODEBUG
  1009. help
  1010. "abort" use SIGABRT to block offending programs.
  1011. This is the default implementation.
  1012. "segfault" use SIGSEGV to block offending programs.
  1013. Use this for debugging.
  1014. If unsure, answer "abort".
  1015. config PROPOLICE_BLOCK_ABRT
  1016. bool "abort"
  1017. config PROPOLICE_BLOCK_SEGV
  1018. bool "segfault"
  1019. endchoice
  1020. config UCLIBC_BUILD_SSP
  1021. bool "Build uClibc with propolice protection"
  1022. depends on UCLIBC_HAS_SSP
  1023. default n
  1024. help
  1025. Build all libraries and executables with propolice protection enabled.
  1026. config UCLIBC_BUILD_RELRO
  1027. bool "Build uClibc with RELRO"
  1028. depends on HAVE_SHARED
  1029. default y
  1030. help
  1031. Build all libraries and executables with -z relro.
  1032. config UCLIBC_BUILD_NOW
  1033. bool "Build uClibc with NOW"
  1034. depends on HAVE_SHARED
  1035. default y
  1036. help
  1037. Build all libraries and executables with -z now.
  1038. config UCLIBC_BUILD_NOEXECSTACK
  1039. bool "Build uClibc with noexecstack marking"
  1040. default y
  1041. help
  1042. Mark all assembler files as noexecstack. This will result in marking
  1043. all libraries and executables built against uClibc not requiring
  1044. executable stack.
  1045. endmenu
  1046. menu "uClibc development/debugging options"
  1047. config CROSS_COMPILER_PREFIX
  1048. string "Cross-compiling toolchain prefix"
  1049. default ""
  1050. help
  1051. The prefix used to execute your cross-compiling toolchain. For
  1052. example, if you run 'arm-linux-uclibc-gcc' to compile something,
  1053. then enter 'arm-linux-uclibc-' here.
  1054. config DODEBUG
  1055. bool "Build uClibc with debugging symbols"
  1056. select PTHREADS_DEBUG_SUPPORT if UCLIBC_HAS_THREADS
  1057. default n
  1058. help
  1059. Say Y here if you wish to compile uClibc with debugging symbols.
  1060. This will allow you to use a debugger to examine uClibc internals
  1061. while applications are running. This increases the size of the
  1062. library considerably and should only be used when doing development.
  1063. If you are doing development and want to debug uClibc, answer Y.
  1064. Otherwise, answer N.
  1065. config DODEBUG_PT
  1066. bool "Build pthread with debugging output"
  1067. depends on UCLIBC_HAS_THREADS
  1068. default n
  1069. help
  1070. Enable debug output in libpthread. This is only useful when doing
  1071. development in libpthread itself.
  1072. Otherwise, answer N.
  1073. config DOASSERTS
  1074. bool "Build uClibc with run-time assertion testing"
  1075. default n
  1076. help
  1077. Say Y here to include runtime assertion tests.
  1078. This enables runtime assertion testing in some code, which can
  1079. increase the size of the library and incur runtime overhead.
  1080. If you say N, then this testing will be disabled.
  1081. config SUPPORT_LD_DEBUG
  1082. bool "Build the shared library loader with debugging support"
  1083. depends on HAVE_SHARED
  1084. default n
  1085. help
  1086. Answer Y here to enable all the extra code needed to debug the uClibc
  1087. native shared library loader. The level of debugging noise that is
  1088. generated depends on the LD_DEBUG environment variable... Just set
  1089. LD_DEBUG to something like: 'LD_DEBUG=token1,token2,.. prog' to
  1090. debug your application. Diagnostic messages will then be printed to
  1091. the stderr.
  1092. For now these debugging tokens are available:
  1093. detail provide more information for some options
  1094. move display copy processing
  1095. symbols display symbol table processing
  1096. reloc display relocation processing; detail shows the relocation patch
  1097. nofixups never fixes up jump relocations
  1098. bindings displays the resolve processing (function calls); detail shows the relocation patch
  1099. all Enable everything!
  1100. The additional environment variable:
  1101. LD_DEBUG_OUTPUT=file
  1102. redirects the diagnostics to an output file created using
  1103. the specified name and the process id as a suffix.
  1104. An excellent start is simply:
  1105. $ LD_DEBUG=binding,move,symbols,reloc,detail ./appname
  1106. or to log everything to a file named 'logfile', try this
  1107. $ LD_DEBUG=all LD_DEBUG_OUTPUT=logfile ./appname
  1108. If you are doing development and want to debug uClibc's shared library
  1109. loader, answer Y. Mere mortals answer N.
  1110. config SUPPORT_LD_DEBUG_EARLY
  1111. bool "Build the shared library loader with early debugging support"
  1112. depends on HAVE_SHARED
  1113. default n
  1114. help
  1115. Answer Y here to if you find the uClibc shared library loader is
  1116. crashing or otherwise not working very early on. This is typical
  1117. only when starting a new port when you haven't figured out how to
  1118. properly get the values for argc, argv, environ, etc. This method
  1119. allows a degree of visibility into the very early shared library
  1120. loader initialization process. If you are doing development and want
  1121. to debug the uClibc shared library loader early initialization,
  1122. answer Y. Mere mortals answer N.
  1123. config UCLIBC_MALLOC_DEBUGGING
  1124. bool "Build malloc with debugging support"
  1125. depends MALLOC
  1126. default n
  1127. help
  1128. Answer Y here to compile extra debugging support code into malloc.
  1129. Malloc debugging output may then be enabled at runtime using the
  1130. MALLOC_DEBUG environment variable.
  1131. The value of MALLOC_DEBUG should be an integer, which is interpreted as
  1132. a bitmask with the following bits:
  1133. 1 - do extra consistency checking
  1134. 2 - output messages for malloc/free calls and OS allocation calls
  1135. 4 - output messages for the `MMB' layer
  1136. 8 - output messages for internal malloc heap manipulation calls
  1137. Because this increases the size of malloc appreciably (due to strings
  1138. etc), you should say N unless you need to debug a malloc problem.
  1139. config WARNINGS
  1140. string "Compiler Warnings"
  1141. default "-Wall"
  1142. help
  1143. Set this to the set of gcc warnings you wish to see while compiling.
  1144. config DOMULTI
  1145. bool "Compile all sources at once into an object"
  1146. default n
  1147. help
  1148. Set this to compile all sources at once into an object (IMA).
  1149. config UCLIBC_MJN3_ONLY
  1150. bool "Manuel's hidden warnings"
  1151. default n
  1152. help
  1153. Answer Y here to see all Manuel's personal notes, warnings, and todos.
  1154. Most people will answer N.
  1155. endmenu