diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 17:46:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-25 17:46:27 +0000 |
commit | 3842fa9e9cc48e64150fa99bc25998f1a7fac873 (patch) | |
tree | 6f6b896062ee3e4b1735667219aeb18890e98050 /hints | |
parent | 17a8c7ba9970150a64381dc5f49457bd108eabcc (diff) | |
download | perl-3842fa9e9cc48e64150fa99bc25998f1a7fac873.tar.gz |
AmigaOS must use the ixemul directly, since there
is no more vfork support.
p4raw-id: //depot/perl@15494
Diffstat (limited to 'hints')
-rw-r--r-- | hints/amigaos.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/hints/amigaos.sh b/hints/amigaos.sh index fff55b082c..5800e662a1 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 |