From: Jarkko Hietaniemi Date: Mon, 25 Mar 2002 17:46:27 +0000 (+0000) Subject: AmigaOS must use the ixemul directly, since there X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3842fa9e9cc48e64150fa99bc25998f1a7fac873;p=p5sagit%2Fp5-mst-13.2.git AmigaOS must use the ixemul directly, since there is no more vfork support. p4raw-id: //depot/perl@15494 --- diff --git a/hints/amigaos.sh b/hints/amigaos.sh index fff55b0..5800e66 100644 --- a/hints/amigaos.sh +++ b/hints/amigaos.sh @@ -9,11 +9,9 @@ firstmakefile='GNUmakefile' usenm='true' usemymalloc='n' -usevfork='true' useperlio='true' d_eofnblk='define' -d_fork='undef' -d_vfork='define' +d_fork='define' groupstype='int' # libs @@ -30,7 +28,7 @@ so=' ' # compiler & linker flags # Respect command-line values. -ccflags="$ccflags -DAMIGAOS -mstackextend" +ccflags="$ccflags -DAMIGAOS -mstackextend -Dfork=ix_vfork_resume" case "$optimize" in '') optimize='-O2 -fomit-frame-pointer';; esac