Changeset 259
- Timestamp:
- Jan 5, 2012, 12:26:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified spec/trunk/SPECS/gcc4.spec ¶
r251 r259 5 5 Name: gcc 6 6 Version: %{gcc_version} 7 Release: 1 1%{?dist}7 Release: 12%{?dist} 8 8 9 9 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have … … 13 13 URL: http://gcc.gnu.org 14 14 15 Source0: gcc-os2 .zip15 Source0: gcc-os2-20111223.tar.bz2 16 16 Patch0: gcc-os2.diff 17 #Source1: gpl.zip18 #Source2: gcc-ssp.zip19 17 20 18 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) … … 70 68 %prep 71 69 %setup -q -c 72 # -a 173 70 %patch0 -p1 -b .os2~ 74 71 … … 161 158 #mv %{buildroot}%{_usr}/readme.os2 $RPM_BUILD_ROOT%_docdir/%{name}-%{version}/ 162 159 163 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/%{version}/cc1.exe %{buildroot}%{_bindir}/cc1.exe164 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/%{version}/cc1plus.exe %{buildroot}%{_bindir}/cc1plus.exe160 ln -s ./cc1.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{version}/cc1 161 ln -s ./cc1plus.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{version}/cc1plus 165 162 166 163 #yd fix attributes for executables … … 234 231 235 232 %changelog 233 * Fri Dec 23 2011 yd 234 - fixed spawn internal error report. 235 - fixed handling of big command lines (fixes OOo building). 236 - fixed Optlink calls. 237 236 238 * Fri Dec 9 2011 yd 237 239 - updated source code to 4.4.6, github tree
Note:
See TracChangeset
for help on using the changeset viewer.