0acef1e117
SDCC is an open source retargettable, optimizing ANSI - C compiler. The current version targets the Intel 8051, Zilog Z80, Dallas 80C390, Motorola HC08 and Microchip PIC MCUs. submitted by Andreas Bihlmaier <andreas.bihlmaier at gmx.de> (MAINTAINER) feedback and ok naddy@
18 lines
926 B
Plaintext
18 lines
926 B
Plaintext
$OpenBSD: patch-sdcc_sim_ucsim_configure,v 1.1.1.1 2006/12/30 18:45:32 jasper Exp $
|
|
--- sim/ucsim/configure.orig Sun Jun 18 23:08:05 2006
|
|
+++ sim/ucsim/configure Mon Dec 25 11:58:00 2006
|
|
@@ -6681,11 +6681,11 @@ cygwin* | mingw* | pw32*)
|
|
yes,cygwin*)
|
|
library_names_spec='$libname.dll.a'
|
|
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
|
|
- postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
|
|
+ postinstall_cmds='dlpath=`ksh 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
|
|
dldir=$destdir/`dirname \$dlpath`~
|
|
test -d \$dldir || mkdir -p \$dldir~
|
|
$install_prog .libs/$dlname \$dldir/$dlname'
|
|
- postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
|
+ postuninstall_cmds='dldll=`ksh 2>&1 -c '\''. $file; echo \$dlname'\''`~
|
|
dlpath=$dir/\$dldll~
|
|
$rm \$dlpath'
|
|
;;
|