Changeset 259


Ignore:
Timestamp:
Jan 5, 2012, 12:26:49 PM (13 years ago)
Author:
Yuri Dario
Message:

spec: gcc4 build from sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified spec/trunk/SPECS/gcc4.spec

    r251 r259  
    55Name: gcc
    66Version: %{gcc_version}
    7 Release: 11%{?dist}
     7Release: 12%{?dist}
    88
    99# libgcc, libgfortran, libmudflap, libgomp, libstdc++ and crtstuff have
     
    1313URL: http://gcc.gnu.org
    1414
    15 Source0: gcc-os2.zip
     15Source0: gcc-os2-20111223.tar.bz2
    1616Patch0: gcc-os2.diff
    17 #Source1: gpl.zip
    18 #Source2: gcc-ssp.zip
    1917
    2018BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
     
    7068%prep
    7169%setup -q -c
    72 # -a 1
    7370%patch0 -p1 -b .os2~
    7471
     
    161158#mv %{buildroot}%{_usr}/readme.os2 $RPM_BUILD_ROOT%_docdir/%{name}-%{version}/
    162159
    163 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/%{version}/cc1.exe %{buildroot}%{_bindir}/cc1.exe
    164 ln -s /@unixroot/usr/libexec/gcc/i386-pc-os2-emx/%{version}/cc1plus.exe %{buildroot}%{_bindir}/cc1plus.exe
     160ln -s ./cc1.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{version}/cc1
     161ln -s ./cc1plus.exe %{buildroot}%{_libexecdir}/gcc/i386-pc-os2-emx/%{version}/cc1plus
    165162
    166163#yd fix attributes for executables
     
    234231
    235232%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
    236238* Fri Dec 9 2011 yd
    237239- updated source code to 4.4.6, github tree
Note: See TracChangeset for help on using the changeset viewer.