SPECS (DEVEL): uClibc.spec - fix toolchain on systems where %{__cc...

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


Author: sparky                       Date: Sun Nov  5 20:21:29 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- fix toolchain on systems where %{__cc} != %{_target_cpu}-pld-linux-gcc

---- Files affected:
SPECS:
   uClibc.spec (1.121.2.14 -> 1.121.2.15) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.121.2.14 SPECS/uClibc.spec:1.121.2.15
--- SPECS/uClibc.spec:1.121.2.14	Sun Nov  5 20:02:53 2006
+++ SPECS/uClibc.spec	Sun Nov  5 21:21:23 2006
@@ -129,7 +129,9 @@
 
 # note: defconfig and all must be run in separate make process because of macros
 %{__make} \
-	%{MakeOpts}
+	%{MakeOpts} \
+	GCC_BIN="%{_target_cpu}-pld-linux-gcc" \
+	LD_BIN="ld"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -198,6 +200,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121.2.15  2006/11/05 20:21:23  sparky
+- fix toolchain on systems where %{__cc} != %{_target_cpu}-pld-linux-gcc
+
 Revision 1.121.2.14  2006/11/05 19:02:53  sparky
 - up to new snapshot
 - put make options in one place
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/uClibc.spec?r1=1.121.2.14&r2=1.121.2.15&f=u



More information about the pld-cvs-commit mailing list