SPECS: dietlibc.spec - use proper CC

qboosh qboosh at pld-linux.org
Mon Nov 14 11:35:34 CET 2005


Author: qboosh                       Date: Mon Nov 14 10:35:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use proper CC

---- Files affected:
SPECS:
   dietlibc.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/dietlibc.spec
diff -u SPECS/dietlibc.spec:1.57 SPECS/dietlibc.spec:1.58
--- SPECS/dietlibc.spec:1.57	Sun Jul 24 13:41:49 2005
+++ SPECS/dietlibc.spec	Mon Nov 14 11:35:28 2005
@@ -75,10 +75,12 @@
 sparc32 \
 %endif
 %{__make} all \
-	prefix=%{dietprefix}
+	prefix=%{dietprefix} \
+	CC="%{__cc}"
 %ifarch %{ix86}
 %{__make} dyn \
-	prefix=%{dietprefix}
+	prefix=%{dietprefix} \
+	CC="%{__cc}"
 %endif
 
 %install
@@ -134,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2005/11/14 10:35:28  qboosh
+- use proper CC
+
 Revision 1.57  2005/07/24 11:41:49  pluto
 - athlon,amd64,pentiumX patches merged.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dietlibc.spec?r1=1.57&r2=1.58&f=u




More information about the pld-cvs-commit mailing list