SPECS (LINUX_2_6_22): uClibc.spec - force GCC_BIN being host gcc, ...

glen glen at pld-linux.org
Thu Apr 3 16:37:19 CEST 2008


Author: glen                         Date: Thu Apr  3 14:37:19 2008 GMT
Module: SPECS                         Tag: LINUX_2_6_22
---- Log message:
- force GCC_BIN being host gcc, which path gets linked into %{_host_cpu}-uclibc-gcc

---- Files affected:
SPECS:
   uClibc.spec (1.153.2.8 -> 1.153.2.9) 

---- Diffs:

================================================================
Index: SPECS/uClibc.spec
diff -u SPECS/uClibc.spec:1.153.2.8 SPECS/uClibc.spec:1.153.2.9
--- SPECS/uClibc.spec:1.153.2.8	Thu Apr  3 15:00:44 2008
+++ SPECS/uClibc.spec	Thu Apr  3 16:37:13 2008
@@ -149,6 +149,7 @@
 %{__make} defconfig \
 	%{?with_verbose:VERBOSE=1} \
 	TARGET_CPU="%{_target_cpu}" \
+	GCC_BIN=%{_host_cpu}-%{_vendor}-%{_os}-gcc \
 	HOSTCC="%{__cc}" \
 	HOSTCFLAGS="%{rpmcflags} %{rpmldflags}" \
 	CC="%{__cc}" \
@@ -157,6 +158,7 @@
 %{__make} \
 	%{?with_verbose:VERBOSE=1} \
 	TARGET_CPU="%{_target_cpu}" \
+	GCC_BIN=%{_host_cpu}-%{_vendor}-%{_os}-gcc \
 	HOSTCC="%{__cc}" \
 	HOSTCFLAGS="%{rpmcflags} %{rpmldflags}" \
 	CC="%{__cc}" \
@@ -278,6 +280,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.153.2.9  2008-04-03 14:37:13  glen
+- force GCC_BIN being host gcc, which path gets linked into %{_host_cpu}-uclibc-gcc
+
 Revision 1.153.2.8  2008-04-03 13:00:44  glen
 - release 11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uClibc.spec?r1=1.153.2.8&r2=1.153.2.9&f=u



More information about the pld-cvs-commit mailing list