Changeset 7b5b8d0 in rtems


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

Eliminate @PATCH2@, @PATCH4@.

Location:
scripts/gcc3newlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/gcc3newlib/gccnewlib.add

    r0a80a16 r7b5b8d0  
    160160# untar the sources inside %{gcc_target}-gcc-newlib
    161161%setup -c -T -n %{name}-%{version} -a0 -a1
    162 
    163 @PATCH2@
    164 @PATCH4@
     162%{?PATCH0:%patch0 -p0}
     163%{?PATCH1:%patch1 -p0}
    165164
    166165  cd gcc-%{gcc_version}
  • scripts/gcc3newlib/mkspec.in

    r0a80a16 r7b5b8d0  
    5353patchn=`expr $patchn + 1`
    5454PATCH1="Patch${patchn}: gcc-${gcc3_version}-rtems-${gcc3_patch_version}.diff"
    55 PATCH2="%patch${patchn} -p0"
    5655fi
    5756
     
    5958patchn=`expr $patchn + 1`
    6059PATCH3="Patch${patchn}: newlib-${gcc3newlib_version}-rtems-${gcc3newlib_patch_version}.diff"
    61 PATCH4="%patch${patchn} -p0"
    6260fi
    6361
    6462# note that the variables in the gcc3newlib directory are actually the same
    6563sed -e "s,@PATCH1\@,${PATCH1}," \
    66     -e "s,@PATCH2\@,${PATCH2}," \
    6764    -e "s,@PATCH3\@,${PATCH3}," \
    68     -e "s,@PATCH4\@,${PATCH4}," \
    6965    -e "s%@Release\@%${gcc3newlib_rpm_release}%g" \
    7066    -e "s%@target_alias\@%${target_alias}%g" \
Note: See TracChangeset for help on using the changeset viewer.