Changeset 228 for spec/trunk/SPECS/gcc4.spec
- Timestamp:
- Oct 20, 2011, 4:53:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/gcc4.spec
r202 r228 4 4 Name: gcc 5 5 Version: %{gcc_version} 6 Release: 9%{?dist}6 Release: 10%{?dist} 7 7 8 8 # libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have … … 21 21 Requires: libgcc444 = %{gcc_version} 22 22 Requires: libc-devel >= 0.6.3 23 Requires: binutils 23 24 24 25 %description … … 81 82 mv %{buildroot}%{_usr}/stdio.diff $RPM_BUILD_ROOT%_docdir/%{name}-%{version}/ 82 83 83 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/4.4.4/cc1.exe %{buildroot} /@unixroot/usr/bin/cc1.exe84 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/4.4.4/cc1plus.exe %{buildroot} /@unixroot/usr/bin/cc1plus.exe84 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/4.4.4/cc1.exe %{buildroot}%{_bindir}/cc1.exe 85 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/4.4.4/cc1plus.exe %{buildroot}%{_bindir}/cc1plus.exe 85 86 87 #yd fix attributes for executables 88 chmod 0755 %{buildroot}%{_bindir}/*.exe 86 89 87 90 %clean
Note:
See TracChangeset
for help on using the changeset viewer.