Config.in 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  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. endmenu
  482. menu "String and Stdio Support"
  483. config UCLIBC_HAS_STRING_GENERIC_OPT
  484. bool "Use glibc generic string functions"
  485. default y
  486. help
  487. Answer Y to use the (tweaked) glibc generic string functions.
  488. In general, they are faster (but 3-5K larger) than the base
  489. uClibc string functions which are optimized solely for size.
  490. Many people will answer Y.
  491. config UCLIBC_HAS_STRING_ARCH_OPT
  492. bool "Use arch-specific string functions"
  493. default y
  494. help
  495. Answer Y to use the arch-specific string functions instead of the
  496. base uClibc versions, which are optimized exclusively for size.
  497. Most people will answer Y, as this has been default behavior
  498. for some time.
  499. config UCLIBC_HAS_CTYPE_TABLES
  500. bool "Use Table Versions Of 'ctype.h' Functions."
  501. default y
  502. help
  503. Answer Y to use table versions of the 'ctype.h' functions.
  504. While the non-table versions are often smaller when building
  505. staticly linked apps, they work only in stub locale mode.
  506. Most people will answer Y.
  507. config UCLIBC_HAS_CTYPE_SIGNED
  508. bool "Support Signed Characters In 'ctype.h' Functions."
  509. depends UCLIBC_HAS_CTYPE_TABLES
  510. default y
  511. help
  512. Answer Y to enable support for passing signed char values to
  513. the 'ctype.h' functions. ANSI/ISO C99 and SUSv3 specify that
  514. these functions are only defined for unsigned char values and
  515. EOF. However, glibc allows negative signed char values as well
  516. in order to support 'broken old programs'.
  517. Most people will answer Y.
  518. choice
  519. prompt "ctype argument checking"
  520. depends UCLIBC_HAS_CTYPE_TABLES
  521. default UCLIBC_HAS_CTYPE_UNSAFE
  522. help
  523. Please select the invalid arg behavior you want for the 'ctype' functions.
  524. The 'ctype' functions are now implemented using table lookups, with
  525. the arg being the index. This can result in incorrect memory accesses
  526. or even segfaults for args outside of the allowed range.
  527. NOTE: This only affects the 'ctype' _functions_. It does not affect
  528. the macro implementations.
  529. config UCLIBC_HAS_CTYPE_UNSAFE
  530. bool "Do not check -- unsafe"
  531. config UCLIBC_HAS_CTYPE_CHECKED
  532. bool "Detect and handle appropriately"
  533. config UCLIBC_HAS_CTYPE_ENFORCED
  534. bool "Issue a diagnostic and abort()"
  535. endchoice
  536. config UCLIBC_HAS_WCHAR
  537. bool "Wide Character Support"
  538. default n
  539. help
  540. Answer Y to enable wide character support. This will make uClibc
  541. much larger. It is also currently required for locale support.
  542. Most people will answer N.
  543. config UCLIBC_HAS_LOCALE
  544. bool "Locale Support"
  545. select UCLIBC_HAS_WCHAR
  546. select UCLIBC_HAS_CTYPE_TABLES
  547. default n
  548. help
  549. uClibc now has full ANSI/ISO C99 locale support (except for
  550. wcsftime() and collating items in regex). Be aware that enabling
  551. this option will make uClibc much larger.
  552. Enabling UCLIBC_HAS_LOCALE with the default set of supported locales
  553. (169 UTF-8 locales, and 144 locales for other codesets) will enlarge
  554. uClibc by around 300k. You can reduce this size by building your own
  555. custom set of locate data (see extra/locale/LOCALES for details).
  556. uClibc's locale support is still under development. For example,
  557. codesets using shift states are not currently supported. Support is
  558. planned in the next iteration of locale support.
  559. Answer Y to enable locale support. Most people will answer N.
  560. config UCLIBC_PREGENERATED_LOCALE_DATA
  561. bool "Use Pre-generated Locale Data"
  562. depends on UCLIBC_HAS_LOCALE
  563. default n
  564. help
  565. If you are selective and only want locale data for a few particular
  566. locales, or you enjoy pain, or you are a rabid do-it-yourself sort of
  567. person, you can turn this option off and manually walk through the
  568. mostly undocumented procedure needed to generate your own locale
  569. data.
  570. Mere mortals will answer Y and use the default set of pregenerated
  571. locale data, which supports 169 UTF-8 locales, and 144 locales for
  572. other codesets (for the complete list see extra/locale/LOCALES).
  573. config UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA
  574. bool "Automagically Download the Pre-generated Locale Data (if necessary)"
  575. depends on UCLIBC_PREGENERATED_LOCALE_DATA
  576. default n
  577. help
  578. If you would like the build process to use 'wget' to automatically
  579. download the pregenerated locale data, enable this option. Otherwise
  580. you will need to obtain the locale data yourself from:
  581. http://www.uclibc.org/downloads/uClibc-locale-030818.tgz
  582. and place the uClibc-locale-030818.tgz tarball in the extra/locale/
  583. directory.
  584. Go ahead and make life easy for yourself... Answer Y.
  585. config UCLIBC_HAS_XLOCALE
  586. bool "Extended Locale Support (experimental/incomplete)"
  587. depends on UCLIBC_HAS_LOCALE
  588. default n
  589. help
  590. Answer Y to enable extended locale support similar to that provided
  591. by glibc. This is primarily intended to support libstd++ functionality.
  592. However, it also allows thread-specific locale selection via uselocale().
  593. Most people will answer N.
  594. config UCLIBC_HAS_HEXADECIMAL_FLOATS
  595. bool "Support hexadecimal float notation"
  596. depends UCLIBC_HAS_CTYPE_TABLES
  597. depends on UCLIBC_HAS_FLOATS
  598. default n
  599. help
  600. Answer Y to enable support for hexadecimal float notation in the
  601. (wchar and) char string to floating point conversion functions, as
  602. well as support for the %a and %A conversion specifiers in the
  603. *printf() and *scanf() functions.
  604. Most people will answer N.
  605. config UCLIBC_HAS_GLIBC_DIGIT_GROUPING
  606. bool "Support glibc's \"'\" flag for allowing locale-specific digit grouping"
  607. depends on UCLIBC_HAS_LOCALE
  608. depends on UCLIBC_HAS_FLOATS
  609. default n
  610. help
  611. Answer Y to enable support for glibc's \"'\" flag for allowing locale-specific
  612. digit grouping in base 10 integer conversions and appropriate floating point
  613. conversions in the *printf() and *scanf() functions.
  614. Most people will answer N.
  615. config UCLIBC_HAS_SCANF_LENIENT_DIGIT_GROUPING
  616. bool "Do not require digit grouping when the \"'\" flag is specified"
  617. depends on UCLIBC_HAS_GLIBC_DIGIT_GROUPING
  618. default y
  619. help
  620. Answer Y to make digit grouping optional when the \"'\" flag is specified.
  621. This is the standard glibc behavior. If the initial string of digits
  622. exceeds the maximum group number, the input will be treated as a normal
  623. non-grouped number.
  624. Most people will answer N.
  625. config UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
  626. bool "Support glibc's register_printf_function() (glibc-compat)"
  627. depends on !USE_OLD_VFPRINTF
  628. default n
  629. help
  630. Answer Y to support glibc's register_printf_function() to allow an
  631. application to add its own printf conversion specifiers.
  632. NOTE: This implementation limits the number or registered specifiers to 10.
  633. NOTE: This implementation requires new conversion specifiers to be ASCII
  634. characters (0-0x7f). This is to avoid problems with processing
  635. format strings in locales with different multibyte conversions.
  636. Most people will answer N.
  637. config USE_OLD_VFPRINTF
  638. bool "Use the old vfprintf implementation"
  639. depends on !UCLIBC_HAS_WCHAR
  640. default n
  641. help
  642. Set to true to use the old vfprintf instead of the new. This is roughly
  643. C89 compliant with some extensions, and is much smaller. However, it does
  644. not support wide chars, positional args, or glibc custom printf specifiers.
  645. Most people will answer N.
  646. config UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS
  647. int "Maximum number of positional args. Either 0 or >= 9."
  648. depends on !USE_OLD_VFPRINTF
  649. default 9
  650. help
  651. Set the maximum number of positional args supported by the printf/scanf
  652. functions. The Single Unix Specification Version 3 requires a minimum
  653. value of 9. Setting this to a value lower than 9 will disable positional
  654. arg support and cause the NL_ARGMAX macro in limits.h to be #undef'd.
  655. WARNING! The workspace to support positional args is currently allocated
  656. on the stack. You probably don't want to set this to too high a value.
  657. Most people will answer 9.
  658. config UCLIBC_HAS_SCANF_GLIBC_A_FLAG
  659. bool "Support glibc's 'a' flag for scanf string conversions (not implemented)"
  660. default n
  661. help
  662. NOTE!!! Currently Not Implemented!!! Just A Place Holder!! NOTE!!!
  663. NOTE!!! Conflicts with an ANSI/ISO C99 scanf flag!! NOTE!!!
  664. Answer Y to enable support for glibc's 'a' flag for the scanf string
  665. conversions '%s', '%[', '%ls', '%l[', and '%S'. This is used to
  666. auto-allocate sufficient memory to hold the data retrieved.
  667. Most people will answer N.
  668. choice
  669. prompt "Stdio buffer size"
  670. default UCLIBC_HAS_STDIO_BUFSIZ_4096
  671. help
  672. Please select a value for BUFSIZ. This will be used by the
  673. stdio subsystem as the default buffer size for a file, and
  674. affects fopen(), setvbuf(), etc.
  675. NOTE: Setting this to 'none' will disable buffering completely.
  676. However, BUFSIZ will still be defined in stdio.h as 256 because
  677. many applications use this value.
  678. config UCLIBC_HAS_STDIO_BUFSIZ_NONE
  679. bool "none (WARNING - BUFSIZ will be 256 in stdio.h)"
  680. depends !UCLIBC_HAS_WCHAR
  681. config UCLIBC_HAS_STDIO_BUFSIZ_256
  682. bool "256 (minimum ANSI/ISO C99 value)"
  683. config UCLIBC_HAS_STDIO_BUFSIZ_512
  684. bool "512"
  685. config UCLIBC_HAS_STDIO_BUFSIZ_1024
  686. bool "1024"
  687. config UCLIBC_HAS_STDIO_BUFSIZ_2048
  688. bool "2048"
  689. config UCLIBC_HAS_STDIO_BUFSIZ_4096
  690. bool "4096"
  691. config UCLIBC_HAS_STDIO_BUFSIZ_8192
  692. bool "8192"
  693. # If you add more choices, you will need to update uClibc_stdio.h.
  694. endchoice
  695. choice
  696. prompt "Stdio builtin buffer size (uClibc-specific)"
  697. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  698. default UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE
  699. help
  700. When a FILE is created with fopen(), an attempt is made to allocate
  701. a BUFSIZ buffer for it. If the allocation fails, fopen() will still
  702. succeed but the FILE will be unbuffered.
  703. This option adds a small amount of space to each FILE to act as an
  704. emergency buffer in the event of a buffer allocation failure.
  705. Most people will answer None.
  706. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE
  707. bool "None"
  708. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4
  709. bool "4"
  710. config UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8
  711. bool "8"
  712. # If you add more choices, you will need to update uClibc_stdio.h.
  713. endchoice
  714. config UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT
  715. bool "Attemt to shutdown stdio subsystem when abort() is called."
  716. default n
  717. help
  718. ANSI/ISO C99 requires abort() to be asyn-signal-safe. So there was a behavioral
  719. change made in SUSv3. Previously, abort() was required to have the affect of
  720. fclose() on all open streams. The wording has been changed to "may" from "shall".
  721. Most people will answer N.
  722. config UCLIBC_HAS_STDIO_GETC_MACRO
  723. bool "Provide a macro version of getc()"
  724. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  725. default y
  726. help
  727. Provide a macro version of getc().
  728. Most people will answer Y.
  729. config UCLIBC_HAS_STDIO_PUTC_MACRO
  730. bool "Provide a macro version of putc()"
  731. depends !UCLIBC_HAS_STDIO_BUFSIZ_NONE
  732. default y
  733. help
  734. Provide a macro version of putc().
  735. Most people will answer Y.
  736. config UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION
  737. bool "Support auto-r/w transition"
  738. default y
  739. help
  740. Answer Y to enable the stdio subsystem to automaticly transition
  741. between reading and writing. This relaxes the ANSI/ISO C99 requirement:
  742. When a file is opened with update mode ('+' as the second or third character
  743. in the list of mode argument values), both input and output may be performed
  744. on the associated stream. However, output shall not be directly followed by
  745. input without an intervening call to the fflush function or to a file
  746. positioning function (fseek, fsetpos, or rewind), and input shall not be
  747. directly followed by output without an intervening call to a file positioning
  748. function, unless the input operation encounters end­of­file.
  749. Most people will answer Y.
  750. config UCLIBC_HAS_FOPEN_LARGEFILE_MODE
  751. bool "Support an fopen() 'F' flag for large file mode (uClibc-specific)"
  752. depends on UCLIBC_HAS_LFS
  753. default n
  754. help
  755. Answer Y to enable a uClibc-specific extension to allow passing an
  756. additional 'F' flag in the mode string for fopen() to specify that
  757. the file should be open()ed with the O_LARGEFILE flag set.
  758. Most people will answer N.
  759. config UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE
  760. bool "Support an fopen() 'x' flag for exclusive mode (glibc-compat)"
  761. default n
  762. help
  763. Answer Y to support a glibc extension to allow passing
  764. additional 'x' flag in the mode string for fopen() to specify that
  765. the file should be open()ed with the O_EXCL flag set.
  766. Most people will answer N.
  767. config UCLIBC_HAS_GLIBC_CUSTOM_STREAMS
  768. bool "Support fmemopen(), open_memstream(), and fopencookie() (glibc-compat)"
  769. default n
  770. help
  771. Answer Y to support the glibc 'custom stream' extension functions
  772. fmemopen(), open_memstream(), and fopencookie().
  773. NOTE: There are some minor differences regarding seeking behavior.
  774. Most people will answer N.
  775. config UCLIBC_HAS_PRINTF_M_SPEC
  776. bool "Support the '%m' specifier in printf format strings (glibc-compat)"
  777. default n
  778. help
  779. Answer Y to support a glibc extension to interpret '%m' in printf
  780. format strings as an instruction to output the error message string
  781. (as generated by strerror) corresponding to the current value of 'errno'.
  782. Most people will answer N.
  783. config UCLIBC_HAS_ERRNO_MESSAGES
  784. bool "Include the errno message text in the library"
  785. default y
  786. help
  787. Answer Y if you want to include the errno message text in the
  788. library. This adds about 3K to the library, but enables strerror()
  789. to generate text other than 'Unknown error <number>'.
  790. Most people will answer Y.
  791. config UCLIBC_HAS_SYS_ERRLIST
  792. bool "Support sys_errlist[] (obsolete-compat)"
  793. depends on UCLIBC_HAS_ERRNO_MESSAGES
  794. default n
  795. help
  796. Answer Y if you want to support the obsolete sys_errlist[].
  797. This adds about 0.5k to the library, except for the mips
  798. arch where it adds over 4K.
  799. WARNING! In the future, support for sys_errlist[] may be unavailable
  800. in at least some configurations. In fact, it may be removed altogether.
  801. Most people will answer N.
  802. config UCLIBC_HAS_SIGNUM_MESSAGES
  803. bool "Include the signum message text in the library"
  804. default y
  805. help
  806. Answer Y if you want to include the signum message text in the
  807. library. This adds about 0.5K to the library, but enables strsignal()
  808. to generate text other than 'Unknown signal <number>'.
  809. Most people will answer Y.
  810. config UCLIBC_HAS_SYS_SIGLIST
  811. bool "Support sys_siglist[] (bsd-compat)"
  812. depends on UCLIBC_HAS_SIGNUM_MESSAGES
  813. default n
  814. help
  815. Answer Y if you want to support sys_siglist[].
  816. WARNING! In the future, support for sys_siglist[] may be unavailable
  817. in at least some configurations. In fact, it may be removed altogether.
  818. Most people will answer N.
  819. config UCLIBC_HAS_GETTEXT_AWARENESS
  820. bool "Include gettext awareness"
  821. depends on UCLIBC_HAS_LOCALE && UCLIBC_MJN3_ONLY
  822. default n
  823. help
  824. NOTE!!! Not yet integrated with strerror and strsignal. NOTE!!!
  825. Answer Y if you want to include weak stub gettext support and
  826. make the *strerror*() and strsignal() functions gettext-aware.
  827. Currently, to get functional gettext functionality you will need
  828. to use gnu gettext.
  829. Most people will answer N.
  830. config UCLIBC_HAS_GNU_GETOPT
  831. bool "Support gnu getopt"
  832. default y
  833. help
  834. Answer Y if you want to include full gnu getopt() instead of a
  835. (much smaller) SUSv3 compatible getopt().
  836. Most people will answer Y.
  837. endmenu
  838. menu "Big and Tall"
  839. config UCLIBC_HAS_REGEX
  840. bool "Regular Expression Support"
  841. default y
  842. help
  843. POSIX regular expression code is really big -- 53k all by itself.
  844. If you don't use regular expressions, turn this off and save space.
  845. Of course, if you only staticly link, leave this on, since it will
  846. only be included in your apps if you use regular expressions.
  847. config UCLIBC_HAS_REGEX_OLD
  848. bool "Use the older (stable) regular expression code"
  849. depends on UCLIBC_HAS_REGEX
  850. default y
  851. help
  852. There are two versions of regex. The older (stable) version has
  853. been in uClibc for quite a long time but hasn't seen too many
  854. updates. It also has some known issues when dealing with uncommon
  855. corner cases and multibyte/unicode strings. However, it is quite
  856. a bit smaller than the newer version.
  857. If the older version has worked for you and you don't need unicode
  858. support, then stick with the old version (and say Y here).
  859. Otherwise, you should use the new version (and say N here).
  860. config UCLIBC_HAS_FNMATCH
  861. bool "fnmatch Support"
  862. default y
  863. help
  864. POSIX fnmatch.
  865. config UCLIBC_HAS_FNMATCH_OLD
  866. bool "Use the older (stable) fnmatch code"
  867. depends on UCLIBC_HAS_FNMATCH
  868. default y
  869. help
  870. There are two versions of fnmatch. The older (stable) version has
  871. been in uClibc for quite a long time but hasn't seen too many
  872. updates. It also has some known issues when dealing with uncommon
  873. corner cases and multibyte/unicode strings. However, it is quite
  874. a bit smaller than the newer version.
  875. If the older version has worked for you and you don't need unicode
  876. support, then stick with the old version (and say Y here).
  877. Otherwise, you should use the new version (and say N here).
  878. config UCLIBC_HAS_WORDEXP
  879. bool "Support the wordexp() interface"
  880. depends on UCLIBC_HAS_GLOB
  881. default n
  882. help
  883. The SuSv3 wordexp() interface performs word expansions per the Shell
  884. and Utilities volume of IEEE Std 1003.1-2001, Section 2.6. It is
  885. intended for use by applications that want to implement all of the
  886. standard Bourne shell expansions on input data.
  887. This interface is rarely used, and very large. Unless you have a
  888. pressing need for wordexp(), you should probably answer N.
  889. config UCLIBC_HAS_FTW
  890. bool "Support the ftw() and nftw() interfaces"
  891. default n
  892. help
  893. The SuSv3 ftw() and nftw() interfaces are used to recursively descend
  894. directory paths while repeatedly calling a function.
  895. This interface is rarely used, and adds around 4.5k. Unless you have
  896. a pressing need for ftw() or nftw(), you should probably answer N.
  897. config UCLIBC_HAS_GLOB
  898. bool "Support the glob() interface"
  899. default y
  900. help
  901. The glob interface is somewhat large (weighing in at about 4k). It
  902. is used fairly often, but is an option since people wanting to go for
  903. absolute minimum size may wish to omit it.
  904. Most people will answer Y.
  905. endmenu
  906. menu "Library Installation Options"
  907. config SHARED_LIB_LOADER_PREFIX
  908. string "Shared library loader path"
  909. depends on HAVE_SHARED
  910. default "$(RUNTIME_PREFIX)lib"
  911. help
  912. When using shared libraries, this path is the location where the
  913. shared library will be invoked. This value will be compiled into
  914. every binary compiled with uClibc.
  915. For a typical target system this should be set to "/lib", such that
  916. 'make install' will install /lib/ld-uClibc.so.0.
  917. BIG FAT WARNING:
  918. If you do not have a shared library loader with the correct name
  919. sitting in the directory this points to, your binaries will not
  920. run.
  921. config RUNTIME_PREFIX
  922. string "uClibc runtime library directory"
  923. default "/usr/$(TARGET_ARCH)-linux-uclibc/"
  924. help
  925. RUNTIME_PREFIX is the directory into which the uClibc runtime
  926. libraries will be installed. The result will look something
  927. like the following:
  928. $(RUNTIME_PREFIX)/
  929. lib/ <contains all runtime libraries>
  930. usr/bin/ldd <the ldd utility program>
  931. sbin/ldconfig <the ldconfig utility program>
  932. This value is used by the 'make install' Makefile target. Since this
  933. directory is compiled into the shared library loader, you will need to
  934. recompile uClibc if you change this value...
  935. For a typical target system this should be set to "/", such that
  936. 'make install' will install /lib/libuClibc-<VERSION>.so
  937. config DEVEL_PREFIX
  938. string "uClibc development environment directory"
  939. default "/usr/$(TARGET_ARCH)-linux-uclibc/usr/"
  940. help
  941. DEVEL_PREFIX is the directory into which the uClibc development
  942. environment will be installed. The result will look something
  943. like the following:
  944. $(DEVEL_PREFIX)/
  945. lib/ <contains static libs>
  946. include/ <Where all the header files go>
  947. This value is used by the 'make install' Makefile target when
  948. installing a uClibc development environment.
  949. For a typical target system this should be set to "/usr", such that
  950. 'make install' will install /usr/include/<header files>.
  951. endmenu
  952. menu "Security options"
  953. config UCLIBC_BUILD_PIE
  954. bool "Build utilities as ET_DYN/PIE executables"
  955. depends on HAVE_SHARED
  956. depends on TARGET_arm || TARGET_frv || TARGET_i386 || TARGET_mips || TARGET_powerpc
  957. select FORCE_SHAREABLE_TEXT_SEGMENTS
  958. default n
  959. help
  960. If you answer Y here, ldd and iconv are built as ET_DYN/PIE executables.
  961. It requires gcc-3.4 and binutils-2.15 (for arm 2.16) or later.
  962. More about ET_DYN/PIE binaries on <http://pax.grsecurity.net/> .
  963. WARNING: This option also enables FORCE_SHAREABLE_TEXT_SEGMENTS, so all
  964. libraries have to be built with -fPIC or -fpic, and all assembler
  965. functions must be written as position independent code (PIC).
  966. config HAVE_NO_SSP
  967. bool
  968. default n
  969. config UCLIBC_HAS_SSP
  970. bool "Support for propolice smashing stack protector"
  971. depends on !HAVE_NO_SSP
  972. default n
  973. help
  974. Add propolice smashing stack protector to the library.
  975. This requires a patched version of GCC or GCC 4.1, supporting the
  976. -fstack-protector[-all] options, with the __guard and
  977. __stack_smash_handler, respectively __stack_chk_guard and
  978. __stack_chk_fail functions removed from libgcc.
  979. These functions are added to libc instead.
  980. More information at:
  981. <http://www.research.ibm.com/trl/projects/security/ssp/>
  982. Most people will answer N.
  983. config SSP_QUICK_CANARY
  984. bool "Use simple guard values without accessing /dev/urandom"
  985. depends on UCLIBC_HAS_SSP
  986. default n
  987. help
  988. Use gettimeofday(2) to define the __guard without accessing
  989. /dev/urandom.
  990. WARNING: This makes smashing stack protector vulnerable to timing
  991. attacks.
  992. Most people will answer N.
  993. choice
  994. prompt "Propolice protection blocking signal"
  995. depends on UCLIBC_HAS_SSP
  996. default PROPOLICE_BLOCK_ABRT if ! DODEBUG
  997. default PROPOLICE_BLOCK_SEGV if DODEBUG
  998. help
  999. "abort" use SIGABRT to block offending programs.
  1000. This is the default implementation.
  1001. "segfault" use SIGSEGV to block offending programs.
  1002. Use this for debugging.
  1003. If unsure, answer "abort".
  1004. config PROPOLICE_BLOCK_ABRT
  1005. bool "abort"
  1006. config PROPOLICE_BLOCK_SEGV
  1007. bool "segfault"
  1008. endchoice
  1009. config UCLIBC_BUILD_SSP
  1010. bool "Build uClibc with propolice protection"
  1011. depends on UCLIBC_HAS_SSP
  1012. default n
  1013. help
  1014. Build all libraries and executables with propolice protection enabled.
  1015. config UCLIBC_BUILD_RELRO
  1016. bool "Build uClibc with RELRO"
  1017. depends on HAVE_SHARED
  1018. default y
  1019. help
  1020. Build all libraries and executables with -z relro.
  1021. config UCLIBC_BUILD_NOW
  1022. bool "Build uClibc with NOW"
  1023. depends on HAVE_SHARED
  1024. default y
  1025. help
  1026. Build all libraries and executables with -z now.
  1027. config UCLIBC_BUILD_NOEXECSTACK
  1028. bool "Build uClibc with noexecstack marking"
  1029. default y
  1030. help
  1031. Mark all assembler files as noexecstack. This will result in marking
  1032. all libraries and executables built against uClibc not requiring
  1033. executable stack.
  1034. endmenu
  1035. menu "uClibc development/debugging options"
  1036. config CROSS_COMPILER_PREFIX
  1037. string "Cross-compiling toolchain prefix"
  1038. default ""
  1039. help
  1040. The prefix used to execute your cross-compiling toolchain. For
  1041. example, if you run 'arm-linux-uclibc-gcc' to compile something,
  1042. then enter 'arm-linux-uclibc-' here.
  1043. config DODEBUG
  1044. bool "Build uClibc with debugging symbols"
  1045. select PTHREADS_DEBUG_SUPPORT if UCLIBC_HAS_THREADS
  1046. default n
  1047. help
  1048. Say Y here if you wish to compile uClibc with debugging symbols.
  1049. This will allow you to use a debugger to examine uClibc internals
  1050. while applications are running. This increases the size of the
  1051. library considerably and should only be used when doing development.
  1052. If you are doing development and want to debug uClibc, answer Y.
  1053. Otherwise, answer N.
  1054. config DODEBUG_PT
  1055. bool "Build pthread with debugging output"
  1056. depends on UCLIBC_HAS_THREADS
  1057. default n
  1058. help
  1059. Enable debug output in libpthread. This is only useful when doing
  1060. development in libpthread itself.
  1061. Otherwise, answer N.
  1062. config DOASSERTS
  1063. bool "Build uClibc with run-time assertion testing"
  1064. default n
  1065. help
  1066. Say Y here to include runtime assertion tests.
  1067. This enables runtime assertion testing in some code, which can
  1068. increase the size of the library and incur runtime overhead.
  1069. If you say N, then this testing will be disabled.
  1070. config SUPPORT_LD_DEBUG
  1071. bool "Build the shared library loader with debugging support"
  1072. depends on HAVE_SHARED
  1073. default n
  1074. help
  1075. Answer Y here to enable all the extra code needed to debug the uClibc
  1076. native shared library loader. The level of debugging noise that is
  1077. generated depends on the LD_DEBUG environment variable... Just set
  1078. LD_DEBUG to something like: 'LD_DEBUG=token1,token2,.. prog' to
  1079. debug your application. Diagnostic messages will then be printed to
  1080. the stderr.
  1081. For now these debugging tokens are available:
  1082. detail provide more information for some options
  1083. move display copy processing
  1084. symbols display symbol table processing
  1085. reloc display relocation processing; detail shows the relocation patch
  1086. nofixups never fixes up jump relocations
  1087. bindings displays the resolve processing (function calls); detail shows the relocation patch
  1088. all Enable everything!
  1089. The additional environment variable:
  1090. LD_DEBUG_OUTPUT=file
  1091. redirects the diagnostics to an output file created using
  1092. the specified name and the process id as a suffix.
  1093. An excellent start is simply:
  1094. $ LD_DEBUG=binding,move,symbols,reloc,detail ./appname
  1095. or to log everything to a file named 'logfile', try this
  1096. $ LD_DEBUG=all LD_DEBUG_OUTPUT=logfile ./appname
  1097. If you are doing development and want to debug uClibc's shared library
  1098. loader, answer Y. Mere mortals answer N.
  1099. config SUPPORT_LD_DEBUG_EARLY
  1100. bool "Build the shared library loader with early debugging support"
  1101. depends on HAVE_SHARED
  1102. default n
  1103. help
  1104. Answer Y here to if you find the uClibc shared library loader is
  1105. crashing or otherwise not working very early on. This is typical
  1106. only when starting a new port when you haven't figured out how to
  1107. properly get the values for argc, argv, environ, etc. This method
  1108. allows a degree of visibility into the very early shared library
  1109. loader initialization process. If you are doing development and want
  1110. to debug the uClibc shared library loader early initialization,
  1111. answer Y. Mere mortals answer N.
  1112. config UCLIBC_MALLOC_DEBUGGING
  1113. bool "Build malloc with debugging support"
  1114. depends MALLOC
  1115. default n
  1116. help
  1117. Answer Y here to compile extra debugging support code into malloc.
  1118. Malloc debugging output may then be enabled at runtime using the
  1119. MALLOC_DEBUG environment variable.
  1120. The value of MALLOC_DEBUG should be an integer, which is interpreted as
  1121. a bitmask with the following bits:
  1122. 1 - do extra consistency checking
  1123. 2 - output messages for malloc/free calls and OS allocation calls
  1124. 4 - output messages for the `MMB' layer
  1125. 8 - output messages for internal malloc heap manipulation calls
  1126. Because this increases the size of malloc appreciably (due to strings
  1127. etc), you should say N unless you need to debug a malloc problem.
  1128. config WARNINGS
  1129. string "Compiler Warnings"
  1130. default "-Wall"
  1131. help
  1132. Set this to the set of gcc warnings you wish to see while compiling.
  1133. config DOMULTI
  1134. bool "Compile all sources at once into an object"
  1135. default n
  1136. help
  1137. Set this to compile all sources at once into an object (IMA).
  1138. config UCLIBC_MJN3_ONLY
  1139. bool "Manuel's hidden warnings"
  1140. default n
  1141. help
  1142. Answer Y here to see all Manuel's personal notes, warnings, and todos.
  1143. Most people will answer N.
  1144. endmenu