comparison sources/baseconfig-uClibc @ 888:626288dd5cf3

Lots of comments.
author Rob Landley <rob@landley.net>
date Mon, 16 Nov 2009 01:45:56 -0600
parents b274eb556b50
children 3a141d15c503
comparison
equal deleted inserted replaced
887:2499abcf2df1 888:626288dd5cf3
1 # Common configuration for uClibc.
2
3 # This is a miniconfig (created by running sources/toys/miniconfig.sh on
4 # a full .config file), to which target-specific entries in $UCLIBC_CONFIG
5 # (from the target's settings file) are appended.
6
1 ARCH_HAS_MMU=y 7 ARCH_HAS_MMU=y
2 ARCH_USE_MMU=y 8 ARCH_USE_MMU=y
3 UCLIBC_HAS_FLOATS=y 9 UCLIBC_HAS_FLOATS=y
4 DO_C99_MATH=y 10 DO_C99_MATH=y
5 UCLIBC_HAS_FENV=y 11 UCLIBC_HAS_FENV=y