Announce SDCC 4.5.0 RC3.
[sdcc.git] / sdcc / bin / sdobjcopy.in
blobb117be2d2421658b570d612c37cfa5177e0fbc05
1 #!/bin/sh
3 EXEEXT=@EXEEXT@
4 bin=sdobjcopy${EXEEXT}
5 abs_top_builddir=@abs_top_builddir@
6 path=${abs_top_builddir}/support/sdbinutils/binutils
8 # use different path, if sth. there (e.g. on cygwin)
9 if [ -f ${path}/.libs/$bin ]; then \
10 path=$path/.libs
13 $path/$bin "$@"