OSDN Git Service

Update the config used when building a .deb
authorEric Andersen <andersen@codepoet.org>
Mon, 22 Dec 2003 08:53:21 +0000 (08:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 22 Dec 2003 08:53:21 +0000 (08:53 -0000)
debian/changelog
debian/config

index 6155dce..da59bad 100644 (file)
@@ -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
index a478d4b..b1c32ab 100644 (file)
@@ -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
 
 #