Skip to content

Commit

Permalink
Fix messages and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed Jul 5, 2012
1 parent c90858d commit ab51a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions summon-arm-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -489,9 +489,9 @@ fi
if [ ${OOCD_EN} != 0 ]; then
if [ ! -e ${STAMPS}/${OOCD}.build ]; then
unpack ${OOCD}
log "Patching binutils to allow SVC support on cortex-m3"
log "Patching openocd to support arm7m registers"
cd ${OOCD}
patch -p1 -i ../../patches/patch-openocd-arm7m-registers.diff
patch -p1 -i ../patches/patch-openocd-arm7m-registers.diff
cd ..
cd build
log "Configuring openocd-${OOCD}"
Expand Down

0 comments on commit ab51a9e

Please sign in to comment.