diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-12 22:24:35 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-09-12 22:24:35 +0000 |
commit | 820e4ce7d22e2e1f765d26d3e4d2e68af62ce409 (patch) | |
tree | 2c3cdf56a4421cfca566bfc8ec91489e8af4ef88 /target/device | |
parent | cd32a84012ffc6e123c66d9d4bcd685f7697a046 (diff) | |
download | buildroot-novena-820e4ce7d22e2e1f765d26d3e4d2e68af62ce409.tar.gz buildroot-novena-820e4ce7d22e2e1f765d26d3e4d2e68af62ce409.zip |
Add new configuration option.
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/AMD/DBAu1500/uClibc.config.mips | 1 | ||||
-rw-r--r-- | target/device/AMD/DBAu1500/uClibc.config.mipsel | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/device/AMD/DBAu1500/uClibc.config.mips b/target/device/AMD/DBAu1500/uClibc.config.mips index 33db779f6..fd28e2c4b 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mips +++ b/target/device/AMD/DBAu1500/uClibc.config.mips @@ -90,6 +90,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ" UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y +# UCLIBC_HAS_REENTRANT_RPC is not set # # String and Stdio Support diff --git a/target/device/AMD/DBAu1500/uClibc.config.mipsel b/target/device/AMD/DBAu1500/uClibc.config.mipsel index 74cba2141..971b800bd 100644 --- a/target/device/AMD/DBAu1500/uClibc.config.mipsel +++ b/target/device/AMD/DBAu1500/uClibc.config.mipsel @@ -90,6 +90,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ" UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y +# UCLIBC_HAS_REENTRANT_RPC is not set # # String and Stdio Support |