summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-22 08:53:21 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-22 08:53:21 +0000
commit8eb0481463b7e9f78eb04789899004d60300d02a (patch)
treee6b359f72d1e37f6d42524b268a39527734f3726 /debian
parent49eaf7e4561c0c6b12a5c392183bcd39d03694ab (diff)
Update the config used when building a .deb
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/config15
2 files changed, 13 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 6155dce92..da59bad59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+uclibc (0.9.24-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Erik Andersen <andersen@codepoet.org> Mon, 22 Dec 2003 01:42:33 -0700
+
uclibc (0.9.23-1) unstable; urgency=low
* New upstream release
diff --git a/debian/config b/debian/config
index a478d4b0b..b1c32ab81 100644
--- a/debian/config
+++ b/debian/config
@@ -25,8 +25,7 @@ TARGET_ARCH="none"
# ARCH_BIG_ENDIAN is not set
# ARCH_HAS_NO_MMU is not set
UCLIBC_HAS_FLOATS=y
-# ARCH_HAS_NO_FPU is not set
-# HAS_FPU is not set
+HAS_FPU=y
DO_C99_MATH=y
WARNINGS="-Wall"
KERNEL_SOURCE="/usr/src/linux"
@@ -50,7 +49,7 @@ MALLOC_930716=y
MALLOC_GLIBC_COMPAT=y
UCLIBC_DYNAMIC_ATEXIT=y
HAS_SHADOW=y
-UNIX98PTY_ONLY=y
+# UNIX98PTY_ONLY is not set
ASSUME_DEVPTS=y
UCLIBC_HAS_TM_EXTENSIONS=y
UCLIBC_HAS_TZ_CACHING=y
@@ -63,7 +62,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ"
#
# UCLIBC_HAS_IPV6 is not set
UCLIBC_HAS_RPC=y
-# UCLIBC_HAS_FULL_RPC is not set
+UCLIBC_HAS_FULL_RPC=y
#
# String and Stdio Support
@@ -80,11 +79,11 @@ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
-UCLIBC_HAS_STDIO_BUFSIZ_256=y
+# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set
# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set
# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set
# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set
-# UCLIBC_HAS_STDIO_BUFSIZ_4096 is not set
+UCLIBC_HAS_STDIO_BUFSIZ_4096=y
# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set
UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
@@ -97,9 +96,9 @@ UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
UCLIBC_HAS_GLIBC_CUSTOM_STREAMS=y
UCLIBC_HAS_PRINTF_M_SPEC=y
UCLIBC_HAS_ERRNO_MESSAGES=y
-# UCLIBC_HAS_SYS_ERRLIST is not set
+UCLIBC_HAS_SYS_ERRLIST=y
UCLIBC_HAS_SIGNUM_MESSAGES=y
-# UCLIBC_HAS_SYS_SIGLIST is not set
+UCLIBC_HAS_SYS_SIGLIST=y
UCLIBC_HAS_GNU_GETOPT=y
#