changeset 76:5703436a408e

Update the uClibc snapshot and make config changes it needs.
author Rob Landley <rob@landley.net>
date Sat, 30 Dec 2006 03:13:28 -0500
parents 38e7e0cc3b9f
children a4ec971253fc
files download.sh sources/configs/armv4l sources/configs/i686 sources/toys/gcc-uClibc.c
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Fri Dec 29 23:53:05 2006 -0500
+++ b/download.sh	Sat Dec 30 03:13:28 2006 -0500
@@ -16,7 +16,7 @@
 SHA1=a373be93fcb55b97a5b96a422f690edafeff1de4 \
 download &&
 
-URL=http://www.uclibc.org/downloads/snapshots/uClibc-20061214.tar.bz2 \
+URL=http://www.uclibc.org/downloads/snapshots/uClibc-20061229.tar.bz2 \
 SHA1= \
 download &&
 
--- a/sources/configs/armv4l	Fri Dec 29 23:53:05 2006 -0500
+++ b/sources/configs/armv4l	Sat Dec 30 03:13:28 2006 -0500
@@ -92,7 +92,7 @@
 MALLOC_GLIBC_COMPAT=y
 UCLIBC_DYNAMIC_ATEXIT=y
 # COMPAT_ATEXIT is not set
-# UCLIBC_SUSV3_LEGACY is not set
+UCLIBC_SUSV3_LEGACY=y
 UCLIBC_HAS_SHADOW=y
 # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
 UCLIBC_HAS___PROGNAME=y
--- a/sources/configs/i686	Fri Dec 29 23:53:05 2006 -0500
+++ b/sources/configs/i686	Sat Dec 30 03:13:28 2006 -0500
@@ -119,7 +119,7 @@
 MALLOC_GLIBC_COMPAT=y
 UCLIBC_DYNAMIC_ATEXIT=y
 # COMPAT_ATEXIT is not set
-# UCLIBC_SUSV3_LEGACY is not set
+UCLIBC_SUSV3_LEGACY=y
 # UCLIBC_SUSV3_LEGACY_MACROS is not set
 UCLIBC_HAS_SHADOW=y
 # UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
--- a/sources/toys/gcc-uClibc.c	Fri Dec 29 23:53:05 2006 -0500
+++ b/sources/toys/gcc-uClibc.c	Sat Dec 30 03:13:28 2006 -0500
@@ -11,8 +11,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <string.h>
 #include <strings.h>
-#include <string.h>
 #include <unistd.h>
 #include <errno.h>
 #include <sys/stat.h>