repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Announce SDCC 4.5.0 RC3.
[sdcc.git]
/
sdcc
/
bin
/
sdobjcopy.in
blob
b117be2d2421658b570d612c37cfa5177e0fbc05
1
#!/bin/sh
2
3
EXEEXT
=
@EXEEXT@
4
bin
=
sdobjcopy
${EXEEXT}
5
abs_top_builddir
=
@abs_top_builddir@
6
path
=
${abs_top_builddir}
/
support
/
sdbinutils
/
binutils
7
8
# use different path, if sth. there (e.g. on cygwin)
9
if
[
-f
${path}
/
.libs
/
$bin
];
then
\
10
path
=
$path
/
.libs
11
fi
12
13
$path
/
$bin
"$@"