Update of /cvsroot/u4x/specs
In directory usw-pr-cvs1:/tmp/cvs-serv25782/specs
Modified Files:
gcc.spec
Log Message:
fix a big assed bug
Index: gcc.spec
===================================================================
RCS file: /cvsroot/u4x/specs/gcc.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gcc.spec 2001/08/31 02:26:37 1.22
+++ gcc.spec 2001/12/01 01:02:21 1.23
@@ -20,9 +20,9 @@
Packager: Dean Scott (de...@u4...)
Summary: GNU Compiler Collection
Name: gcc
-Version: 3.0.1
+Version: 3.0.2
Release: 1
-License: GPL
+License: GPL
Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
URL: http://www.gnu.org/software/gcc
@@ -76,7 +76,7 @@
%defattr (-,root,root)
%{_libdir}/gcc-lib/%{_target_cpu}-%{_host_vendor}-%{_host_os}/%{version}
# %{_libdir}/libiberty.a
-%{_libdir}/libgcc_s.so.1
+/lib/libgcc_s.so.1
%{_libdir}/libsupc++.la
%{_libdir}/libsupc++.a
%{_libdir}/libstdc++.so.3.0.1
@@ -103,6 +103,8 @@
%{_infodir}/*.*
%{_mandir}/man1/*
%changelog
+* Fri Nov 30 2001 Dean Scott <de...@u4...>
+- Update to 3.0.2, move libgcc into /lib so systems will boot properly
* Wed Aug 22 2001 Dean Scott <de...@u4...>
- Updated file list to gcc-3.0.1 now that it builds on my box :-)
* Tue Aug 21 2001 Dean Scott <de...@u4...>
|