Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > deee1856ee5f067aa23325d02029ff36 > files > 1

uClibc-0.9.28.1-2mdv2008.0.src.rpm

diff -purN uClibc-0.9.27.orig/extra/Configs/Config.in uClibc-0.9.27/extra/Configs/Config.in
--- uClibc-0.9.27.orig/extra/Configs/Config.in	2005-01-12 08:59:21.000000000 +0100
+++ uClibc-0.9.27/extra/Configs/Config.in	2005-02-15 23:18:56.209846000 +0100
@@ -493,7 +493,7 @@ config UCLIBC_HAS_IPV6
 
 config UCLIBC_HAS_RPC
 	bool "Remote Procedure Call (RPC) support"
-	default n
+	default y
 	help
 	  If you want to include RPC support, enable this.  RPC is rarely used 
 	  for anything except for the NFS filesystem.  Unless you plan to use NFS, 
@@ -503,7 +503,7 @@ config UCLIBC_HAS_RPC
 config UCLIBC_HAS_FULL_RPC
 	bool "Full RPC support"
 	depends on UCLIBC_HAS_RPC
-	default y if !HAVE_SHARED
+	default y
 	help
 	  Normally we enable just enough RPC support for things like rshd and
 	  nfs mounts to work.  If you find you need the rest of the RPC stuff, +	*string = xmalloc(BUFSIZ);
--- uClibc-0.9.27/Rules.mak.mdkconf	2005-03-08 06:05:53.880362061 +0100
+++ uClibc-0.9.27/Rules.mak	2005-03-08 06:06:25.870938007 +0100
@@ -98,11 +98,11 @@ endif
 # Some nice CPU specific optimizations
 ifeq ($(strip $(TARGET_ARCH)),i386)
 	OPTIMIZATION+=$(call check_gcc,-mpreferred-stack-boundary=2,)
-	OPTIMIZATION+=$(call check_gcc,-falign-jumps=0 -falign-loops=0,-malign-jumps=0 -malign-loops=0)
+	OPTIMIZATION+=$(call check_gcc,-malign-jumps=0 -malign-loops=0)
 	CPU_CFLAGS-$(CONFIG_386)+=-march=i386
 	CPU_CFLAGS-$(CONFIG_486)+=-march=i486
 	CPU_CFLAGS-$(CONFIG_ELAN)+=-march=i486
-	CPU_CFLAGS-$(CONFIG_586)+=-march=i586
+	CPU_CFLAGS-$(CONFIG_586)+=-march=i586 -mtune=pentiumpro
 	CPU_CFLAGS-$(CONFIG_586MMX)+=$(call check_gcc,-march=pentium-mmx,-march=i586)
 	CPU_CFLAGS-$(CONFIG_686)+=-march=i686
 	CPU_CFLAGS-$(CONFIG_PENTIUMII)+=$(call check_gcc,-march=pentium2,-march=i686)
--- uClibc-0.9.27/extra/Configs/Config.i386.mdkconf	2005-01-12 08:59:21.000000000 +0100
+++ uClibc-0.9.27/extra/Configs/Config.i386	2005-03-08 06:07:52.739501729 +0100
@@ -27,7 +27,7 @@ config ARCH_SUPPORTS_LITTLE_ENDIAN
 
 choice
 	prompt "Target x86 Processor Family"
-	default CONFIG_GENERIC_386
+	default CONFIG_586
 	help
 	  This is the processor type of your CPU. This information is used for
 	  optimizing purposes.  To build a library that will run on all x86 CPU