packages: uClibc/uClibc.spec - rel 3; ld.bfd as linker

arekm arekm at pld-linux.org
Wed Jun 29 22:45:08 CEST 2011


Author: arekm                        Date: Wed Jun 29 20:45:08 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3; ld.bfd as linker

---- Files affected:
packages/uClibc:
   uClibc.spec (1.202 -> 1.203) 

---- Diffs:

================================================================
Index: packages/uClibc/uClibc.spec
diff -u packages/uClibc/uClibc.spec:1.202 packages/uClibc/uClibc.spec:1.203
--- packages/uClibc/uClibc.spec:1.202	Mon Jun 27 19:51:12 2011
+++ packages/uClibc/uClibc.spec	Wed Jun 29 22:45:03 2011
@@ -13,7 +13,7 @@
 Summary(pl.UTF-8):	Biblioteka C zoptymalizowana na rozmiar
 Name:		uClibc
 Version:	0.9.32
-Release:	2
+Release:	3
 Epoch:		4
 License:	LGPL v2.1
 Group:		Libraries
@@ -162,6 +162,10 @@
 EOF
 
 %build
+# use ld.bfd; gold doesn't work well for now
+install -d our-ld
+ln -s %{_bindir}/ld.bfd our-ld/ld
+PATH=$(pwd)/our-ld:$PATH; export PATH
 
 # NOTE: 'defconfig' and 'all' must be run in separate make process because of macros
 %{__make} -j1 defconfig \
@@ -329,6 +333,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.203  2011/06/29 20:45:03  arekm
+- rel 3; ld.bfd as linker
+
 Revision 1.202  2011/06/27 17:51:12  arekm
 - release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/uClibc/uClibc.spec?r1=1.202&r2=1.203&f=u



More information about the pld-cvs-commit mailing list