Changeset b64edb5b in rtems


Ignore:
Timestamp:
04/12/05 06:37:51 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
cf342037
Parents:
6c8b7db
Message:

Apply patches in tool subdirs.

Location:
scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • scripts/binutils/binutils.add

    r6c8b7db rb64edb5b  
    4040%prep
    4141%setup -c -n %{name}-%{version}
    42 %{?PATCH0:%patch0 -p0}
     42
     43cd binutils-%{version}
     44%{?PATCH0:%patch0 -p1}
     45cd ..
     46
    4347  test -d build || mkdir build
    4448
  • scripts/gcc3newlib/gccnewlib.add

    r6c8b7db rb64edb5b  
    160160# untar the sources inside %{gcc_target}-gcc-newlib
    161161%setup -c -T -n %{name}-%{version} -a0 -a1
    162 %{?PATCH0:%patch0 -p0}
    163 %{?PATCH1:%patch1 -p0}
     162
     163cd gcc-%{gcc_version}
     164%{?PATCH0:%patch0 -p1}
     165cd ..
     166cd newlib-%{newlib_version}
     167%{?PATCH1:%patch1 -p1}
     168cd ..
    164169
    165170  cd gcc-%{gcc_version}
  • scripts/gdb/gdb.add

    r6c8b7db rb64edb5b  
    6565%{?PATCH1:%patch1 -p1}
    6666%{?PATCH2:%patch2 -p1}
     67cd ..
    6768
    6869%build
Note: See TracChangeset for help on using the changeset viewer.