SPECS (AC-branch): gcc.spec - c++config.h bugfix

qboosh qboosh at pld-linux.org
Tue Dec 13 11:20:15 CET 2005


Author: qboosh                       Date: Tue Dec 13 10:20:15 2005 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- c++config.h bugfix

---- Files affected:
SPECS:
   gcc.spec (1.241.2.30 -> 1.241.2.31) 

---- Diffs:

================================================================
Index: SPECS/gcc.spec
diff -u SPECS/gcc.spec:1.241.2.30 SPECS/gcc.spec:1.241.2.31
--- SPECS/gcc.spec:1.241.2.30	Tue Dec 13 09:43:27 2005
+++ SPECS/gcc.spec	Tue Dec 13 11:20:10 2005
@@ -1439,7 +1439,7 @@
 dpath=$RPM_BUILD_ROOT%{_includedir}/c++/%{GCC_VERSION}/%{_target_platform}/bits
 if ! cmp $spath/$sfile $spath/32/$sfile > /dev/null ; then
 	cp -f $spath/$sfile $dpath/c++config64.h
-	cp -f 32/$spath/$sfile $dpath/c++config32.h
+	cp -f $spath/32/$sfile $dpath/c++config32.h
 	cat > $dpath/c++config.h <<EOF
 #include <bits/wordsize.h>
 #if __WORDSIZE == 32
@@ -1929,6 +1929,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.241.2.31  2005/12/13 10:20:10  qboosh
+- c++config.h bugfix
+
 Revision 1.241.2.30  2005/12/13 08:43:27  qboosh
 - ugh, typo
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gcc.spec?r1=1.241.2.30&r2=1.241.2.31&f=u




More information about the pld-cvs-commit mailing list