diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-27 21:23:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-27 21:23:25 +0000 |
commit | 1cf7a4c11759885143e76faaf5f9cff13fa95e72 (patch) | |
tree | d2d4fdc88280703df18aaae76bc57d3e6ab51f1d /target/device/Arm/uClibc.integrator926.config | |
parent | 5d55e5c3e82d3d782fc5c0e1af42658a87c52ffd (diff) |
- update my sample arm926t qemu image
Diffstat (limited to 'target/device/Arm/uClibc.integrator926.config')
-rw-r--r-- | target/device/Arm/uClibc.integrator926.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/device/Arm/uClibc.integrator926.config b/target/device/Arm/uClibc.integrator926.config index 2fc58e3bb..846efeb2b 100644 --- a/target/device/Arm/uClibc.integrator926.config +++ b/target/device/Arm/uClibc.integrator926.config @@ -44,6 +44,8 @@ CONFIG_ARM_EABI=y CONFIG_ARM926T=y # CONFIG_ARM10T is not set # CONFIG_ARM1136JF_S is not set +# CONFIG_ARM1176JZ_S is not set +# CONFIG_ARM1176JZF_S is not set # CONFIG_ARM_SA110 is not set # CONFIG_ARM_SA1100 is not set # CONFIG_ARM_XSCALE is not set @@ -106,6 +108,12 @@ UCLIBC_HAS_TZ_FILE_READ_MANY=y UCLIBC_TZ_FILE_PATH="/etc/TZ" # +# Advanced Library Settings +# +UCLIBC_PWD_BUFFER_SIZE=256 +UCLIBC_GRP_BUFFER_SIZE=256 + +# # Networking Support # UCLIBC_HAS_IPV6=y @@ -113,6 +121,7 @@ UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y UCLIBC_HAS_REENTRANT_RPC=y # UCLIBC_USE_NETLINK is not set +# UCLIBC_HAS_BSD_RES_CLOSE is not set # # String and Stdio Support @@ -191,6 +200,7 @@ UCLIBC_BUILD_NOW=y CROSS_COMPILER_PREFIX="arm-linux-uclibcgnueabi-" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set +# DODEBUG_PT is not set DOSTRIP=y # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set |