Changeset ee19895e in rtems
- Timestamp:
- 05/20/05 08:53:30 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6095960
- Parents:
- d53bbd5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/gccnewlib/mkspec.in
rd53bbd5a ree19895e 17 17 } 18 18 19 specsrc= ${RTEMS_DIR}/gccnewlib/gccnewlib.spec.in19 specsrc=./gccnewlib.spec.in 20 20 21 21 while test $# -ge 2; do … … 58 58 59 59 # note that the variables in the gccnewlib directory are actually the same 60 sed -e "s,@PATCH 1\@,${PATCH1}," \61 -e "s,@PATCH 3\@,${PATCH3}," \60 sed -e "s,@PATCH0\@,${PATCH0}," \ 61 -e "s,@PATCH1\@,${PATCH1}," \ 62 62 -e "s%@Release\@%${gccnewlib_rpm_release}%g" \ 63 63 -e "s%@target_alias\@%${target_alias}%g" \
Note: See TracChangeset
for help on using the changeset viewer.