SOURCES (DEVEL): uClibc-targetcpu.patch, uClibc-toolchain-wrapper....

sparky sparky at pld-linux.org
Sun Nov 5 21:19:13 CET 2006


Author: sparky                       Date: Sun Nov  5 20:19:13 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- nicer linker script

---- Files affected:
SOURCES:
   uClibc-targetcpu.patch (1.5.2.2 -> 1.5.2.3) , uClibc-toolchain-wrapper.patch (1.4.2.3 -> 1.4.2.4) 

---- Diffs:

================================================================
Index: SOURCES/uClibc-targetcpu.patch
diff -u SOURCES/uClibc-targetcpu.patch:1.5.2.2 SOURCES/uClibc-targetcpu.patch:1.5.2.3
--- SOURCES/uClibc-targetcpu.patch:1.5.2.2	Wed Jan  4 18:50:11 2006
+++ SOURCES/uClibc-targetcpu.patch	Sun Nov  5 21:19:08 2006
@@ -33,10 +33,9 @@
 -	@echo "# This file was autogenerated by make" >> $(TARGET_ARCH)-uclibc-ld
 +	@echo "#!/bin/sh" > $(TARGET_CPU)-uclibc-ld
 +	@echo "# This file was autogenerated by make" >> $(TARGET_CPU)-uclibc-ld
- 	@echo "$(LD_BIN) \$$@ -L$(DEVEL_PREFIX)/usr/lib -L$(DEVEL_PREFIX)/lib "\
--		"-L$(UCLIBC_DIR)" >> $(TARGET_ARCH)-uclibc-ld
+-	@echo "exec $(LD_BIN) \$$@ -L$(DEVEL_PREFIX)/lib" >> $(TARGET_ARCH)-uclibc-ld
++	@echo "exec $(LD_BIN) \$$@ -L$(DEVEL_PREFIX)/lib" >> $(TARGET_CPU)-uclibc-ld
 -	chmod a+x $(TARGET_ARCH)-uclibc-ld
-+		"-L$(UCLIBC_DIR)" >> $(TARGET_CPU)-uclibc-ld
 +	chmod a+x $(TARGET_CPU)-uclibc-ld
  	touch ld-uClibc
  

================================================================
Index: SOURCES/uClibc-toolchain-wrapper.patch
diff -u SOURCES/uClibc-toolchain-wrapper.patch:1.4.2.3 SOURCES/uClibc-toolchain-wrapper.patch:1.4.2.4
--- SOURCES/uClibc-toolchain-wrapper.patch:1.4.2.3	Tue Jun 20 11:31:28 2006
+++ SOURCES/uClibc-toolchain-wrapper.patch	Sun Nov  5 21:19:08 2006
@@ -671,7 +671,7 @@
 diff -urN uClibc-0.9.26.org/extra/gcc-uClibc/Makefile uClibc-0.9.26/extra/gcc-uClibc/Makefile
 --- uClibc-0.9.26.org/extra/gcc-uClibc/Makefile	1970-01-01 01:00:00.000000000 +0100
 +++ uClibc-0.9.26/extra/gcc-uClibc/Makefile	2004-01-25 16:06:22.372828491 +0100
-@@ -0,0 +1,94 @@
+@@ -0,0 +1,93 @@
 +# Makefile for building a fake gcc/binutils toolchain
 +# that simply spoofs the location of the C library
 +#
@@ -733,8 +733,7 @@
 +ld-uClibc:
 +	@echo "#!/bin/sh" > $(TARGET_ARCH)-uclibc-ld
 +	@echo "# This file was autogenerated by make" >> $(TARGET_ARCH)-uclibc-ld
-+	@echo "$(LD_BIN) \$$@ -L$(DEVEL_PREFIX)/usr/lib -L$(DEVEL_PREFIX)/lib "\
-+		"-L$(UCLIBC_DIR)" >> $(TARGET_ARCH)-uclibc-ld
++	@echo "exec $(LD_BIN) \$$@ -L$(DEVEL_PREFIX)/lib" >> $(TARGET_ARCH)-uclibc-ld
 +	chmod a+x $(TARGET_ARCH)-uclibc-ld
 +	touch ld-uClibc
 +
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/uClibc-targetcpu.patch?r1=1.5.2.2&r2=1.5.2.3&f=u
    http://cvs.pld-linux.org/SOURCES/uClibc-toolchain-wrapper.patch?r1=1.4.2.3&r2=1.4.2.4&f=u



More information about the pld-cvs-commit mailing list