Changeset c855b21 in rtems


Ignore:
Timestamp:
04/12/05 16:45:06 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7337984
Parents:
b5402c6
Message:

2005-04-12 Ralf Corsepius <ralf.corsepius@…>

  • gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rb5402c6 rc855b21  
     12005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * gccnewlib/mkspec.in: Use gccnewlib/ instead of gcc3newlib/.
     4
    152005-04-12      Ralf Corsepius <ralf.corsepius@rtems.org>
    26
  • scripts/gccnewlib/mkspec.in

    rb5402c6 rc855b21  
    1717}
    1818
    19 specsrc=${RTEMS_DIR}/gcc3newlib/gccnewlib.spec.in
     19specsrc=${RTEMS_DIR}/gccnewlib/gccnewlib.spec.in
    2020
    2121while test $# -ge 2; do
     
    6060fi
    6161
    62 # note that the variables in the gcc3newlib directory are actually the same
     62# note that the variables in the gccnewlib directory are actually the same
    6363sed -e "s,@PATCH1\@,${PATCH1}," \
    6464    -e "s,@PATCH3\@,${PATCH3}," \
Note: See TracChangeset for help on using the changeset viewer.